GNOME Bugzilla – Bug 594990
[introspection] pkg-config file madness and another bug
Last modified: 2009-09-13 09:18:54 UTC
Hi, attached patches fix some bugs with the introspection files. Should be self explanatory ;)
Created attachment 143053 [details] [review] 0001-introspection-Don-t-typedef-GstTagList-to-GstStructu.patch
Created attachment 143054 [details] [review] 0002-introspection-Build-pkgconfig-before-all-libraries-a.patch I should probably add, that without this patch it's impossible to build the introspection files for the libraries if no gstreamer is installed yet.
commit 3c1f41ee7d51264fae86af49925c880dc319ed42 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Sep 12 13:52:00 2009 +0200 introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH This way g-ir-scanner can find the gstreamer-0.10 pkg-config file. commit 1c253a01a45e5736c40217c44ba30cf5490e4e53 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Sep 12 13:51:29 2009 +0200 introspection: Don't typedef GstTagList to GstStructure for gobject-introspe