summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
-rw-r--r--pkgconfig/Makefile.am3
-rw-r--r--pkgconfig/gstreamer-app-uninstalled.pc.in13
-rw-r--r--pkgconfig/gstreamer-app.pc.in12
5 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 704bb2ee..45915214 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index d0385118..88e1e18f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index c035577d..f0bdfd01 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -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
index 00000000..0b6c5a48
--- /dev/null
+++ b/pkgconfig/gstreamer-app-uninstalled.pc.in
@@ -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
index 00000000..ef3d27c3
--- /dev/null
+++ b/pkgconfig/gstreamer-app.pc.in
@@ -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}
+