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, 29 Jul 2011 18:35:42
Message-Id: 737437eac21ec2fb493f6880e7da208790e2cdc5.plaes@gentoo
1 commit: 737437eac21ec2fb493f6880e7da208790e2cdc5
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Fri Jul 29 18:25:02 2011 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Fri Jul 29 18:25:02 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=737437ea
7
8 media-sound/rhythmbox: Bump gstreamer deps and add clutter USE flag
9
10 ---
11 media-sound/rhythmbox/rhythmbox-9999.ebuild | 13 +++++++++----
12 1 files changed, 9 insertions(+), 4 deletions(-)
13
14 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
15 index ca3db08..f324181 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 daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc musicbrainz mtp nsplugin python test udev upnp vala webkit"
23 +IUSE="cdr clutter daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc musicbrainz mtp nsplugin python test udev upnp vala webkit"
24 if [[ ${PV} = 9999 ]]; then
25 KEYWORDS=""
26 else
27 @@ -26,7 +26,7 @@ else
28 fi
29
30 # FIXME: double check what to do with fm-radio plugin
31 -# FIXME: Zeitgesti python plugin
32 +# FIXME: Zeitgeist python plugin
33 # NOTE:: Rhythmbox Uses dbus-glib, gdbus, and dbus-python right now
34 COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
35 dev-libs/libxml2:2
36 @@ -39,9 +39,13 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
37 >=media-libs/libgnome-media-profiles-2.91.0:3
38 >=net-libs/libsoup-2.26:2.4
39 >=net-libs/libsoup-gnome-2.26:2.4
40 - >=media-libs/gst-plugins-base-0.10.24:0.10
41 - media-libs/gstreamer:0.10[introspection]
42 + >=media-libs/gst-plugins-base-0.10.32:0.10
43 + >=media-libs/gstreamer-0.10.32:0.10[introspection]
44
45 + clutter? (
46 + media-libs/clutter
47 + media-libs/clutter-gst
48 + media-libs/clutter-gtk )
49 cdr? ( >=app-cdr/brasero-2.91.90 )
50 daap? (
51 >=net-libs/libdmapsharing-2.9.11:3.0
52 @@ -155,6 +159,7 @@ pkg_setup() {
53 --disable-schemas-compile
54 --disable-static
55 --without-hal
56 + $(use_enable clutter visualizer)
57 $(use_enable daap)
58 $(use_enable lastfm)
59 $(use_enable libnotify)