summaryrefslogtreecommitdiff
blob: d6cc6547be7fa2a30d66c792f564e637ed6b36f6 (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
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.2.1-r1.ebuild,v 1.3 2002/10/04 05:54:24 vapier Exp $

inherit gnome2

S=${WORKDIR}/${P}
DESCRIPTION="RhythmBox - an iTunes clone for GNOME"
SRC_URI="http://www.rhythmbox.org/download/${P}.tar.gz"
HOMEPAGE="http://www.rhythmbox.org/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

RDEPEND=">=x11-libs/gtk+-2.0.0
	>=gnome-base/libgnomeui-1.117.2
	>=gnome-base/libglade-1.99.12
	>=gnome-base/gnome-panel-1.5.23	
	>=gnome-base/gnome-vfs-1.9.16
	>=gnome-base/libbonobo-1.117.1
	>=gnome-base/bonobo-activation-0.9.9
	>=gnome-base/libgnomecanvas-1.117.0
	>=media-libs/monkey-sound-0.4.1
	>=gnome-base/gconf-1.1.10
	>=gnome-base/ORBit2-2.4.0
	>=sys-devel/gettext-0.11.1
	>=media-libs/gst-plugins-0.3.4"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0
	dev-util/intltool"

LIBTOOL_FIX="1"

DOC="AUTHORS COPYING ChangeLog FAQ HACKING INSTALL NEWS README THANKS TODO"
SCHEMA="rhythmbox.schemas"