diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-06-30 13:22:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-06-30 13:22:55 +0000 |
commit | 344f74dc6012a43d5364356527ded7f7753d12d2 (patch) | |
tree | 7e6cbc5a2e87f40d6763a52f90cc43e3d4c5571e /pkgconfig | |
parent | c5d3e65e86ebe62cd002e825e7bd1afd214b8712 (diff) |
remove old pc files
Original commit message from CVS:
remove old pc files
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 12 | ||||
-rw-r--r-- | pkgconfig/gstreamer-interfaces-uninstalled.pc.in | 12 | ||||
-rw-r--r-- | pkgconfig/gstreamer-interfaces.pc.in | 12 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-uninstalled.pc.in | 12 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins.pc.in | 11 |
5 files changed, 3 insertions, 56 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 6b754b59a..072251068 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -9,14 +9,10 @@ endif ### all of the standard pc files we need to generate pcverfiles = \ $(GCONF_PC) \ - gstreamer-interfaces-@GST_MAJORMINOR@.pc \ - gstreamer-libs-@GST_MAJORMINOR@.pc \ - gstreamer-plugins-@GST_MAJORMINOR@.pc + gstreamer-plugins-base-@GST_MAJORMINOR@.pc pcverfiles_uninstalled = \ $(GCONF_PC_UNINSTALLED) \ - gstreamer-interfaces-@GST_MAJORMINOR@-uninstalled.pc \ - gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc \ - gstreamer-plugins-@GST_MAJORMINOR@-uninstalled.pc + gstreamer-plugins-base-@GST_MAJORMINOR@-uninstalled.pc pcverfiles_gconf = $(GCONF_PC) $(GCONF_PC_UNINSTALLED) all-local: $(pcverfiles) $(pcverfiles_uninstalled) @@ -33,9 +29,7 @@ pkgconfig_DATA = $(pcverfiles) CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled) pcinfiles = \ gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in \ - gstreamer-interfaces.pc.in gstreamer-interfaces-uninstalled.pc.in \ - gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ - gstreamer-plugins.pc.in gstreamer-plugins-uninstalled.pc.in + gstreamer-plugins-base.pc.in gstreamer-plugins-base-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) diff --git a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in deleted file mode 100644 index 1abfeb907..000000000 --- a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix= -exec_prefix= -libdir=${pcfiledir}/../gst-libs/gst/interfaces -includedir=${pcfiledir}/../gst-libs - -Name: GStreamer Interfaces library, uninstalled -Description: Streaming-media framework, interfaces library, not installed -Requires: gstreamer-@GST_MAJORMINOR@ -Version: @VERSION@ - -Libs: ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la -Cflags: -I${includedir} diff --git a/pkgconfig/gstreamer-interfaces.pc.in b/pkgconfig/gstreamer-interfaces.pc.in deleted file mode 100644 index 8f0510db6..000000000 --- a/pkgconfig/gstreamer-interfaces.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ - -Name: GStreamer Interfaces Library -Description: Streaming-media framework, interfaces library -Requires: gstreamer-@GST_MAJORMINOR@ -Version: @VERSION@ - -Libs: -L${libdir} -lgstinterfaces-@GST_MAJORMINOR@ -Cflags: -I${includedir} diff --git a/pkgconfig/gstreamer-plugins-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-uninstalled.pc.in deleted file mode 100644 index be53bf416..000000000 --- a/pkgconfig/gstreamer-plugins-uninstalled.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix= -exec_prefix= -libdir=${pcfiledir}/../gst-libs/gst -includedir=${pcfiledir}/../gst-libs - -Name: GStreamer Uninstalled Plugin Libraries -Description: Streaming-media framework plugin libraries, not installed -Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ - -Libs: -L${libdir}/audio -L${libdir}/video -Cflags: -I${includedir} diff --git a/pkgconfig/gstreamer-plugins.pc.in b/pkgconfig/gstreamer-plugins.pc.in deleted file mode 100644 index f003002e1..000000000 --- a/pkgconfig/gstreamer-plugins.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ - -Name: GStreamer Plugin Libraries -Description: Streaming-media framework, plugin libraries -Requires: gstreamer-@GST_MAJORMINOR@ -Version: @VERSION@ -Libs: -Cflags: -I${includedir} |