diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-01 16:30:35 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-01 16:30:35 +0000 |
commit | bb3f9ef8ebbb351de852516fbf3aecfea78d9f36 (patch) | |
tree | 361ec02add232fcf0d2c0da96c6a9b5c98182d91 /media-sound | |
parent | rhythmbox (diff) | |
download | gentoo-2-bb3f9ef8ebbb351de852516fbf3aecfea78d9f36.tar.gz gentoo-2-bb3f9ef8ebbb351de852516fbf3aecfea78d9f36.tar.bz2 gentoo-2-bb3f9ef8ebbb351de852516fbf3aecfea78d9f36.zip |
adding rhythmbox
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 | 1 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.2.1.ebuild | 36 |
3 files changed, 44 insertions, 0 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog new file mode 100644 index 000000000000..28c30d95987e --- /dev/null +++ b/media-sound/rhythmbox/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for media-sound/rhythmbox +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.1 2002/06/01 16:30:35 spider Exp $ + +*rhythmbox-0.2.1 (1 Jun 2002) + 1 Jun 2002; Spider <spider@gentoo.org> rhythmbox-0.2.1.ebuild ChangeLog: + A media thingie that mimics iTunes for Gnome2 diff --git a/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 b/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 new file mode 100644 index 000000000000..c1e1e0b8c4d9 --- /dev/null +++ b/media-sound/rhythmbox/files/digest-rhythmbox-0.2.1 @@ -0,0 +1 @@ +MD5 8c2d763346f01d281191c9232efe7207 rhythmbox-0.2.1.tar.gz 505325 diff --git a/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild b/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild new file mode 100644 index 000000000000..2c100811e039 --- /dev/null +++ b/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.2.1.ebuild,v 1.1 2002/06/01 16:30:35 spider 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" + +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" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + dev-util/intltool" + +LIBTOOL_FIX="1" + +DOC="ABOUT-NLS AUTHORS COPYING ChangeLog FAQ HACKING INSTALL NEWS README THANKS TODO" +SCHEMA="rhythmbox.schemas" + + |