diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-09-12 19:17:51 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-09-12 19:17:51 +0000 |
commit | 0f261c9a8eb10d42cb6b315a9a300355a02361e8 (patch) | |
tree | 916f95cceae3414ae0406e4f334c4cf43e450bdf /media-sound/sound-juicer | |
parent | removing bonobo-activation dep (diff) | |
download | gentoo-2-0f261c9a8eb10d42cb6b315a9a300355a02361e8.tar.gz gentoo-2-0f261c9a8eb10d42cb6b315a9a300355a02361e8.tar.bz2 gentoo-2-0f261c9a8eb10d42cb6b315a9a300355a02361e8.zip |
fix deps
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sound-juicer/Manifest | 4 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-0.5.2.ebuild | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index afd3ff750dda..c7327aaae250 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-sound/sound-juicer # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.8 2003/09/08 16:22:01 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.9 2003/09/12 19:13:05 foser Exp $ *sound-juicer-0.5.2 (08 Sep 2003) + 12 Sep 2003; foser <foser@gentoo.org> sound-juicer-0.5.2.ebuild : + Updated the moved gst-plugins-* deps + 08 Sep 2003; foser <foser@gentoo.org> sound-juicer-0.5.2.ebuild : New version, adapted to use the new gst-plugins layout Add mad and oggvorbis USE flags diff --git a/media-sound/sound-juicer/Manifest b/media-sound/sound-juicer/Manifest index 806433e338cd..e63a18972567 100644 --- a/media-sound/sound-juicer/Manifest +++ b/media-sound/sound-juicer/Manifest @@ -1,7 +1,7 @@ -MD5 728ae1886268d7ec7f86665e889bd3d6 sound-juicer-0.5.2.ebuild 1022 +MD5 2362c375001b0cc87a9af68ea5ffbd60 sound-juicer-0.5.2.ebuild 1031 MD5 2a8b72c56f01a533112063ae074d4482 sound-juicer-0.4.1.ebuild 909 MD5 5f462aed743b0a7a41b2e30b0812ab8d sound-juicer-0.5.1.ebuild 937 -MD5 7ec549975b4fae55a5bf9eb6d080b3cc ChangeLog 1652 +MD5 53fe4bf7ed3d5aa3346ce6a946bd0a4a ChangeLog 1760 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 4f6c003019895cf16144619522f7605d sound-juicer-0.3.ebuild 835 MD5 70e423e84a2d782f1abcd8cd92110af0 files/digest-sound-juicer-0.4.1 70 diff --git a/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild b/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild index e70ec3ed179b..98370f8a8b99 100644 --- a/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild +++ b/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild,v 1.2 2003/09/08 16:24:38 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.5.2.ebuild,v 1.3 2003/09/12 19:13:05 foser Exp $ inherit gnome2 @@ -21,9 +21,9 @@ RDEPEND=">=dev-libs/glib-2 >=media-libs/musicbrainz-2.0.1 >=media-libs/gstreamer-0.6.3 >=media-libs/gst-plugins-0.6.3 - >=media-libs/gst-plugins-cdparanoia-0.6.3 - mad? ( >=media-libs/gst-plugins-mad-0.6.3 ) - oggvorbis? ( >=media-libs/gst-plugins-vorbis-0.6.3 )" + >=media-plugins/gst-plugins-cdparanoia-0.6.3 + mad? ( >=media-plugins/gst-plugins-mad-0.6.3 ) + oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.6.3 )" DEPEND="${RDEPEND} >=dev-util/intltool-0.20 |