public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/
Date: Tue,  8 Mar 2011 04:48:43 +0000 (UTC)	[thread overview]
Message-ID: <32991d369eedc76f5b64b78df78aa0e6828cc10d.nirbheek@gentoo> (raw)

commit:     32991d369eedc76f5b64b78df78aa0e6828cc10d
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 14:16:04 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 14:16:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=32991d36

media-sound/rhythmbox: update live ebuild

* Doesn't actually build yet

---
 media-sound/rhythmbox/rhythmbox-9999.ebuild |   53 +++++++++++++++------------
 1 files changed, 29 insertions(+), 24 deletions(-)

diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
index 141c806..bfeaca3 100644
--- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.rhythmbox.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+brasero cdr daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc
+IUSE="cdr daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc
 musicbrainz mtp nsplugin python test udev upnp vala webkit"
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
@@ -24,27 +24,30 @@ fi
 
 # FIXME: double check what to do with fm-radio plugin
 # TODO: watchout for udev use flag changes
-COMMON_DEPEND=">=dev-libs/glib-2.25.12
-	dev-libs/libxml2
-	>=x11-libs/gtk+-2.20:2
+# FIXME: Zeitgesti python plugin
+# NOTE:: Rhythmbox Uses dbus-glib, gdbus, and dbus-python right now
+COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
+	dev-libs/libxml2:2
+	>=x11-libs/gtk+-2.91.4:3[introspection]
+	>=x11-libs/gdk-pixbuf-2.18.0
 	>=dev-libs/dbus-glib-0.71
+	>=dev-libs/gobject-introspection-0.10.0
 	>=dev-libs/totem-pl-parser-2.32.1
-	>=gnome-base/gconf-2
-	>=gnome-extra/gnome-media-2.14
+	>=gnome-base/gconf-2:2
+	>=media-libs/libgnome-media-profiles-2.91.0:3
 	>=net-libs/libsoup-2.26:2.4
 	>=net-libs/libsoup-gnome-2.26:2.4
-	>=media-libs/gst-plugins-base-0.10.24
+	>=media-libs/gst-plugins-base-0.10.24:0.10
+	media-libs/gstreamer:0.10[introspection]
 
-	cdr? (
-		brasero? ( >=app-cdr/brasero-0.9.1 )
-		!brasero? ( >=gnome-extra/nautilus-cd-burner-2.21.6 ) )
+	cdr? ( >=app-cdr/brasero-2.91.90 )
 	daap? (
-		>=media-libs/libdmapsharing-2.1.6
+		media-libs/libdmapsharing:3.0
 		>=net-dns/avahi-0.6 )
-	html? ( >=net-libs/webkit-gtk-1.1.17 )
 	gnome-keyring? ( >=gnome-base/gnome-keyring-0.4.9 )
+	html? ( >=net-libs/webkit-gtk-1.3.9:3 )
 	lastfm? ( dev-libs/json-glib )
-	libnotify? ( >=x11-libs/libnotify-0.4.1 )
+	libnotify? ( >=x11-libs/libnotify-0.5.1 )
 	lirc? ( app-misc/lirc )
 	musicbrainz? ( media-libs/musicbrainz:3 )
 	udev? (
@@ -63,16 +66,19 @@ RDEPEND="${COMMON_DEPEND}
 
 	nsplugin? ( net-libs/xulrunner )
 	python? (
-		>=dev-python/pygtk-2.8
 		>=dev-python/pygobject-2.15.4
-		>=dev-python/gconf-python-2.22
-		>=dev-python/libgnome-python-2.22
-		>=dev-python/gnome-keyring-python-2.22
 		>=dev-python/gst-python-0.10.8
+
+		x11-libs/gdk-pixbuf:2[introspection]
+		x11-libs/gtk+:3[introspection]
+		x11-libs/pango[introspection]
+		gnome-base/gconf:2[introspection]
+
 		dbus? ( dev-python/dbus-python )
+		gnome-keyring? ( dev-python/gnome-keyring-python )
 		webkit? (
 			dev-python/mako
-			dev-python/pywebkitgtk )
+			net-libs/webkit-gtk:3[introspection] )
 		upnp? (
 			dev-python/louie
 			media-video/coherence
@@ -87,7 +93,7 @@ DEPEND="${COMMON_DEPEND}
 	>=app-text/gnome-doc-utils-0.9.1
 	doc? ( >=dev-util/gtk-doc-1.4 )
 	test? ( dev-libs/check )
-	vala? ( >=dev-lang/vala-0.1.0:0.12 )
+	vala? ( >=dev-lang/vala-0.9.4:0.10 )
 "
 DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
 	  MAINTAINERS MAINTAINERS.old NEWS README THANKS"
@@ -125,15 +131,13 @@ pkg_setup() {
 		fi
 	fi
 
-	if use brasero; then
-		G2CONF="${G2CONF} $(use_with cdr libbrasero-media) --without-libnautilus-burn"
-	else
-		G2CONF="${G2CONF} $(use_with cdr libnautilus-burn) --without-libbrasero-media"
+	if use gnome-keyring && ! use python; then
+		ewarn "The magnatune plugin requires USE='python gnome-keyring'"
 	fi
 
 	G2CONF="${G2CONF}
 		MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins
-		VALAC=$(type -P valac-0.12)
+		VALAC=$(type -P valac-0.10)
 		--enable-mmkeys
 		--disable-scrollkeeper
 		--disable-schemas-install
@@ -146,6 +150,7 @@ pkg_setup() {
 		$(use_enable nsplugin browser-plugin)
 		$(use_enable python)
 		$(use_enable vala)
+		$(use_with cdr brasero)
 		$(use_with daap mdns avahi)
 		$(use_with gnome-keyring)
 		$(use_with html webkit)



             reply	other threads:[~2011-03-08  4:48 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08  4:48 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-14 19:42 [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/ Nirbheek Chauhan
2011-03-27 20:51 Priit Laes
2011-04-12  2:51 Nirbheek Chauhan
2011-06-16  7:54 Priit Laes
2011-07-29 18:35 Priit Laes
2011-09-13 10:48 Priit Laes
2011-10-02 16:56 Priit Laes
2012-01-03 11:56 Priit Laes
2012-01-16  3:43 Nirbheek Chauhan
2012-03-01 16:51 Priit Laes
2012-06-04  7:05 Alexandre Restovtsev
2012-06-15 17:08 Priit Laes
2012-07-23 10:44 Nirbheek Chauhan
2012-09-06  7:46 Priit Laes
2012-11-07 21:27 Alexandre Rostovtsev
2012-11-11  9:22 Priit Laes
2012-11-11  9:54 Priit Laes
2012-12-15 20:05 Alexandre Rostovtsev
2012-12-15 20:06 Alexandre Rostovtsev
2013-01-20 22:37 Nirbheek Chauhan
2013-01-20 22:48 Nirbheek Chauhan
2013-03-05  8:34 Nirbheek Chauhan
2013-12-05 11:07 Priit Laes
2013-12-18 23:08 Gilles Dartiguelongue
2014-10-25 21:07 Gilles Dartiguelongue
2014-12-01 14:09 Michał Górny
2019-03-22 10:07 Mart Raudsepp
2021-01-30 20:02 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32991d369eedc76f5b64b78df78aa0e6828cc10d.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox