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 657436 - Doesn't add pygst include dir to CFLAGS
Doesn't add pygst include dir to CFLAGS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 657435
Blocks:
 
 
Reported: 2011-08-26 13:21 UTC by Sebastian Dröge (slomo)
Modified: 2011-10-12 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build (1.11 KB, patch)
2011-08-26 13:23 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2011-08-26 13:21:15 UTC
See attached patch, needs bug #657435 resolved first
Comment 1 Sebastian Dröge (slomo) 2011-08-26 13:23:24 UTC
Created attachment 194830 [details] [review]
python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build

https://bugzilla.gnome.org/show_bug.cgi?id=657435
Comment 2 Tim-Philipp Müller 2011-10-12 11:52:54 UTC
commit 01cd77e423979e4f9d72ab9f7b5a49e5b37b6434
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Oct 12 12:37:54 2011 +0100

    bindings: fix up pygst includes for new install directory
    
    Changes from pygst/pygst.h to gst/pygst.h to match the source
    code layout, which makes things easier in an uninstalled setup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657435
    https://bugzilla.gnome.org/show_bug.cgi?id=657436

commit f68d370b176a5d424d60169d1ba340f4db0d9908
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Oct 12 12:32:16 2011 +0100

    configure: require pygst from git for the headers

commit fe9cc61252526787cfcb3d3ee4e5f1b54efdaf71
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Aug 26 15:21:25 2011 +0200

    python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657436