diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-19 13:00:58 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-19 13:00:58 +0000 |
commit | 238374e66010e4f4cb2320ec57903f23d48ba31a (patch) | |
tree | d5c05a10655c3afc99e0fab1d3162e1e4165f047 /media-sound | |
parent | Cosmetic. (diff) | |
download | gentoo-2-238374e66010e4f4cb2320ec57903f23d48ba31a.tar.gz gentoo-2-238374e66010e4f4cb2320ec57903f23d48ba31a.tar.bz2 gentoo-2-238374e66010e4f4cb2320ec57903f23d48ba31a.zip |
Do not force arts plugins, avoiding complications due to the fact that kde-base/artsplugins-akode will be providing them in KDE 3.5.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.3.3.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index b761a3e3b2d8..1c60eb289b53 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.77 2005/10/11 19:20:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.78 2005/10/19 13:00:58 greg_g Exp $ + + 19 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> amarok-1.3.3.ebuild: + Do not force arts plugins, avoiding complications due to the fact that + kde-base/artsplugins-akode will be providing them in KDE 3.5. 11 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> amarok-1.3.3.ebuild: Cleanup configure parameters, make sure musicbrainz is disabled when diff --git a/media-sound/amarok/amarok-1.3.3.ebuild b/media-sound/amarok/amarok-1.3.3.ebuild index 7d4fc555087e..f205e49fbfe0 100644 --- a/media-sound/amarok/amarok-1.3.3.ebuild +++ b/media-sound/amarok/amarok-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.3.ebuild,v 1.3 2005/10/19 12:48:49 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.3.ebuild,v 1.4 2005/10/19 13:00:58 greg_g Exp $ inherit kde eutils @@ -17,8 +17,7 @@ visualization vorbis musicbrainz" DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) arts? ( kde-base/arts - || ( ( kde-base/kdemultimedia-arts kde-base/akode ) - kde-base/kdemultimedia ) ) + || ( kde-base/kdemultimedia-arts kde-base/kdemultimedia ) ) xine? ( >=media-libs/xine-lib-1_rc4 ) gstreamer? ( >=media-libs/gstreamer-0.8.8 >=media-libs/gst-plugins-0.8.6 ) |