summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stadler <rene.stadler@nokia.com>2009-02-23 23:18:33 +0200
committerStefan Kost <ensonic@users.sf.net>2009-11-27 12:09:58 +0200
commit2c158ffad98e958104062cc9926bb4f949aee0e5 (patch)
treee99b1ef0cdcc6dbeaf20a7bec9263c15415e242e
parent7dac3659c61feae9d076475a02a57e256282661b (diff)
Add pkgconfig files for photography interface library.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac3
-rw-r--r--pkgconfig/Makefile.am6
-rw-r--r--pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in13
-rw-r--r--pkgconfig/gstreamer-plugins-bad.pc.in12
5 files changed, 33 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 94bca7a28..eb588f5f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,11 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
- gst-libs gst sys ext \
+ gst-libs gst sys ext pkgconfig \
m4 common docs tests po
DIST_SUBDIRS = \
- gst gst-libs sys ext \
+ gst gst-libs sys ext pkgconfig \
m4 common docs tests po
# include before EXTRA_DIST for win32 assignment
diff --git a/configure.ac b/configure.ac
index 4e0a41520..9bf1d9778 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1879,6 +1879,9 @@ docs/Makefile
docs/plugins/Makefile
docs/plugins/figures/Makefile
docs/version.entities
+pkgconfig/Makefile
+pkgconfig/gstreamer-plugins-bad.pc
+pkgconfig/gstreamer-plugins-bad-uninstalled.pc
m4/Makefile
win32/common/config.h
)
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 6b2cd965c..3acb3f8e9 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -1,9 +1,9 @@
### all of the standard pc files we need to generate
pcverfiles = \
- gstreamer-libs-@GST_MAJORMINOR@.pc
+ gstreamer-plugins-bad-@GST_MAJORMINOR@.pc
pcverfiles_uninstalled = \
- gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc
+ gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
@@ -18,7 +18,7 @@ pkgconfig_DATA = $(pcverfiles)
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
pcinfiles = \
- gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in
+ gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles)
diff --git a/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in
new file mode 100644
index 000000000..4b6d69d5a
--- /dev/null
+++ b/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in
@@ -0,0 +1,13 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/../gst-libs/gst/interfaces
+includedir=${pcfiledir}/../gst-libs
+
+Name: GStreamer Bad Plugin libraries, Uninstalled
+Description: Currently includes the photography interface library, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
+
+Libs: -L${libdir} ${libdir}/libgstphotography-@GST_MAJORMINOR@.la
+Cflags: -I${includedir}
+
diff --git a/pkgconfig/gstreamer-plugins-bad.pc.in b/pkgconfig/gstreamer-plugins-bad.pc.in
new file mode 100644
index 000000000..c75ff59c7
--- /dev/null
+++ b/pkgconfig/gstreamer-plugins-bad.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
+
+Name: GStreamer Bad Plugin libraries
+Description: Currently includes the photography interface library
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
+Version: @VERSION@
+Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@
+Cflags: -I${includedir}
+