blob: 966ecbdb8fa6f2f2795622b6e8d5d0fd5ea50f30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.10.0.ebuild,v 1.9 2005/06/12 16:27:57 dertobi123 Exp $
inherit gnome2 eutils
DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="vorbis flac"
RDEPEND=">=dev-libs/glib-2
>=x11-libs/gtk+-2.6
>=gnome-base/libglade-2
>=gnome-base/gconf-1.2
>=gnome-base/libgnomeui-2
>=gnome-base/gnome-vfs-2.10
>=gnome-extra/nautilus-cd-burner-2.10
>=gnome-extra/gnome-media-2.10
>=media-libs/musicbrainz-2.0.1
=media-libs/gstreamer-0.8*
=media-plugins/gst-plugins-cdparanoia-0.8*
vorbis? ( =media-plugins/gst-plugins-vorbis-0.8*
=media-plugins/gst-plugins-ogg-0.8* )
flac? ( =media-plugins/gst-plugins-flac-0.8* )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.29
app-text/scrollkeeper
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
# needed to get around some sandboxing checks
export GST_INSPECT=/bin/true
|