Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/
Date: Fri, 15 Jun 2012 17:08:27
Message-Id: 1339779337.27ccbd66e3d31e48b356097763afb987f8cca045.plaes@gentoo
1 commit: 27ccbd66e3d31e48b356097763afb987f8cca045
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Fri Jun 15 16:55:37 2012 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Fri Jun 15 16:55:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=27ccbd66
7
8 media-sound/rhythmbox: Update deps, USE flags
9
10 ---
11 media-sound/rhythmbox/rhythmbox-9999.ebuild | 9 ++++-----
12 1 files changed, 4 insertions(+), 5 deletions(-)
13
14 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
15 index c00ccbe..6da08cc 100644
16 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
17 +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
18 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.rhythmbox.org/"
19
20 LICENSE="GPL-2"
21 SLOT="0"
22 -IUSE="cdr clutter daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc
23 +IUSE="cdr clutter daap dbus doc gnome-keyring html ipod libnotify lirc
24 musicbrainz mtp nsplugin +python test +udev upnp webkit zeitgeist"
25 # vala
26 if [[ ${PV} = 9999 ]]; then
27 @@ -37,7 +37,8 @@ REQUIRED_USE="
28 # FIXME: double check what to do with fm-radio plugin
29 # NOTE: gst-python is still needed because gstreamer introspection is incomplete
30 COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
31 - dev-libs/libxml2:2
32 + dev-libs/json-glib
33 + >=dev-libs/libxml2-2.7.8:2
34 >=x11-libs/gtk+-3.2:3[introspection]
35 >=x11-libs/gdk-pixbuf-2.18.0:2
36 >=dev-libs/gobject-introspection-0.10.0
37 @@ -60,11 +61,10 @@ COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
38 >=net-dns/avahi-0.6 )
39 gnome-keyring? ( >=gnome-base/gnome-keyring-0.4.9 )
40 html? ( >=net-libs/webkit-gtk-1.3.9:3 )
41 - lastfm? ( dev-libs/json-glib )
42 libnotify? ( >=x11-libs/libnotify-0.7.0 )
43 lirc? ( app-misc/lirc )
44 musicbrainz? (
45 - media-libs/musicbrainz:3
46 + || ( media-libs/musicbrainz:3 media-libs/musicbrains:4 )
47 gnome-base/gconf:2 )
48 python? ( dev-python/pygobject:3 )
49 udev? (
50 @@ -132,7 +132,6 @@ pkg_setup() {
51 --without-hal
52 $(use_enable clutter visualizer)
53 $(use_enable daap)
54 - $(use_enable lastfm)
55 $(use_enable libnotify)
56 $(use_enable lirc)
57 $(use_enable musicbrainz)