After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578435 - gst-python pkgconfig file lies about needing pygtk
gst-python pkgconfig file lies about needing pygtk
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-08 22:17 UTC by Olivier Crête
Modified: 2009-04-11 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Require pygobject-2.0, not pygtk-2.0 (1.32 KB, patch)
2009-04-08 22:18 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2009-04-08 22:17:03 UTC
The gst-python pkgconfig file claims it needs pygtk, while it only needs pygobject.

Patch attached.
Comment 1 Olivier Crête 2009-04-08 22:18:12 UTC
Created attachment 132371 [details] [review]
Require pygobject-2.0, not pygtk-2.0
Comment 2 Edward Hervey 2009-04-11 14:54:06 UTC
commit 20a79de5152b9ebf2d94c4bdacc37525800395e3
Author: Olivier Crete <tester@tester.ca>
Date:   Sat Apr 11 16:54:00 2009 +0200

    pkgconfig: We require pygobject and not pygtk. Fixes #578435