gstreamer/pkgconfig
Julien Isorce 496e7b4568 uninstalled.pc: add support for non libtool build systems
Currently the .la path is provided which requires to use libtool as
mentioned in the GStreamer manual section-helloworld-compilerun.html.
It is fine as long as the application is built using libtool.

So currently it is not possible to compile a GStreamer application
within gst-uninstalled with CMake or other build system different
than autotools.

This patch allows to do the following in gst-uninstalled env:
gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
    gstreamer-gl-1.0)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
2016-02-18 17:40:46 +00:00
..
.gitignore ignore .pc files 2003-04-27 06:12:29 +00:00
gstreamer-bad-audio-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-bad-audio.pc.in pkg-config: Don't generate and install pkg-config with relative paths 2016-01-29 05:01:43 +11:00
gstreamer-bad-base-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-bad-base.pc.in pkg-config: Don't generate and install pkg-config with relative paths 2016-01-29 05:01:43 +11:00
gstreamer-bad-video-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-bad-video.pc.in pkg-config: Don't generate and install pkg-config with relative paths 2016-01-29 05:01:43 +11:00
gstreamer-codecparsers-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-codecparsers.pc.in gst: Update versioning 2012-04-04 14:44:34 +02:00
gstreamer-gl-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-gl.pc.in pkg-config: Don't generate and install pkg-config with relative paths 2016-01-29 05:01:43 +11:00
gstreamer-insertbin-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-insertbin.pc.in insertbin: Add bin to dynamically insert elements in a running pipeline 2013-01-23 21:13:03 -05:00
gstreamer-mpegts-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-mpegts.pc.in Add gstreamer-mpegts pkg-config file. 2013-10-01 09:02:32 +02:00
gstreamer-player-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-player.pc.in player: Add pkg-config files 2015-12-23 13:04:23 +01:00
gstreamer-plugins-bad-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-plugins-bad.pc.in pkgconfig: Don't include libraries in the generic gst-plugins-bad pc file 2013-12-18 13:48:54 +01:00
gstreamer-wayland-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 17:40:46 +00:00
gstreamer-wayland.pc.in wayland: install .pc file 2014-06-17 13:51:30 +02:00
Makefile.am pkg-config: Properly version and install base/audio/video .pc files 2016-01-23 05:30:05 +02:00