summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-26 16:46:37 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-26 16:46:37 +0000
commitc38d8bb0a489a3f39cdd6dd298b653827ebe7cec (patch)
treea4c6677f905f105902dc3dde6837e1bc1566c39c /app-emulation
parentRemove duplicate desktop entry. Thanks Karl-Robert Ernst in bug 439726 (diff)
downloadgentoo-2-c38d8bb0a489a3f39cdd6dd298b653827ebe7cec.tar.gz
gentoo-2-c38d8bb0a489a3f39cdd6dd298b653827ebe7cec.tar.bz2
gentoo-2-c38d8bb0a489a3f39cdd6dd298b653827ebe7cec.zip
Pin gstreamer dependency to 0.10 slot.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog11
-rw-r--r--app-emulation/wine/wine-1.3.28.ebuild4
-rw-r--r--app-emulation/wine/wine-1.4.1.ebuild4
-rw-r--r--app-emulation/wine/wine-1.4.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.0.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.1.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.10.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.11.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.12.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.13.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.14.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.15-r1.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.15.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.2.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.3.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.4.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.5.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.6.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.7.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.8.ebuild4
-rw-r--r--app-emulation/wine/wine-1.5.9.ebuild4
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
22 files changed, 52 insertions, 43 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index d89641cf96d3..2c8cd4103070 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.433 2012/10/13 00:19:19 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.434 2012/10/26 16:46:37 tetromino Exp $
+
+ 26 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> wine-1.3.28.ebuild,
+ wine-1.4.ebuild, wine-1.4.1.ebuild, wine-1.5.0.ebuild, wine-1.5.1.ebuild,
+ wine-1.5.2.ebuild, wine-1.5.3.ebuild, wine-1.5.4.ebuild, wine-1.5.5.ebuild,
+ wine-1.5.6.ebuild, wine-1.5.7.ebuild, wine-1.5.8.ebuild, wine-1.5.9.ebuild,
+ wine-1.5.10.ebuild, wine-1.5.11.ebuild, wine-1.5.12.ebuild,
+ wine-1.5.13.ebuild, wine-1.5.14.ebuild, wine-1.5.15.ebuild,
+ wine-1.5.15-r1.ebuild, wine-9999.ebuild:
+ Pin gstreamer dependency to 0.10 slot.
*wine-1.5.15-r1 (12 Oct 2012)
diff --git a/app-emulation/wine/wine-1.3.28.ebuild b/app-emulation/wine/wine-1.3.28.ebuild
index f90dbb83cc98..a468d56663c1 100644
--- a/app-emulation/wine/wine-1.3.28.ebuild
+++ b/app-emulation/wine/wine-1.3.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.12 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.13 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -56,7 +56,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.4.1.ebuild b/app-emulation/wine/wine-1.4.1.ebuild
index 3aeeb7ce0887..596f3e920d76 100644
--- a/app-emulation/wine/wine-1.4.1.ebuild
+++ b/app-emulation/wine/wine-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.6 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.7 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.4.ebuild b/app-emulation/wine/wine-1.4.ebuild
index e843ca6aa9b0..7d1c8016dc59 100644
--- a/app-emulation/wine/wine-1.4.ebuild
+++ b/app-emulation/wine/wine-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.10 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.11 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.0.ebuild b/app-emulation/wine/wine-1.5.0.ebuild
index 91ee47b13aa4..1bec95276d2c 100644
--- a/app-emulation/wine/wine-1.5.0.ebuild
+++ b/app-emulation/wine/wine-1.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.8 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.9 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.1.ebuild b/app-emulation/wine/wine-1.5.1.ebuild
index 357e45b047f9..0129974ef8df 100644
--- a/app-emulation/wine/wine-1.5.1.ebuild
+++ b/app-emulation/wine/wine-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.7 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.10.ebuild b/app-emulation/wine/wine-1.5.10.ebuild
index aef0816b446b..f0ea18ebf082 100644
--- a/app-emulation/wine/wine-1.5.10.ebuild
+++ b/app-emulation/wine/wine-1.5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild,v 1.5 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild,v 1.6 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.11.ebuild b/app-emulation/wine/wine-1.5.11.ebuild
index c1c49133666e..0d5735ab798c 100644
--- a/app-emulation/wine/wine-1.5.11.ebuild
+++ b/app-emulation/wine/wine-1.5.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.12.ebuild b/app-emulation/wine/wine-1.5.12.ebuild
index 40b9e7fa133d..09520db90eb2 100644
--- a/app-emulation/wine/wine-1.5.12.ebuild
+++ b/app-emulation/wine/wine-1.5.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.12.ebuild,v 1.2 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.12.ebuild,v 1.3 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.13.ebuild b/app-emulation/wine/wine-1.5.13.ebuild
index 97b8f0716d9f..8f60c62d5ba6 100644
--- a/app-emulation/wine/wine-1.5.13.ebuild
+++ b/app-emulation/wine/wine-1.5.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.13.ebuild,v 1.1 2012/09/14 20:24:37 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.13.ebuild,v 1.2 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.14.ebuild b/app-emulation/wine/wine-1.5.14.ebuild
index 0ec15c57f1c9..756cda00494a 100644
--- a/app-emulation/wine/wine-1.5.14.ebuild
+++ b/app-emulation/wine/wine-1.5.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.14.ebuild,v 1.1 2012/09/29 06:32:32 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.14.ebuild,v 1.2 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.15-r1.ebuild b/app-emulation/wine/wine-1.5.15-r1.ebuild
index 5fad02963ab7..f20f17092f1c 100644
--- a/app-emulation/wine/wine-1.5.15-r1.ebuild
+++ b/app-emulation/wine/wine-1.5.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15-r1.ebuild,v 1.1 2012/10/13 00:19:19 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15-r1.ebuild,v 1.2 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXext
diff --git a/app-emulation/wine/wine-1.5.15.ebuild b/app-emulation/wine/wine-1.5.15.ebuild
index b134c2940d1a..c86e6fc310eb 100644
--- a/app-emulation/wine/wine-1.5.15.ebuild
+++ b/app-emulation/wine/wine-1.5.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15.ebuild,v 1.1 2012/10/12 21:17:20 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15.ebuild,v 1.2 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXext
diff --git a/app-emulation/wine/wine-1.5.2.ebuild b/app-emulation/wine/wine-1.5.2.ebuild
index 28d8f80c829d..5844ebe3ee0d 100644
--- a/app-emulation/wine/wine-1.5.2.ebuild
+++ b/app-emulation/wine/wine-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.7 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.3.ebuild b/app-emulation/wine/wine-1.5.3.ebuild
index bfaa45ab5121..a7839705a65c 100644
--- a/app-emulation/wine/wine-1.5.3.ebuild
+++ b/app-emulation/wine/wine-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.7 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.4.ebuild b/app-emulation/wine/wine-1.5.4.ebuild
index e30f11bf8575..7376acd9a8e7 100644
--- a/app-emulation/wine/wine-1.5.4.ebuild
+++ b/app-emulation/wine/wine-1.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.5 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.6 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.5.ebuild b/app-emulation/wine/wine-1.5.5.ebuild
index 753921d52c18..7876a10f866b 100644
--- a/app-emulation/wine/wine-1.5.5.ebuild
+++ b/app-emulation/wine/wine-1.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.5 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.6 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -60,7 +60,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.6.ebuild b/app-emulation/wine/wine-1.5.6.ebuild
index 5480441b35a7..53b9603b154f 100644
--- a/app-emulation/wine/wine-1.5.6.ebuild
+++ b/app-emulation/wine/wine-1.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -63,7 +63,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:0
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.7.ebuild b/app-emulation/wine/wine-1.5.7.ebuild
index 88cf34ddd174..597fe8834901 100644
--- a/app-emulation/wine/wine-1.5.7.ebuild
+++ b/app-emulation/wine/wine-1.5.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -65,7 +65,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.8.ebuild b/app-emulation/wine/wine-1.5.8.ebuild
index 0383add9127b..33655fca477f 100644
--- a/app-emulation/wine/wine-1.5.8.ebuild
+++ b/app-emulation/wine/wine-1.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -65,7 +65,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-1.5.9.ebuild b/app-emulation/wine/wine-1.5.9.ebuild
index 0c55004bf1a6..73111d998cfa 100644
--- a/app-emulation/wine/wine-1.5.9.ebuild
+++ b/app-emulation/wine/wine-1.5.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.4 2012/09/10 06:02:11 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -65,7 +65,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 40863547f261..fe272a7234f1 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.117 2012/10/13 00:19:19 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.118 2012/10/26 16:46:37 tetromino Exp $
EAPI="4"
@@ -66,7 +66,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
sys-fs/udisks:2
)
gnutls? ( net-libs/gnutls )
- gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
+ gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 )
X? (
x11-libs/libXcursor
x11-libs/libXext