diff options
Diffstat (limited to 'media-sound/sound-juicer/sound-juicer-0.5.6.ebuild')
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-0.5.6.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/media-sound/sound-juicer/sound-juicer-0.5.6.ebuild b/media-sound/sound-juicer/sound-juicer-0.5.6.ebuild new file mode 100644 index 000000000000..159c0d392bf8 --- /dev/null +++ b/media-sound/sound-juicer/sound-juicer-0.5.6.ebuild @@ -0,0 +1,35 @@ +# 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.6.ebuild,v 1.1 2003/10/30 14:33:49 foser Exp $ + +inherit gnome2 + +DESCRIPTION="CD ripper for GNOME 2" +HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" +SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="oggvorbis" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-base/libglade-2 + >=gnome-base/gconf-1.2 + >=gnome-base/libgnomeui-2 + >=media-libs/musicbrainz-2.0.1 + >=media-libs/gstreamer-0.6.3 + >=media-libs/gst-plugins-0.6.3 + >=media-plugins/gst-plugins-cdparanoia-0.6.3 + oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.6.3 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.20 + app-text/scrollkeeper + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" + +# needed to get around some sandboxing checks +export GST_INSPECT=/bin/true |