diff options
author | 2005-11-29 18:29:50 +0000 | |
---|---|---|
committer | 2005-11-29 18:29:50 +0000 | |
commit | 6ceea1a3a481f9d880ee6923ca5de3a8215642c4 (patch) | |
tree | 78876f49a217007b74c263395c56d5a36339b491 /media-sound | |
parent | Added W3C DOCUMENT LICENSE (diff) | |
download | gentoo-2-6ceea1a3a481f9d880ee6923ca5de3a8215642c4.tar.gz gentoo-2-6ceea1a3a481f9d880ee6923ca5de3a8215642c4.tar.bz2 gentoo-2-6ceea1a3a481f9d880ee6923ca5de3a8215642c4.zip |
Change pda useflag to ipod since it now brings in new deps such as hal which don't work well on some archs. This makes it easier for archs to use.mask this feature. Suggested by gustavoz.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/rhythmbox/Manifest | 2 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.9.2.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog index 21e3775b3939..04a483f1929f 100644 --- a/media-sound/rhythmbox/ChangeLog +++ b/media-sound/rhythmbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/rhythmbox # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.58 2005/11/29 05:07:00 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.59 2005/11/29 18:29:50 joem Exp $ + + 29 Nov 2005; Joe McCann <joem@gentoo.org> rhythmbox-0.9.2.ebuild: + Change pda useflag to ipod since it now brings in new deps such as hal which + don't work well on some archs. This makes it easier for archs to use.mask + this feature. Suggested by gustavoz. *rhythmbox-0.9.2 (29 Nov 2005) diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest index 7b486e92502f..196e00b4f82d 100644 --- a/media-sound/rhythmbox/Manifest +++ b/media-sound/rhythmbox/Manifest @@ -6,4 +6,4 @@ MD5 a3ff016aec5eec7277e2598ad013b80a files/rhythmbox-0.8.8-empty-xlib.patch 496 MD5 9f5bc9bf255b78cc67342f9fc9423ef6 files/rhythmbox-0.8.8-ipod.patch 809 MD5 e854b7f54a4de6256186cbdcaabbc1ec metadata.xml 200 MD5 ff60c2d320a8e0e8e55bfac395f77eb3 rhythmbox-0.8.8-r1.ebuild 2636 -MD5 76b37bbc0a6d49860e80a1a84289d987 rhythmbox-0.9.2.ebuild 2461 +MD5 a6237962c4bd11e3f86ad58b9aa76c55 rhythmbox-0.9.2.ebuild 2459 diff --git a/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild b/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild index 6d81d8d07b7e..2e90c81c3e65 100644 --- a/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild,v 1.3 2005/11/29 05:54:46 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.2.ebuild,v 1.4 2005/11/29 18:29:50 joem Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rhythmbox.org/" LICENSE="GPL-2" KEYWORDS="~x86" -IUSE="vorbis flac aac mad pda avahi howl daap dbus musicbrainz tagwriting" +IUSE="vorbis flac aac mad ipod avahi howl daap dbus musicbrainz tagwriting" #I want tagwriting to be on by default in the future. It is just a local flag #now because it is still considered experimental by upstream and doesn't work #well with all formats @@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.5.4 >=media-video/totem-1.1.5 musicbrainz? ( >=media-libs/musicbrainz-2.1 ) >=net-libs/libsoup-2.2 - pda? ( >=media-libs/libgpod-0.2.0 + ipod? ( >=media-libs/libgpod-0.2.0 >=sys-apps/hal-0.5 ) avahi? ( >=net-dns/avahi-0.5 ) !avahi? ( howl? ( >=net-misc/howl-0.9.8 ) ) @@ -67,7 +67,7 @@ pkg_setup() { fi G2CONF="${G2CONF} \ - $(use_enable pda ipod) \ + $(use_enable ipod) \ $(use_enable musicbrainz) \ $(use_with dbus) \ $(use_enable tagwriting tag-writing) \ |