diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-04-03 01:00:05 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-04-03 01:00:05 +0000 |
commit | 3affb058e6d785ec5698c9640e03be2be0a17c74 (patch) | |
tree | 4458a4606ac64e1df0825ad419da460b87f9d080 /media-sound/sound-juicer | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-3affb058e6d785ec5698c9640e03be2be0a17c74.tar.gz gentoo-2-3affb058e6d785ec5698c9640e03be2be0a17c74.tar.bz2 gentoo-2-3affb058e6d785ec5698c9640e03be2be0a17c74.zip |
fix gst deps, mark 0.5.10.1 x86
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-0.5.10.1.ebuild | 10 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-0.5.8.ebuild | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index b65505063ec3..6ec2897b9b43 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sound-juicer # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.19 2004/02/12 18:54:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.20 2004/04/03 01:00:05 foser Exp $ + + 03 Apr 2004; foser <foser@gentoo.org> sound-juicer-*.ebuild : + Fix gstreamer deps to 0.6 12 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> sound-juicer-0.5.9.ebuild: diff --git a/media-sound/sound-juicer/sound-juicer-0.5.10.1.ebuild b/media-sound/sound-juicer/sound-juicer-0.5.10.1.ebuild index 7ec2552c8b02..9d00d4596537 100644 --- a/media-sound/sound-juicer/sound-juicer-0.5.10.1.ebuild +++ b/media-sound/sound-juicer/sound-juicer-0.5.10.1.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/sound-juicer/sound-juicer-0.5.10.1.ebuild,v 1.2 2004/04/01 16:55:27 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.5.10.1.ebuild,v 1.3 2004/04/03 01:00:05 foser Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="oggvorbis" @@ -19,9 +19,9 @@ RDEPEND=">=dev-libs/glib-2 >=gnome-base/gconf-1.2 >=gnome-base/libgnomeui-2 >=media-libs/musicbrainz-2.0.1 - >=media-libs/gstreamer-0.6.3 - >=media-plugins/gst-plugins-cdparanoia-0.6.3 - oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.6.3 )" + =media-libs/gstreamer-0.6* + =media-plugins/gst-plugins-cdparanoia-0.6* + oggvorbis? ( =media-plugins/gst-plugins-vorbis-0.6* )" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 diff --git a/media-sound/sound-juicer/sound-juicer-0.5.8.ebuild b/media-sound/sound-juicer/sound-juicer-0.5.8.ebuild index 75ae731afdf6..38b2c502af1f 100644 --- a/media-sound/sound-juicer/sound-juicer-0.5.8.ebuild +++ b/media-sound/sound-juicer/sound-juicer-0.5.8.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/sound-juicer/sound-juicer-0.5.8.ebuild,v 1.2 2004/01/26 23:20:30 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.5.8.ebuild,v 1.3 2004/04/03 01:00:05 foser Exp $ inherit gnome2 @@ -19,9 +19,9 @@ RDEPEND=">=dev-libs/glib-2 >=gnome-base/gconf-1.2 >=gnome-base/libgnomeui-2 >=media-libs/musicbrainz-2.0.1 - >=media-libs/gstreamer-0.6.3 - >=media-plugins/gst-plugins-cdparanoia-0.6.3 - oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.6.3 )" + =media-libs/gstreamer-0.6* + =media-plugins/gst-plugins-cdparanoia-0.6* + oggvorbis? ( =media-plugins/gst-plugins-vorbis-0.6* )" DEPEND="${RDEPEND} >=dev-util/intltool-0.20 |