pkg-config files for libs in the plugin directory -- only necessary if building again...
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Jan 2002 00:27:44 +0000 (00:27 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Jan 2002 00:27:44 +0000 (00:27 +0000)
Original commit message from CVS:
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled
gstreamer i think...

gstreamer-libs-uninstalled.pc.in [new file with mode: 0644]
gstreamer-libs.pc.in [new file with mode: 0644]

diff --git a/gstreamer-libs-uninstalled.pc.in b/gstreamer-libs-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..8c750c6
--- /dev/null
@@ -0,0 +1,7 @@
+Name: GStreamer Uninstalled Media-Specific Libraries
+Description: Streaming-media framework media-specific libraries, not installed
+Version: @VERSION@
+Requires: gstreamer = @VERSION@
+Libs: 
+Cflags: -I${pcfiledir}/gst-libs
+
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in
new file mode 100644 (file)
index 0000000..b8e5db2
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GStreamer Media-Specific Libraries
+Description: Streaming-media framework, media-specific libraries
+Requires: gstreamer = @VERSION@
+Version: @VERSION@
+Libs: 
+Cflags: -I${includedir}