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 42242138010 for ; Sun, 28 Oct 2012 19:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5671B21C00B; Sun, 28 Oct 2012 19:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B436621C00B for ; Sun, 28 Oct 2012 19:26:12 +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 D9D5433D957 for ; Sun, 28 Oct 2012 19:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 75B22E5436 for ; Sun, 28 Oct 2012 19:26:10 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1351451166.6584d6332eea1aecee946ca4bf9bd106a8857b35.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 6584d6332eea1aecee946ca4bf9bd106a8857b35 X-VCS-Branch: master Date: Sun, 28 Oct 2012 19:26:10 +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: 92f47755-a8ed-4075-9b00-eb90adb41818 X-Archives-Hash: 8517b7c848fd4cd30dfa50de78941ac7 commit: 6584d6332eea1aecee946ca4bf9bd106a8857b35 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sun Oct 28 19:06:06 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sun Oct 28 19:06:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6584d633 gnome-base/gnome-shell: explicitly depend on gstreamer:1.0 Not very useful yet with the default config, but at least it's no longer automagic. --- ...ll-3.6.1.ebuild => gnome-shell-3.6.1-r1.ebuild} | 10 +++++----- gnome-base/gnome-shell/gnome-shell-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild similarity index 95% rename from gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild rename to gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild index a8612d2..0f5d535 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild @@ -43,7 +43,7 @@ COMMON_DEPEND=" >=gnome-base/gnome-menus-3.5.3:3[introspection] gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-3.5.3 - >=media-libs/gst-plugins-base-0.10.16:0.10 + >=media-libs/gstreamer-0.11.92:1.0 >=net-im/telepathy-logger-0.2.4[introspection] >=net-libs/telepathy-glib-0.19[introspection] >=sys-auth/polkit-0.100[introspection] @@ -158,11 +158,11 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - if ! has_version '>=media-libs/gst-plugins-good-0.10.23' || \ - ! has_version 'media-plugins/gst-plugins-vp8'; then + if ! has_version 'media-libs/gst-plugins-good:1.0' || \ + ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then ewarn "To make use of GNOME Shell's built-in screen recording utility," - ewarn "you need to either install >=media-libs/gst-plugins-good-0.10.23" - ewarn "and media-plugins/gst-plugins-vp8, or use dconf-editor to change" + ewarn "you need to either install media-libs/gst-plugins-good:1.0" + ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change" ewarn "apps.gnome-shell.recorder/pipeline to what you want to use." fi diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index a8612d2..0f5d535 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -43,7 +43,7 @@ COMMON_DEPEND=" >=gnome-base/gnome-menus-3.5.3:3[introspection] gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-3.5.3 - >=media-libs/gst-plugins-base-0.10.16:0.10 + >=media-libs/gstreamer-0.11.92:1.0 >=net-im/telepathy-logger-0.2.4[introspection] >=net-libs/telepathy-glib-0.19[introspection] >=sys-auth/polkit-0.100[introspection] @@ -158,11 +158,11 @@ src_install() { pkg_postinst() { gnome2_pkg_postinst - if ! has_version '>=media-libs/gst-plugins-good-0.10.23' || \ - ! has_version 'media-plugins/gst-plugins-vp8'; then + if ! has_version 'media-libs/gst-plugins-good:1.0' || \ + ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then ewarn "To make use of GNOME Shell's built-in screen recording utility," - ewarn "you need to either install >=media-libs/gst-plugins-good-0.10.23" - ewarn "and media-plugins/gst-plugins-vp8, or use dconf-editor to change" + ewarn "you need to either install media-libs/gst-plugins-good:1.0" + ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change" ewarn "apps.gnome-shell.recorder/pipeline to what you want to use." fi