diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-15 12:03:31 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-15 12:03:31 +0000 |
commit | ecfc338b30f8a1cacd6850bf35d4a51f48b90848 (patch) | |
tree | 86d6d7fb7b40ebcaf1b4b71e1cebe8d2fa3eb8aa /media-sound/rhythmbox | |
parent | Added the new version, testing, tweaked deps for gnome 2.2 compliancy, made t... (diff) | |
download | gentoo-2-ecfc338b30f8a1cacd6850bf35d4a51f48b90848.tar.gz gentoo-2-ecfc338b30f8a1cacd6850bf35d4a51f48b90848.tar.bz2 gentoo-2-ecfc338b30f8a1cacd6850bf35d4a51f48b90848.zip |
new rhythmbox build
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/rhythmbox/files/digest-rhythmbox-0.4.0 | 1 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.4.0.ebuild | 49 |
3 files changed, 60 insertions, 1 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog index 3c82fbb52350..9372daded416 100644 --- a/media-sound/rhythmbox/ChangeLog +++ b/media-sound/rhythmbox/ChangeLog @@ -1,7 +1,16 @@ # 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.5 2002/09/03 14:25:36 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.6 2002/11/15 12:03:31 spider Exp $ + +*rhythmbox-0.4.0 (15 Nov 2002) + + 15 Nov 2002; Spider <spider@gentoo.org> rhythmbox-0.4.0.ebuild : + changed deps to accomodate for gnome 2.2, change deps to match new + monkey-media and gst-plugins. remove the Werror removal code, + add a fix for final makefile and scrollkeeper. + Fixed the documentation some + *rhythmbox-0.3.0 (25 aug 2002) 03 Sep 2002; Spider <spider@gentoo.org> rhythmbox-0.3.0.ebuild : removed -Werror to make it build more solidly diff --git a/media-sound/rhythmbox/files/digest-rhythmbox-0.4.0 b/media-sound/rhythmbox/files/digest-rhythmbox-0.4.0 new file mode 100644 index 000000000000..0f02f49e7f75 --- /dev/null +++ b/media-sound/rhythmbox/files/digest-rhythmbox-0.4.0 @@ -0,0 +1 @@ +MD5 0060ed6e9220f90a1c4d07ff3a8a882c rhythmbox-0.4.0.tar.gz 987679 diff --git a/media-sound/rhythmbox/rhythmbox-0.4.0.ebuild b/media-sound/rhythmbox/rhythmbox-0.4.0.ebuild new file mode 100644 index 000000000000..3b9643abb156 --- /dev/null +++ b/media-sound/rhythmbox/rhythmbox-0.4.0.ebuild @@ -0,0 +1,49 @@ +# 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.4.0.ebuild,v 1.1 2002/11/15 12:03:31 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" +KEYWORDS="~x86" + +RDEPEND=">=x11-libs/gtk+-2.0.0 + =gnome-base/libgnomeui-2.0* + =gnome-base/libglade-2.0* + =gnome-base/gnome-panel-2.0* + =gnome-base/gnome-vfs-2.0* + =gnome-base/libbonobo-2.0* + =gnome-base/bonobo-activation-1.0* + =gnome-base/libgnomecanvas-2.0* + >=media-libs/monkey-media-0.6.0 + >=gnome-base/gconf-1.2.1 + >=gnome-base/ORBit2-2.4.1 + >=sys-devel/gettext-0.11.1 + >=media-libs/gst-plugins-0.4.2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + dev-util/intltool" + +src_install () { + + # this is a fix to disable scrollkeeper-update from running in + # "make install" since that breaks sandbox. + cd help/C + cat Makefile | sed s/"install-data-hook: install-data-hook-omf"/"install-data-hook:"/g >Makefile.new + mv Makefile.new Makefile + cd ../.. + gnome2_src_install + +} + +LIBTOOL_FIX="1" + +DOC="AUTHORS COPYING ChangeLog INSTALL INSTALL.GNU HACKING NEWS README THANKS TODO" +SCHEMA="rhythmbox.schemas" |