Add pkg-config files for libgstapp. Fixes bug #566761.
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 6 Jan 2009 12:16:18 +0000 (12:16 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 6 Jan 2009 12:16:18 +0000 (12:16 +0000)
Original commit message from CVS:
* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-app-uninstalled.pc.in:
* pkgconfig/gstreamer-app.pc.in:
Add pkg-config files for libgstapp. Fixes bug #566761.

ChangeLog
configure.ac
pkgconfig/Makefile.am
pkgconfig/gstreamer-app-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-app.pc.in [new file with mode: 0644]

index 704bb2e..4591521 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * pkgconfig/Makefile.am:
+       * pkgconfig/gstreamer-app-uninstalled.pc.in:
+       * pkgconfig/gstreamer-app.pc.in:
+       Add pkg-config files for libgstapp. Fixes bug #566761.
+
 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
        * gst-libs/gst/app/gstappsink.c:
index d038511..88e1e18 100644 (file)
@@ -698,6 +698,8 @@ win32/common/config.h
 pkgconfig/Makefile
 pkgconfig/gstreamer-audio.pc
 pkgconfig/gstreamer-audio-uninstalled.pc
+pkgconfig/gstreamer-app.pc
+pkgconfig/gstreamer-app-uninstalled.pc
 pkgconfig/gstreamer-cdda.pc
 pkgconfig/gstreamer-cdda-uninstalled.pc
 pkgconfig/gstreamer-fft.pc
index c035577..f0bdfd0 100644 (file)
@@ -1,6 +1,7 @@
 ### all of the standard pc files we need to generate
 pcverfiles =  \
        gstreamer-audio-@GST_MAJORMINOR@.pc \
+       gstreamer-app-@GST_MAJORMINOR@.pc \
        gstreamer-cdda-@GST_MAJORMINOR@.pc \
        gstreamer-fft-@GST_MAJORMINOR@.pc \
        gstreamer-floatcast-@GST_MAJORMINOR@.pc \
@@ -16,6 +17,7 @@ pcverfiles =  \
        gstreamer-plugins-base-@GST_MAJORMINOR@.pc
 pcverfiles_uninstalled = \
        gstreamer-audio-@GST_MAJORMINOR@-uninstalled.pc \
+       gstreamer-app-@GST_MAJORMINOR@-uninstalled.pc \
        gstreamer-cdda-@GST_MAJORMINOR@-uninstalled.pc \
        gstreamer-fft-@GST_MAJORMINOR@-uninstalled.pc \
        gstreamer-floatcast-@GST_MAJORMINOR@-uninstalled.pc \
@@ -44,6 +46,7 @@ pkgconfig_DATA = $(pcverfiles)
 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
 pcinfiles = \
            gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \
+           gstreamer-app.pc.in gstreamer-app-uninstalled.pc.in \
            gstreamer-cdda.pc.in gstreamer-cdda-uninstalled.pc.in \
            gstreamer-fft.pc.in gstreamer-fft-uninstalled.pc.in \
            gstreamer-floatcast.pc.in gstreamer-floatcast-uninstalled.pc.in \
diff --git a/pkgconfig/gstreamer-app-uninstalled.pc.in b/pkgconfig/gstreamer-app-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..0b6c5a4
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/../gst-libs/gst/tag
+includedir=${pcfiledir}/../gst-libs
+
+Name: GStreamer Application Library, Uninstalled
+Description: Helper functions and base classes for application integration, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
+
+Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
+Cflags: -I${includedir}
+
diff --git a/pkgconfig/gstreamer-app.pc.in b/pkgconfig/gstreamer-app.pc.in
new file mode 100644 (file)
index 0000000..ef3d27c
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer Application Library
+Description: Helper functions and base classes for application integration
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
+Version: @VERSION@
+Libs: -L${libdir} -lgstapp-@GST_MAJORMINOR@
+Cflags: -I${includedir}
+