Provide one pkg-config file for every gst-plugins-base library.
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 13:11:05 +0000 (13:11 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 13:11:05 +0000 (13:11 +0000)
commit3809775d3119068145c913d48b3ebaa9932986d3
treedbe0a7f4c0f3d324f86522d7a7bdecce06f65da2
parent5aad3658f8ec4c4ea5e23f5d68d68642bf0c476b
Provide one pkg-config file for every gst-plugins-base library.

Original commit message from CVS:
* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-audio-uninstalled.pc.in:
* pkgconfig/gstreamer-audio.pc.in:
* pkgconfig/gstreamer-cdda-uninstalled.pc.in:
* pkgconfig/gstreamer-cdda.pc.in:
* pkgconfig/gstreamer-fft-uninstalled.pc.in:
* pkgconfig/gstreamer-fft.pc.in:
* pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
* pkgconfig/gstreamer-floatcast.pc.in:
* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
* pkgconfig/gstreamer-interfaces.pc.in:
* pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
* pkgconfig/gstreamer-netbuffer.pc.in:
* pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
* pkgconfig/gstreamer-pbutils.pc.in:
* pkgconfig/gstreamer-riff-uninstalled.pc.in:
* pkgconfig/gstreamer-riff.pc.in:
* pkgconfig/gstreamer-rtp-uninstalled.pc.in:
* pkgconfig/gstreamer-rtp.pc.in:
* pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
* pkgconfig/gstreamer-rtsp.pc.in:
* pkgconfig/gstreamer-sdp-uninstalled.pc.in:
* pkgconfig/gstreamer-sdp.pc.in:
* pkgconfig/gstreamer-tag-uninstalled.pc.in:
* pkgconfig/gstreamer-tag.pc.in:
* pkgconfig/gstreamer-video-uninstalled.pc.in:
* pkgconfig/gstreamer-video.pc.in:
Provide one pkg-config file for every gst-plugins-base library.
This makes linking to those libraries much more intuitive and
provides standard pkg-config behaviour for them. Fixes bug #499697.
29 files changed:
ChangeLog
configure.ac
pkgconfig/Makefile.am
pkgconfig/gstreamer-audio-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-audio.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-cdda-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-cdda.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-fft-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-fft.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-floatcast-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-floatcast.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-interfaces-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-interfaces.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-netbuffer-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-netbuffer.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-pbutils-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-pbutils.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-riff-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-riff.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-rtp-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-rtp.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-rtsp-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-rtsp.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-sdp-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-sdp.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-tag-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-tag.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-video-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-video.pc.in [new file with mode: 0644]