diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-07-07 14:23:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-07-07 14:23:52 +0000 |
commit | b87159d489310260bdc17d062364ed625ed97ed1 (patch) | |
tree | 8071f6410763fc055ebdd981f692fac159e832a3 /media-sound/amarok | |
parent | Added patch to enable compilation with gcc-4.3. (diff) | |
download | gentoo-2-b87159d489310260bdc17d062364ed625ed97ed1.tar.gz gentoo-2-b87159d489310260bdc17d062364ed625ed97ed1.tar.bz2 gentoo-2-b87159d489310260bdc17d062364ed625ed97ed1.zip |
Remove old and no more pertinent configure options from myconf.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.4.9.1-r1.ebuild | 5 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.4.9.1.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 71001ce85f7c..0e5f4510cbd1 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.266 2008/07/05 23:34:18 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.267 2008/07/07 14:23:52 flameeyes Exp $ + + 07 Jul 2008; Diego Pettenò <flameeyes@gentoo.org> amarok-1.4.9.1.ebuild, + amarok-1.4.9.1-r1.ebuild: + Remove old and no more pertinent configure options from myconf. *amarok-1.4.9.1-r1 (05 Jul 2008) diff --git a/media-sound/amarok/amarok-1.4.9.1-r1.ebuild b/media-sound/amarok/amarok-1.4.9.1-r1.ebuild index 960323722a3a..dfe800a7ec43 100644 --- a/media-sound/amarok/amarok-1.4.9.1-r1.ebuild +++ b/media-sound/amarok/amarok-1.4.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.9.1-r1.ebuild,v 1.1 2008/07/05 23:34:18 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.9.1-r1.ebuild,v 1.2 2008/07/07 14:23:52 flameeyes Exp $ LANGS="af ar az be bg bn br ca cs cy da de el en_GB eo es et eu fa fi fr ga gl he hi hu id is it ja km ko ku lo lt mk ms nb nds ne nl nn pa @@ -75,7 +75,7 @@ need-kde 3.3 src_compile() { # Extra, unsupported engines are forcefully disabled. local myconf="$(use_enable mysql) $(use_enable postgres postgresql) - $(use_with opengl) --without-xmms + $(use_with opengl) $(use_with visualization libvisual) $(use_enable amazon) $(use_with ipod libgpod) @@ -87,7 +87,6 @@ src_compile() { $(use_with musicbrainz) $(use_with daap) --with-xine - --without-mas --without-nmm" kde_src_compile diff --git a/media-sound/amarok/amarok-1.4.9.1.ebuild b/media-sound/amarok/amarok-1.4.9.1.ebuild index cde122269057..8a268036c85e 100644 --- a/media-sound/amarok/amarok-1.4.9.1.ebuild +++ b/media-sound/amarok/amarok-1.4.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.9.1.ebuild,v 1.5 2008/07/05 23:34:18 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.9.1.ebuild,v 1.6 2008/07/07 14:23:52 flameeyes Exp $ LANGS="af ar az be bg bn br ca cs cy da de el en_GB eo es et eu fa fi fr ga gl he hi hu id is it ja km ko ku lo lt mk ms nb nds ne nl nn pa @@ -76,7 +76,7 @@ need-kde 3.3 src_compile() { # Extra, unsupported engines are forcefully disabled. local myconf="$(use_enable mysql) $(use_enable postgres postgresql) - $(use_with opengl) --without-xmms + $(use_with opengl) $(use_with visualization libvisual) $(use_enable amazon) $(use_with ipod libgpod) @@ -88,7 +88,6 @@ src_compile() { $(use_with musicbrainz) $(use_with daap) --with-xine - --without-mas --without-nmm" kde_src_compile |