diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-23 13:14:16 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-23 13:14:16 +0000 |
commit | 4ed3196d57450de65cbade8771b8bc03dd489629 (patch) | |
tree | 6ea3276e949bd1edd307801e20c5cd54cf930c3f | |
parent | 941aacfdfce153c4087be37216dfa66f2f7c8512 (diff) | |
download | gst-plugins-bad-4ed3196d57450de65cbade8771b8bc03dd489629.tar.gz gst-plugins-bad-4ed3196d57450de65cbade8771b8bc03dd489629.tar.bz2 gst-plugins-bad-4ed3196d57450de65cbade8771b8bc03dd489629.zip |
We pretend to be major/minor stable
Original commit message from CVS:
We pretend to be major/minor stable
-rw-r--r-- | gstreamer-libs.pc.in | 2 | ||||
-rw-r--r-- | gstreamer-play.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in index 6ff32172..e4eb1597 100644 --- a/gstreamer-libs.pc.in +++ b/gstreamer-libs.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer Media-Specific Libraries Description: Streaming-media framework, media-specific libraries -Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ Libs: Cflags: -I${includedir} diff --git a/gstreamer-play.pc.in b/gstreamer-play.pc.in index 31d2bdbd..99dc6e7d 100644 --- a/gstreamer-play.pc.in +++ b/gstreamer-play.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer Play Library Description: Streaming-media framework, play libraries -Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@ |