GNOME Bugzilla – Bug 593974
pkg-config file
Last modified: 2009-09-03 05:10:05 UTC
Hey, We're using gnonlin with Vala, and we've come to a point where we need a .vapi file to use some specific objects. We'd like to use vapigen to generate this file, but unfortunately, to do this we need a pkg-config file for gnonlin (.pc file). We're starting work on one, but is this a reasonable thing to include in the next patch?
Not sure I understand this correct but you want to create bindings for gnonlin? That won't work because gnonlin is no library with headers and all that. For using gnonlin you use the normal GStreamer and GObject API and create new instances of the gnonlin elements using gst_element_factory_make(). So there's absolutely no need for a pkg-config file here as you simply can't link to gnonlin or something :) Feel free to reopen this bug if you disagree