Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/
Date: Sun, 28 Oct 2012 19:26:21
Message-Id: 1351451166.6584d6332eea1aecee946ca4bf9bd106a8857b35.tetromino@gentoo
1 commit: 6584d6332eea1aecee946ca4bf9bd106a8857b35
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 19:06:06 2012 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 19:06:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6584d633
7
8 gnome-base/gnome-shell: explicitly depend on gstreamer:1.0
9
10 Not very useful yet with the default config, but at least it's no longer
11 automagic.
12
13 ---
14 ...ll-3.6.1.ebuild => gnome-shell-3.6.1-r1.ebuild} | 10 +++++-----
15 gnome-base/gnome-shell/gnome-shell-9999.ebuild | 10 +++++-----
16 2 files changed, 10 insertions(+), 10 deletions(-)
17
18 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
19 similarity index 95%
20 rename from gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild
21 rename to gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild
22 index a8612d2..0f5d535 100644
23 --- a/gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild
24 +++ b/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild
25 @@ -43,7 +43,7 @@ COMMON_DEPEND="
26 >=gnome-base/gnome-menus-3.5.3:3[introspection]
27 gnome-base/libgnome-keyring
28 >=gnome-extra/evolution-data-server-3.5.3
29 - >=media-libs/gst-plugins-base-0.10.16:0.10
30 + >=media-libs/gstreamer-0.11.92:1.0
31 >=net-im/telepathy-logger-0.2.4[introspection]
32 >=net-libs/telepathy-glib-0.19[introspection]
33 >=sys-auth/polkit-0.100[introspection]
34 @@ -158,11 +158,11 @@ src_install() {
35 pkg_postinst() {
36 gnome2_pkg_postinst
37
38 - if ! has_version '>=media-libs/gst-plugins-good-0.10.23' || \
39 - ! has_version 'media-plugins/gst-plugins-vp8'; then
40 + if ! has_version 'media-libs/gst-plugins-good:1.0' || \
41 + ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then
42 ewarn "To make use of GNOME Shell's built-in screen recording utility,"
43 - ewarn "you need to either install >=media-libs/gst-plugins-good-0.10.23"
44 - ewarn "and media-plugins/gst-plugins-vp8, or use dconf-editor to change"
45 + ewarn "you need to either install media-libs/gst-plugins-good:1.0"
46 + ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change"
47 ewarn "apps.gnome-shell.recorder/pipeline to what you want to use."
48 fi
49
50
51 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
52 index a8612d2..0f5d535 100644
53 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
54 +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
55 @@ -43,7 +43,7 @@ COMMON_DEPEND="
56 >=gnome-base/gnome-menus-3.5.3:3[introspection]
57 gnome-base/libgnome-keyring
58 >=gnome-extra/evolution-data-server-3.5.3
59 - >=media-libs/gst-plugins-base-0.10.16:0.10
60 + >=media-libs/gstreamer-0.11.92:1.0
61 >=net-im/telepathy-logger-0.2.4[introspection]
62 >=net-libs/telepathy-glib-0.19[introspection]
63 >=sys-auth/polkit-0.100[introspection]
64 @@ -158,11 +158,11 @@ src_install() {
65 pkg_postinst() {
66 gnome2_pkg_postinst
67
68 - if ! has_version '>=media-libs/gst-plugins-good-0.10.23' || \
69 - ! has_version 'media-plugins/gst-plugins-vp8'; then
70 + if ! has_version 'media-libs/gst-plugins-good:1.0' || \
71 + ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then
72 ewarn "To make use of GNOME Shell's built-in screen recording utility,"
73 - ewarn "you need to either install >=media-libs/gst-plugins-good-0.10.23"
74 - ewarn "and media-plugins/gst-plugins-vp8, or use dconf-editor to change"
75 + ewarn "you need to either install media-libs/gst-plugins-good:1.0"
76 + ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change"
77 ewarn "apps.gnome-shell.recorder/pipeline to what you want to use."
78 fi