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 593974 - pkg-config file
pkg-config file
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gnonlin
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks:
 
 
Reported: 2009-09-02 23:08 UTC by Andrew O'Mahony
Modified: 2009-09-03 05:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrew O'Mahony 2009-09-02 23:08:51 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?
Comment 1 Sebastian Dröge (slomo) 2009-09-03 05:10:05 UTC
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