Add gstreamer-plugins-ugly-uninstalled-0.10.pc file so other modules can find our...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 23:09:35 +0000 (00:09 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 23:11:53 +0000 (00:11 +0100)
This .pc file will not be installed, it's only for uninstalled setups,
same thing as we do for -good. This is so other modules' unit tests can
find our plugins properly in an uninstalled setup.

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

index 1921a88..69838dc 100644 (file)
@@ -492,6 +492,8 @@ tests/Makefile
 tests/check/Makefile
 m4/Makefile
 po/Makefile.in
+pkgconfig/Makefile
+pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
 gst-plugins-ugly.spec
 )
 
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..29c395a
--- /dev/null
@@ -0,0 +1,31 @@
+### all of the standard pc files we need to generate
+pcverfiles =  \
+       gstreamer-plugins-ugly-@GST_MAJORMINOR@.pc
+pcverfiles_uninstalled = \
+       gstreamer-plugins-ugly-@GST_MAJORMINOR@-uninstalled.pc
+
+### all-local: $(pcverfiles) $(pcverfiles_uninstalled)
+all-local: $(pcverfiles_uninstalled)
+
+cp_verbose = $(cp_verbose_$(V))
+cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
+cp_verbose_0 = @echo "  CP     $@";
+
+### how to generate versioned .pc files from .pc files in this dir
+%-@GST_MAJORMINOR@.pc: %.pc
+       $(cp_verbose)cp $< $@
+%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
+       $(cp_verbose)cp $< $@
+
+# do not install for now
+# pkgconfigdir = $(libdir)/pkgconfig
+# pkgconfig_DATA = $(pcverfiles)
+
+CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
+# pcinfiles = \
+#           gstreamer-plugins-ugly.pc.in gstreamer-plugins-ugly-uninstalled.pc.in
+pcinfiles = \
+           gstreamer-plugins-ugly-uninstalled.pc.in
+
+DISTCLEANFILES = $(pcinfiles:.in=)
+EXTRA_DIST = $(pcinfiles)
diff --git a/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..2a9ee09
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=
+exec_prefix=
+libdir=@abs_top_builddir@/gst-libs/gst
+includedir=@abs_top_builddir@/gst-libs
+pluginsdir=@abs_top_builddir@
+
+Name: GStreamer Ugly Plugins, Uninstalled
+Description: Streaming media framework, ugly plugins, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@
+
+Libs:
+Cflags: