summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2005-12-06 07:28:57 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2005-12-06 07:28:57 +0000
commit7f74c98807c13d6bc2d4c773ab103366943bd326 (patch)
tree13661c7de92717ec1bcf661b1d28a4f3ca23a8ed /media-video
parentFix GStreamer dependencies (diff)
downloadhistorical-7f74c98807c13d6bc2d4c773ab103366943bd326.tar.gz
historical-7f74c98807c13d6bc2d4c773ab103366943bd326.tar.bz2
historical-7f74c98807c13d6bc2d4c773ab103366943bd326.zip
Fix GStreamer dependencies
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-video')
-rw-r--r--media-video/flumotion/ChangeLog6
-rw-r--r--media-video/flumotion/flumotion-0.1.6.ebuild28
-rw-r--r--media-video/flumotion/flumotion-0.1.7.ebuild28
-rw-r--r--media-video/flumotion/flumotion-0.1.8.ebuild28
-rw-r--r--media-video/kaffeine/ChangeLog6
-rw-r--r--media-video/kaffeine/kaffeine-0.7.1.ebuild6
-rw-r--r--media-video/mvideo/ChangeLog6
-rw-r--r--media-video/mvideo/mvideo-0.89.99.ebuild4
-rw-r--r--media-video/thoggen/ChangeLog6
-rw-r--r--media-video/thoggen/thoggen-0.3.ebuild22
-rw-r--r--media-video/thoggen/thoggen-0.4.1.ebuild22
-rw-r--r--media-video/thoggen/thoggen-0.4.ebuild22
12 files changed, 106 insertions, 78 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog
index bb47fa921ce1..d332159427a1 100644
--- a/media-video/flumotion/ChangeLog
+++ b/media-video/flumotion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/flumotion
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.6 2005/09/14 19:18:27 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.7 2005/12/06 07:21:38 zaheerm Exp $
+
+ 06 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
+ flumotion-0.1.6.ebuild, flumotion-0.1.7.ebuild, flumotion-0.1.8.ebuild:
+ Fix GStreamer dependencies
14 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
flumotion-0.1.6.ebuild, flumotion-0.1.7.ebuild, flumotion-0.1.8.ebuild:
diff --git a/media-video/flumotion/flumotion-0.1.6.ebuild b/media-video/flumotion/flumotion-0.1.6.ebuild
index 8bbd1a166e6b..838d4c5c5c1e 100644
--- a/media-video/flumotion/flumotion-0.1.6.ebuild
+++ b/media-video/flumotion/flumotion-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.3 2005/09/14 19:18:27 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.4 2005/12/06 07:21:38 zaheerm Exp $
inherit eutils
@@ -16,19 +16,21 @@ SLOT="0"
RDEPEND=">=x11-libs/gtk+-2.4
>=dev-libs/glib-2.4
>=gnome-base/libglade-2
- >=media-libs/gstreamer-0.8.9-r2
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-gnomevfs-0.8.8
- v4l? ( >=media-plugins/gst-plugins-v4l-0.8.8 )
- >=media-plugins/gst-plugins-ogg-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-libpng-0.8.8
- speex? ( >=media-plugins/gst-plugins-speex-0.8.8 )
- dv? ( >=media-plugins/gst-plugins-dv-0.8.8
- >=media-plugins/gst-plugins-raw1394-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9-r2
+ =media-libs/gstreamer-0.8.10
+ =media-libs/gstreamer-0.8.11)
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-gnomevfs-0.8*
+ v4l? ( =media-plugins/gst-plugins-v4l-0.8* )
+ =media-plugins/gst-plugins-ogg-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-libpng-0.8*
+ speex? ( =media-plugins/gst-plugins-speex-0.8* )
+ dv? ( =media-plugins/gst-plugins-dv-0.8*
+ =media-plugins/gst-plugins-raw1394-0.8* )
>=dev-python/pygtk-2.4.0
- >=dev-python/gst-python-0.8.1
+ =dev-python/gst-python-0.8*
>=dev-python/twisted-1.3.0
dev-python/imaging
"
diff --git a/media-video/flumotion/flumotion-0.1.7.ebuild b/media-video/flumotion/flumotion-0.1.7.ebuild
index 553ab4a0a8a8..5182c4614a0f 100644
--- a/media-video/flumotion/flumotion-0.1.7.ebuild
+++ b/media-video/flumotion/flumotion-0.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.7.ebuild,v 1.2 2005/09/14 19:18:27 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.7.ebuild,v 1.3 2005/12/06 07:21:38 zaheerm Exp $
inherit eutils
@@ -16,19 +16,21 @@ SLOT="0"
RDEPEND=">=x11-libs/gtk+-2.4
>=dev-libs/glib-2.4
>=gnome-base/libglade-2
- >=media-libs/gstreamer-0.8.9-r2
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-gnomevfs-0.8.8
- v4l? ( >=media-plugins/gst-plugins-v4l-0.8.8 )
- >=media-plugins/gst-plugins-ogg-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-libpng-0.8.8
- speex? ( >=media-plugins/gst-plugins-speex-0.8.8 )
- dv? ( >=media-plugins/gst-plugins-dv-0.8.8
- >=media-plugins/gst-plugins-raw1394-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9-r2
+ =media-libs/gstreamer-0.8.10
+ =media-libs/gstreamer-0.8.11 )
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-gnomevfs-0.8*
+ v4l? ( =media-plugins/gst-plugins-v4l-0.8* )
+ =media-plugins/gst-plugins-ogg-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-libpng-0.8*
+ speex? ( =media-plugins/gst-plugins-speex-0.8* )
+ dv? ( =media-plugins/gst-plugins-dv-0.8*
+ =media-plugins/gst-plugins-raw1394-0.8* )
>=dev-python/pygtk-2.4.0
- >=dev-python/gst-python-0.8.1
+ =dev-python/gst-python-0.8*
>=dev-python/twisted-1.3.0
dev-python/imaging
"
diff --git a/media-video/flumotion/flumotion-0.1.8.ebuild b/media-video/flumotion/flumotion-0.1.8.ebuild
index 037f235bb171..79aa203d5ebf 100644
--- a/media-video/flumotion/flumotion-0.1.8.ebuild
+++ b/media-video/flumotion/flumotion-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.8.ebuild,v 1.2 2005/09/14 19:18:27 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.8.ebuild,v 1.3 2005/12/06 07:21:38 zaheerm Exp $
inherit eutils
@@ -16,19 +16,21 @@ SLOT="0"
RDEPEND=">=x11-libs/gtk+-2.4
>=dev-libs/glib-2.4
>=gnome-base/libglade-2
- >=media-libs/gstreamer-0.8.9-r2
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-gnomevfs-0.8.8
- v4l? ( >=media-plugins/gst-plugins-v4l-0.8.8 )
- >=media-plugins/gst-plugins-ogg-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-libpng-0.8.8
- speex? ( >=media-plugins/gst-plugins-speex-0.8.8 )
- dv? ( >=media-plugins/gst-plugins-dv-0.8.8
- >=media-plugins/gst-plugins-raw1394-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9-r2
+ =media-libs/gstreamer-0.8.10
+ =media-libs/gstreamer-0.8.11)
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-gnomevfs-0.8*
+ v4l? ( =media-plugins/gst-plugins-v4l-0.8* )
+ =media-plugins/gst-plugins-ogg-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-libpng-0.8*
+ speex? ( =media-plugins/gst-plugins-speex-0.8* )
+ dv? ( =media-plugins/gst-plugins-dv-0.8*
+ =media-plugins/gst-plugins-raw1394-0.8* )
>=dev-python/pygtk-2.4.0
- >=dev-python/gst-python-0.8.1
+ =dev-python/gst-python-0.8*
>=dev-python/twisted-1.3.0
dev-python/imaging
"
diff --git a/media-video/kaffeine/ChangeLog b/media-video/kaffeine/ChangeLog
index 60288ec477d2..9e61eb208986 100644
--- a/media-video/kaffeine/ChangeLog
+++ b/media-video/kaffeine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/kaffeine
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kaffeine/ChangeLog,v 1.37 2005/11/06 09:09:14 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kaffeine/ChangeLog,v 1.38 2005/12/06 07:23:18 zaheerm Exp $
+
+ 06 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
+ kaffeine-0.7.1.ebuild:
+ Fix GStreamer dependencies
06 Nov 2005; Gregorio Guidi <greg_g@gentoo.org> kaffeine-0.7.1.ebuild:
Add dependency on modular xorg for bug #110174.
diff --git a/media-video/kaffeine/kaffeine-0.7.1.ebuild b/media-video/kaffeine/kaffeine-0.7.1.ebuild
index 0a8af8e890b7..a96789db8857 100644
--- a/media-video/kaffeine/kaffeine-0.7.1.ebuild
+++ b/media-video/kaffeine/kaffeine-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kaffeine/kaffeine-0.7.1.ebuild,v 1.3 2005/11/06 09:09:14 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kaffeine/kaffeine-0.7.1.ebuild,v 1.4 2005/12/06 07:23:18 zaheerm Exp $
inherit eutils kde
@@ -16,8 +16,8 @@ IUSE="dvb gstreamer"
RDEPEND="|| ( x11-base/xorg-server
>=x11-base/xorg-x11-6.8.0-r4 )
>=media-libs/xine-lib-1
- gstreamer? ( >=media-libs/gstreamer-0.8.8
- >=media-libs/gst-plugins-0.8.6 )"
+ gstreamer? ( =media-libs/gstreamer-0.8*
+ =media-libs/gst-plugins-0.8* )"
DEPEND="${RDEPEND}
dvb? ( >=sys-kernel/linux-headers-2.6 )
diff --git a/media-video/mvideo/ChangeLog b/media-video/mvideo/ChangeLog
index ccdbfb49d2c9..9353de921104 100644
--- a/media-video/mvideo/ChangeLog
+++ b/media-video/mvideo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mvideo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mvideo/ChangeLog,v 1.2 2005/03/11 03:20:26 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mvideo/ChangeLog,v 1.3 2005/12/06 07:24:30 zaheerm Exp $
+
+ 06 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
+ mvideo-0.89.99.ebuild:
+ Fix GStreamer dependencies
10 Mar 2005; Peter Johanson <latexer@gentoo.org> mvideo-0.89.99.ebuild:
mono moved from dev-dotnet -> dev-lang
diff --git a/media-video/mvideo/mvideo-0.89.99.ebuild b/media-video/mvideo/mvideo-0.89.99.ebuild
index 1fa57527fdc0..d564a066a089 100644
--- a/media-video/mvideo/mvideo-0.89.99.ebuild
+++ b/media-video/mvideo/mvideo-0.89.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mvideo/mvideo-0.89.99.ebuild,v 1.2 2005/03/11 03:20:26 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mvideo/mvideo-0.89.99.ebuild,v 1.3 2005/12/06 07:24:30 zaheerm Exp $
inherit eutils mono
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND=">=x11-libs/gtk+-2.4.0
>=dev-db/mysql-4
>=sys-libs/glibc-2
- >=media-libs/gstreamer-0.8
+ =media-libs/gstreamer-0.8*
>=gnome-extra/libgtkhtml-3.0.10
>=dev-lang/mono-0.96
>=dev-dotnet/gtk-sharp-0.98
diff --git a/media-video/thoggen/ChangeLog b/media-video/thoggen/ChangeLog
index 060f4a15ad6f..413faa485cd8 100644
--- a/media-video/thoggen/ChangeLog
+++ b/media-video/thoggen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/thoggen
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/ChangeLog,v 1.6 2005/11/21 19:04:09 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/ChangeLog,v 1.7 2005/12/06 07:28:57 zaheerm Exp $
+
+ 06 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> thoggen-0.3.ebuild,
+ thoggen-0.4.ebuild, thoggen-0.4.1.ebuild:
+ Fix GStreamer dependencies
*thoggen-0.4.1 (21 Nov 2005)
diff --git a/media-video/thoggen/thoggen-0.3.ebuild b/media-video/thoggen/thoggen-0.3.ebuild
index a3cabebee693..cbb0a3838411 100644
--- a/media-video/thoggen/thoggen-0.3.ebuild
+++ b/media-video/thoggen/thoggen-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.3.ebuild,v 1.4 2005/09/09 04:04:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.3.ebuild,v 1.5 2005/12/06 07:28:57 zaheerm Exp $
inherit gnome2 eutils
@@ -16,15 +16,17 @@ IUSE="dts"
DEPEND=">=dev-libs/glib-2.6.0
>=x11-libs/gtk+-2.6.0
>=gnome-base/libglade-2.4.0
- >=media-libs/gstreamer-0.8.9
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-mpeg2dec-0.8.8
- >=media-plugins/gst-plugins-a52dec-0.8.8
- >=media-plugins/gst-plugins-dvdread-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-ogg-0.8.8
- dts? ( >=media-plugins/gst-plugins-dts-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9
+ =media-libs/gstreamer-0.8.10
+ =media-libs.gstreamer-0.8.11 )
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-mpeg2dec-0.8*
+ =media-plugins/gst-plugins-a52dec-0.8*
+ =media-plugins/gst-plugins-dvdread-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-ogg-0.8*
+ dts? ( =media-plugins/gst-plugins-dts-0.8* )
=sys-apps/dbus-0.23*
=sys-apps/hal-0.4*
>=media-libs/libdvdread-0.9.4"
diff --git a/media-video/thoggen/thoggen-0.4.1.ebuild b/media-video/thoggen/thoggen-0.4.1.ebuild
index 9c9337f28e28..5d8952503fb7 100644
--- a/media-video/thoggen/thoggen-0.4.1.ebuild
+++ b/media-video/thoggen/thoggen-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.1.ebuild,v 1.1 2005/11/21 19:04:09 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.1.ebuild,v 1.2 2005/12/06 07:28:57 zaheerm Exp $
inherit gnome2 eutils
@@ -16,15 +16,17 @@ IUSE="dts"
DEPEND=">=dev-libs/glib-2.6.0
>=x11-libs/gtk+-2.6.0
>=gnome-base/libglade-2.4.0
- >=media-libs/gstreamer-0.8.9
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-mpeg2dec-0.8.8
- >=media-plugins/gst-plugins-a52dec-0.8.8
- >=media-plugins/gst-plugins-dvdread-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-ogg-0.8.8
- dts? ( >=media-plugins/gst-plugins-dts-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9
+ =media-libs/gstreamer-0.8.10
+ =media-libs/gstreamer-0.8.11 )
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-mpeg2dec-0.8*
+ =media-plugins/gst-plugins-a52dec-0.8*
+ =media-plugins/gst-plugins-dvdread-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-ogg-0.8*
+ dts? ( =media-plugins/gst-plugins-dts-0.8* )
>=sys-apps/dbus-0.23
>=sys-apps/hal-0.4
>=media-libs/libdvdread-0.9.4"
diff --git a/media-video/thoggen/thoggen-0.4.ebuild b/media-video/thoggen/thoggen-0.4.ebuild
index 4bdb161b52b8..30c520d625c4 100644
--- a/media-video/thoggen/thoggen-0.4.ebuild
+++ b/media-video/thoggen/thoggen-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.ebuild,v 1.2 2005/09/09 04:04:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.ebuild,v 1.3 2005/12/06 07:28:57 zaheerm Exp $
inherit gnome2 eutils
@@ -16,15 +16,17 @@ IUSE="dts"
DEPEND=">=dev-libs/glib-2.6.0
>=x11-libs/gtk+-2.6.0
>=gnome-base/libglade-2.4.0
- >=media-libs/gstreamer-0.8.9
- >=media-libs/gst-plugins-0.8.8
- >=media-plugins/gst-plugins-mpeg2dec-0.8.8
- >=media-plugins/gst-plugins-a52dec-0.8.8
- >=media-plugins/gst-plugins-dvdread-0.8.8
- >=media-plugins/gst-plugins-theora-0.8.8
- >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-ogg-0.8.8
- dts? ( >=media-plugins/gst-plugins-dts-0.8.8 )
+ || ( =media-libs/gstreamer-0.8.9
+ =media-libs/gstreamer-0.8.10
+ =media-libs/gstreamer-0.8.11 )
+ =media-libs/gst-plugins-0.8*
+ =media-plugins/gst-plugins-mpeg2dec-0.8*
+ =media-plugins/gst-plugins-a52dec-0.8*
+ =media-plugins/gst-plugins-dvdread-0.8*
+ =media-plugins/gst-plugins-theora-0.8*
+ =media-plugins/gst-plugins-vorbis-0.8*
+ =media-plugins/gst-plugins-ogg-0.8*
+ dts? ( =media-plugins/gst-plugins-dts-0.8* )
>=sys-apps/dbus-0.23
>=sys-apps/hal-0.4
>=media-libs/libdvdread-0.9.4"