Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 166659

Summary: >=dev-python/gst-python-0.10.5 does not require pygtk anymore
Product: Gentoo Linux Reporter: Mickael ROYER <mickael.royer>
Component: New packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED INVALID    
Severity: normal CC: ssuominen
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mickael ROYER 2007-02-13 13:32:30 UTC
Extract from gst-python/NEWS
""
Changes since 0.10.5:

      * Can now build without requiring pygtk and its dependencies
      * installation fixes
""

So please update RDEPEND in ebuild with something like this :

--- gst-python-0.10.6.ebuild.old        2007-02-13 14:23:16.000000000 +0100
+++ gst-python-0.10.6.ebuild    2007-02-13 14:25:16.000000000 +0100
@@ -14,9 +14,9 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc"

-RDEPEND=">=dev-python/pygtk-2.6.3
+RDEPEND="|| ( <dev-python/pygtk-2.10.0
+               >=dev-python/pygobject-2.12.0 )
                >=dev-libs/glib-2.6
-               >=x11-libs/gtk+-2.6
                >=media-libs/gstreamer-0.10.3
                >=media-libs/gst-plugins-base-0.10.3
                dev-libs/libxml2"

Works great with my unstable vserver
Thanks
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-09-01 06:37:44 UTC
From gst-python-0.10.8/configure.ac:

dnl required versions of other packages
AC_SUBST(PYGTK_REQ, 2.6.3)