From 9b9f3098b3392ee96573a0767b61622013c43a86 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 5 Feb 2004 17:09:37 +0000 Subject: [PATCH] pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =. Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =. --- ChangeLog | 5 +++++ common | 2 +- pkgconfig/gstreamer-libs-uninstalled.pc.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e8914c146..685302229f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-05 David I. Lehn + + * pkgconfig/gstreamer-libs-uninstalled.pc.in: + Sync requires with other checks. >= vs =. + 2004-02-06 Jan Schmidt * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps), diff --git a/common b/common index 90e64b98d5..9009733954 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 90e64b98d566fd8df793cfc0a9b08b8e5fb356d3 +Subproject commit 90097339543fb0a705447b599d7a36138cba4232 diff --git a/pkgconfig/gstreamer-libs-uninstalled.pc.in b/pkgconfig/gstreamer-libs-uninstalled.pc.in index 79a949b103..55c9bc5497 100644 --- a/pkgconfig/gstreamer-libs-uninstalled.pc.in +++ b/pkgconfig/gstreamer-libs-uninstalled.pc.in @@ -7,7 +7,7 @@ includedir=${pcfiledir}/../gst-libs Name: GStreamer Uninstalled Media-Specific Libraries Description: Streaming-media framework media-specific libraries, not installed Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ Libs: -L${libdir}/audio -L${libdir}/video Cflags: -I${includedir}