From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QmruP-0005E9-SK for garchives@archives.gentoo.org; Fri, 29 Jul 2011 18:35:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B034E21C0AB; Fri, 29 Jul 2011 18:35:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E84921C0AB for ; Fri, 29 Jul 2011 18:35:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE1851B4015 for ; Fri, 29 Jul 2011 18:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D78F18003D for ; Fri, 29 Jul 2011 18:35:32 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <737437eac21ec2fb493f6880e7da208790e2cdc5.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/rhythmbox/rhythmbox-9999.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 737437eac21ec2fb493f6880e7da208790e2cdc5 Date: Fri, 29 Jul 2011 18:35:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 580217f4e5a4ef5f584b32f97744c38c commit: 737437eac21ec2fb493f6880e7da208790e2cdc5 Author: Priit Laes plaes org> AuthorDate: Fri Jul 29 18:25:02 2011 +0000 Commit: Priit Laes plaes org> CommitDate: Fri Jul 29 18:25:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D737437ea media-sound/rhythmbox: Bump gstreamer deps and add clutter USE flag --- media-sound/rhythmbox/rhythmbox-9999.ebuild | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rh= ythmbox/rhythmbox-9999.ebuild index ca3db08..f324181 100644 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=3D"http://www.rhythmbox.org/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"cdr daap dbus doc gnome-keyring html ipod +lastfm libnotify lirc= musicbrainz mtp nsplugin python test udev upnp vala webkit" +IUSE=3D"cdr clutter daap dbus doc gnome-keyring html ipod +lastfm libnot= ify lirc musicbrainz mtp nsplugin python test udev upnp vala webkit" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -26,7 +26,7 @@ else fi =20 # FIXME: double check what to do with fm-radio plugin -# FIXME: Zeitgesti python plugin +# FIXME: Zeitgeist python plugin # NOTE:: Rhythmbox Uses dbus-glib, gdbus, and dbus-python right now COMMON_DEPEND=3D">=3Ddev-libs/glib-2.26.0:2 dev-libs/libxml2:2 @@ -39,9 +39,13 @@ COMMON_DEPEND=3D">=3Ddev-libs/glib-2.26.0:2 >=3Dmedia-libs/libgnome-media-profiles-2.91.0:3 >=3Dnet-libs/libsoup-2.26:2.4 >=3Dnet-libs/libsoup-gnome-2.26:2.4 - >=3Dmedia-libs/gst-plugins-base-0.10.24:0.10 - media-libs/gstreamer:0.10[introspection] + >=3Dmedia-libs/gst-plugins-base-0.10.32:0.10 + >=3Dmedia-libs/gstreamer-0.10.32:0.10[introspection] =20 + clutter? ( + media-libs/clutter + media-libs/clutter-gst + media-libs/clutter-gtk ) cdr? ( >=3Dapp-cdr/brasero-2.91.90 ) daap? ( >=3Dnet-libs/libdmapsharing-2.9.11:3.0 @@ -155,6 +159,7 @@ pkg_setup() { --disable-schemas-compile --disable-static --without-hal + $(use_enable clutter visualizer) $(use_enable daap) $(use_enable lastfm) $(use_enable libnotify)