diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-11-22 19:39:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-11-22 19:39:02 +0000 |
commit | 8168f28c557fce4d116ae64c549e8e37fcd2956a (patch) | |
tree | 4f39e5f4dfc094ab676da2901b3400f1e3f5303f | |
parent | gimp bump (diff) | |
download | gentoo-2-8168f28c557fce4d116ae64c549e8e37fcd2956a.tar.gz gentoo-2-8168f28c557fce4d116ae64c549e8e37fcd2956a.tar.bz2 gentoo-2-8168f28c557fce4d116ae64c549e8e37fcd2956a.zip |
gst-python: does not need pygtk, can alternatively use pygobject
(Portage version: 2.2_rc15/cvs/Linux 2.6.28-rc6 x86_64)
-rw-r--r-- | dev-python/gst-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.12.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index 82953b6cec75..f5691434f918 100644 --- a/dev-python/gst-python/ChangeLog +++ b/dev-python/gst-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gst-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.45 2008/08/08 17:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.46 2008/11/22 19:39:02 hanno Exp $ + + 22 Nov 2008; Hanno Boeck <hanno@gentoo.org> gst-python-0.10.12.ebuild: + Does not require pygtk, can alternatively use pygobect. 08 Aug 2008; Markus Meier <maekke@gentoo.org> gst-python-0.10.12.ebuild: x86 stable, bug #232054 diff --git a/dev-python/gst-python/gst-python-0.10.12.ebuild b/dev-python/gst-python/gst-python-0.10.12.ebuild index 5ec96d5a8efd..7fc2517eba94 100644 --- a/dev-python/gst-python/gst-python-0.10.12.ebuild +++ b/dev-python/gst-python/gst-python-0.10.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.12.ebuild,v 1.7 2008/08/08 17:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.12.ebuild,v 1.8 2008/11/22 19:39:02 hanno Exp $ NEED_PYTHON=2.4 @@ -15,10 +15,7 @@ SLOT="0.10" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="examples" -RDEPEND=">=dev-python/pygtk-2.6.3 - >=dev-libs/glib-2.8 - >=x11-libs/gtk+-2.6 - >=dev-python/pygobject-2.11.2 +RDEPEND="|| ( >=dev-python/pygobject-2.11.2 >=dev-python/pygtk-2.6.3 ) >=media-libs/gstreamer-0.10.12 >=media-libs/gst-plugins-base-0.10.12 dev-libs/libxml2" |