From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1135A13800E for ; Mon, 23 Jul 2012 10:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F707E0764; Mon, 23 Jul 2012 10:44:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C746E0764 for ; Mon, 23 Jul 2012 10:44:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FFC21B42EF for ; Mon, 23 Jul 2012 10:44:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D5ABE5436 for ; Mon, 23 Jul 2012 10:44:41 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1343040259.087373a94151f4d488acafc6f271d231149e7134.nirbheek@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: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 087373a94151f4d488acafc6f271d231149e7134 X-VCS-Branch: master Date: Mon, 23 Jul 2012 10:44:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8bf25692-9b79-4027-b197-70e27b49e658 X-Archives-Hash: 745acd821579aca58f35765535b78f1d commit: 087373a94151f4d488acafc6f271d231149e7134 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Jul 23 10:44:19 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Jul 23 10:44:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=087373a9 media-sound/rhythmbox: update deps --- media-sound/rhythmbox/rhythmbox-9999.ebuild | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild index 6da08cc..151e9ba 100644 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild @@ -36,14 +36,14 @@ REQUIRED_USE=" # FIXME: double check what to do with fm-radio plugin # NOTE: gst-python is still needed because gstreamer introspection is incomplete -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 +COMMON_DEPEND=">=dev-libs/glib-2.32.0:2 dev-libs/json-glib >=dev-libs/libxml2-2.7.8:2 - >=x11-libs/gtk+-3.2:3[introspection] + >=x11-libs/gtk+-3.4:3[introspection] >=x11-libs/gdk-pixbuf-2.18.0:2 >=dev-libs/gobject-introspection-0.10.0 >=dev-libs/libpeas-0.7.3[gtk,python?] - >=dev-libs/totem-pl-parser-2.32.1 + >=dev-libs/totem-pl-parser-3.2.0 >=net-libs/libsoup-2.26:2.4 >=net-libs/libsoup-gnome-2.26:2.4 >=media-libs/gst-plugins-base-0.10.32:0.10[introspection] @@ -51,8 +51,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 >=sys-libs/tdb-1.2.6 clutter? ( - >=media-libs/clutter-1.2:1.0 - >=media-libs/clutter-gst-1.0:1.0 + >=media-libs/clutter-1.8:1.0 + >=media-libs/clutter-gst-1.4:1.0 >=media-libs/clutter-gtk-1.0:1.0 >=x11-libs/mx-1.0.1:1.0 ) cdr? ( >=app-cdr/brasero-2.91.90 ) @@ -64,9 +64,9 @@ COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 libnotify? ( >=x11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) musicbrainz? ( - || ( media-libs/musicbrainz:3 media-libs/musicbrains:4 ) + || ( >=media-libs/musicbrainz-3.0.2:3 >=media-libs/musicbrains-4.0.0:4 ) gnome-base/gconf:2 ) - python? ( dev-python/pygobject:3 ) + python? ( >=dev-python/pygobject-3.0:3 ) udev? ( ipod? ( >=media-libs/libgpod-0.7.92[udev] ) mtp? ( >=media-libs/libmtp-0.3 )