diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-02 08:43:20 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-02 08:43:20 +0000 |
commit | 8dd933393f3f2e8f5a48b454538e23474c10e42c (patch) | |
tree | 2d14385c4d623f44ed9d999a14fd13274fbb24d3 /media-sound/xmms | |
parent | removed faad2 mask (diff) | |
download | historical-8dd933393f3f2e8f5a48b454538e23474c10e42c.tar.gz historical-8dd933393f3f2e8f5a48b454538e23474c10e42c.tar.bz2 historical-8dd933393f3f2e8f5a48b454538e23474c10e42c.zip |
Removing gnome-panel dep since xmms no longer includes a gnome1 panel applet.
Diffstat (limited to 'media-sound/xmms')
-rw-r--r-- | media-sound/xmms/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/xmms/Manifest | 4 | ||||
-rw-r--r-- | media-sound/xmms/xmms-1.2.9-r1.ebuild | 15 |
3 files changed, 15 insertions, 9 deletions
diff --git a/media-sound/xmms/ChangeLog b/media-sound/xmms/ChangeLog index c46cc013ba91..44f664ca7a1a 100644 --- a/media-sound/xmms/ChangeLog +++ b/media-sound/xmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/xmms # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.92 2004/02/01 04:20:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.93 2004/02/02 08:43:13 eradicator Exp $ + + 02 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r1.ebuild: + Removing gnome-panel dep since xmms no longer includes a gnome1 panel applet. *xmms-1.2.9-r1 (31 Jan 2004) diff --git a/media-sound/xmms/Manifest b/media-sound/xmms/Manifest index 40b250b7c821..ad613736c96f 100644 --- a/media-sound/xmms/Manifest +++ b/media-sound/xmms/Manifest @@ -1,8 +1,8 @@ MD5 c71268dd67b5e034324c1bd1d888a784 xmms-1.2.7-r23.ebuild 5450 MD5 266e5522544a4c4693600c39c46e3707 xmms-1.2.7-r25.ebuild 5860 -MD5 0af5187c219f17364ad5da5b274ca507 xmms-1.2.9-r1.ebuild 5364 +MD5 766f0feed282a5a3efadc4ec4bc870a3 xmms-1.2.9-r1.ebuild 5406 MD5 db30834f3b768c46406c8330fdc18a48 xmms-1.2.8-r4.ebuild 5213 -MD5 50a937340612647eaae96c2fcff314f3 ChangeLog 18551 +MD5 600f99e8aa79183d1a1a4443c98bf9c8 ChangeLog 18711 MD5 5c8b4d52a2da5ae758538b56bc384e37 xmms-1.2.8-r3.ebuild 4926 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 20b60b9c94a35974970dafd0bbd050c4 files/digest-xmms-1.2.7-r23 211 diff --git a/media-sound/xmms/xmms-1.2.9-r1.ebuild b/media-sound/xmms/xmms-1.2.9-r1.ebuild index 84f328dffed0..836107549862 100644 --- a/media-sound/xmms/xmms-1.2.9-r1.ebuild +++ b/media-sound/xmms/xmms-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.9-r1.ebuild,v 1.1 2004/02/01 04:20:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.9-r1.ebuild,v 1.2 2004/02/02 08:43:13 eradicator Exp $ inherit flag-o-matic eutils @@ -20,19 +20,22 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb ipv6 cjk" -DEPEND=">=sys-devel/automake-1.7.8 - app-arch/unzip - =x11-libs/gtk+-1.2* +DEPEND="=x11-libs/gtk+-1.2* mikmod? ( >=media-libs/libmikmod-3.1.10 ) esd? ( >=media-sound/esound-0.2.22 ) xml? ( >=dev-libs/libxml-1.8.15 ) - gnome? ( <gnome-base/gnome-panel-1.5.0 ) opengl? ( virtual/opengl ) oggvorbis? ( >=media-libs/libvorbis-1.0 )" RDEPEND="${DEPEND} directfb? ( dev-libs/DirectFB ) - nls? ( dev-util/intltool )" + nls? ( dev-util/intltool ) + app-arch/unzip" + +#We want these things in DEPEND only +DEPEND="${DEPEND} + >=sys-devel/automake-1.7.8 + >=sys-devel/autoconf-2.58" PATCHDIR=${WORKDIR}/patches |