summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-28 15:06:06 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-28 15:06:06 -0400
commit6584d6332eea1aecee946ca4bf9bd106a8857b35 (patch)
tree8dfbf72c35ab0f1a0f681dd68407c14f38737cbc /gnome-base/gnome-shell
parentnet-libs/webkit-gtk: update RUBY configure arument (diff)
downloadgnome-6584d6332eea1aecee946ca4bf9bd106a8857b35.tar.gz
gnome-6584d6332eea1aecee946ca4bf9bd106a8857b35.tar.bz2
gnome-6584d6332eea1aecee946ca4bf9bd106a8857b35.zip
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.
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r--gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild (renamed from gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild)10
-rw-r--r--gnome-base/gnome-shell/gnome-shell-9999.ebuild10
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
index a8612d28..0f5d5356 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 a8612d28..0f5d5356 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