add a .pc file so other modules can use good plugins in tests
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Apr 2006 09:02:29 +0000 (09:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Apr 2006 09:02:29 +0000 (09:02 +0000)
Original commit message from CVS:

* Makefile.am:
* configure.ac:
* pkgconfig/.cvsignore:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
add a .pc file so other modules can use good plugins in tests

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

index d0df82d..d2ab7d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * Makefile.am:
+       * configure.ac:
+       * pkgconfig/.cvsignore:
+       * pkgconfig/Makefile.am:
+       * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
+         add a .pc file so other modules can use good plugins in tests
+
 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
index 40ea777..76a0a83 100644 (file)
@@ -11,7 +11,9 @@ ALWAYS_SUBDIRS =              \
        tests                   \
        docs                    \
        po                      \
-       m4 common
+       common                  \
+       m4                      \
+       pkgconfig
 
 SUBDIRS =                      \
        $(ALWAYS_SUBDIRS)       \
index 065298f..d8182d4 100644 (file)
@@ -695,6 +695,8 @@ tests/examples/level/Makefile
 common/Makefile
 common/m4/Makefile
 m4/Makefile
+pkgconfig/Makefile
+pkgconfig/gstreamer-plugins-good-uninstalled.pc
 gst-plugins-good.spec
 )
 AC_OUTPUT
diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore
new file mode 100644 (file)
index 0000000..6fd0ef0
--- /dev/null
@@ -0,0 +1 @@
+*.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
new file mode 100644 (file)
index 0000000..0b18365
--- /dev/null
@@ -0,0 +1,25 @@
+### all of the standard pc files we need to generate
+pcverfiles =  \
+       gstreamer-plugins-good-@GST_MAJORMINOR@.pc
+pcverfiles_uninstalled = \
+       gstreamer-plugins-good-@GST_MAJORMINOR@-uninstalled.pc
+
+### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
+all-local: $(pcverfiles_uninstalled)
+
+### how to generate versioned .pc files from .pc files in this dir
+%-@GST_MAJORMINOR@.pc: %.pc
+       cp $< $@
+%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
+       cp $< $@
+
+# do not install for now
+# pkgconfigdir = $(libdir)/pkgconfig
+# pkgconfig_DATA = $(pcverfiles)
+
+CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
+pcinfiles = \
+           gstreamer-plugins-good.pc.in gstreamer-plugins-good-uninstalled.pc.in
+
+DISTCLEANFILES = $(pcinfiles:.in=)
+EXTRA_DIST = $(pcinfiles)
diff --git a/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..79eeb6e
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/../gst-libs/gst
+includedir=${pcfiledir}/../gst-libs
+pluginsdir=${pcfiledir}/..
+
+Name: GStreamer Good Plugins, Uninstalled
+Description: Streaming media framework, good plugins, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@ gst-plugins-base-@GST_MAJORMINOR@
+
+Libs: 
+Cflags: