summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-11 08:54:06 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-11 08:54:06 +0000
commit6b6d0c360b7348396743fc777566ba1e6e593446 (patch)
treeb36721cd80a2d44fe3ad5196e60669edaef22714 /media-sound/amarok
parentversion bump (diff)
downloadgentoo-2-6b6d0c360b7348396743fc777566ba1e6e593446.tar.gz
gentoo-2-6b6d0c360b7348396743fc777566ba1e6e593446.tar.bz2
gentoo-2-6b6d0c360b7348396743fc777566ba1e6e593446.zip
Disable helix engine until the missing include file is fixed.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/ChangeLog6
-rw-r--r--media-sound/amarok/amarok-1.4_beta3-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index c9efa7e4b086..6bc1c039df4a 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.125 2006/04/11 03:10:14 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.126 2006/04/11 08:54:06 flameeyes Exp $
11 Apr 2006; Jason Wever <weeve@gentoo.org> amarok-1.4_beta3-r1.ebuild:
Added ~sparc keyword wrt bug #129409.
+ 11 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ amarok-1.4_beta3-r1.ebuild:
+ Disable helix engine until the missing include file is fixed.
+
10 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Make myself direct maintaner of amarok.
diff --git a/media-sound/amarok/amarok-1.4_beta3-r1.ebuild b/media-sound/amarok/amarok-1.4_beta3-r1.ebuild
index bd3fd50fa66b..fff1af4664d1 100644
--- a/media-sound/amarok/amarok-1.4_beta3-r1.ebuild
+++ b/media-sound/amarok/amarok-1.4_beta3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4_beta3-r1.ebuild,v 1.2 2006/04/11 03:10:14 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4_beta3-r1.ebuild,v 1.3 2006/04/11 08:54:06 flameeyes Exp $
LANGS="az bg br ca cs cy da de el en_GB es et fi fr ga gl he hi hu is it ja km
ko lt nb nl nn pa pl pt pt_BR ro ru rw sl sr sr@Latn sv ta tg th tr uk uz xx
@@ -31,7 +31,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="aac exscalibar flac gstreamer kde mysql noamazon opengl postgres
-xmms visualization musicbrainz ipod akode real ifp"
+xmms visualization musicbrainz ipod akode ifp" # real
# kde: enables compilation of the konqueror sidebar plugin
DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase )
@@ -51,8 +51,8 @@ DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase )
akode? ( media-libs/akode )
aac? ( media-libs/libmp4v2 )
exscalibar? ( media-libs/exscalibar )
- real? ( media-video/realplayer )
ifp? ( media-libs/libifp )"
+# real? ( media-video/realplayer )
RDEPEND="${DEPEND}
dev-lang/ruby"
@@ -85,11 +85,11 @@ src_compile() {
$(use_with ipod libgpod)
$(use_with akode)
$(use_with aac mp4v2)
- $(use_with real helix)
$(use_with ifp)
--with-xine
--without-mas
--without-nmm"
+# $(use_with real helix)
kde_src_compile
}