Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/
Date: Tue, 05 Mar 2013 08:34:41
Message-Id: 1362472466.9740c173b3b398daa2298f4e4b4d310d6327ba0b.nirbheek@gentoo
1 commit: 9740c173b3b398daa2298f4e4b4d310d6327ba0b
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 5 08:34:26 2013 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 5 08:34:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9740c173
7
8 media-sound/rhythmbox: Pull in webkit-gtk-1.10 for gstreamer-1.0
9
10 Otherwise, we get symbol collisions
11
12 ---
13 media-sound/rhythmbox/rhythmbox-9999.ebuild | 5 +++--
14 1 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
17 index b66fd8d..c7fc2d4 100644
18 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
19 +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
20 @@ -33,6 +33,7 @@ REQUIRED_USE="
21 webkit? ( python )"
22
23 # FIXME: double check what to do with fm-radio plugin
24 +# webkit-gtk-1.10 is needed because it uses gstreamer-1.0
25 COMMON_DEPEND=">=dev-libs/glib-2.32.0:2
26 dev-libs/json-glib
27 >=dev-libs/libxml2-2.7.8:2
28 @@ -59,7 +60,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.0:2
29 >=net-dns/avahi-0.6
30 media-plugins/gst-plugins-soup:1.0 )
31 keyring? ( >=app-crypt/libsecret-0.14 )
32 - html? ( >=net-libs/webkit-gtk-1.3.9:3 )
33 + html? ( >=net-libs/webkit-gtk-1.10:3 )
34 libnotify? ( >=x11-libs/libnotify-0.7.0 )
35 lirc? ( app-misc/lirc )
36 python? ( >=dev-python/pygobject-3.0:3 )
37 @@ -90,7 +91,7 @@ RDEPEND="${COMMON_DEPEND}
38 keyring? ( >=app-crypt/libsecret-0.14[introspection] )
39 webkit? (
40 dev-python/mako
41 - >=net-libs/webkit-gtk-1.3.9:3[introspection] ) )
42 + >=net-libs/webkit-gtk-1.10:3[introspection] ) )
43 "
44 # gtk-doc-am needed for eautoreconf
45 # dev-util/gtk-doc-am