Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166659 - >=dev-python/gst-python-0.10.5 does not require pygtk anymore
Summary: >=dev-python/gst-python-0.10.5 does not require pygtk anymore
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 13:32 UTC by Mickael ROYER
Modified: 2007-09-01 06:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)