synchronize the two pc files
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 17:54:05 +0000 (17:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 9 Mar 2004 17:54:05 +0000 (17:54 +0000)
Original commit message from CVS:
synchronize the two pc files

ChangeLog
pkgconfig/gstreamer-play-uninstalled.pc.in
pkgconfig/gstreamer-play.pc.in

index 64c6f0b325072ad1fdf9412dd0355dcd5130f543..48860e7ccbcda862d41a4a05ea78147e1a14c5dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * pkgconfig/gstreamer-play-uninstalled.pc.in:
+       * pkgconfig/gstreamer-play.pc.in:
+          synchronize the two
+
 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
        * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
          don't use gst_buffer_free
        * gst/playondemand/filter.func:
-         don't usae gst_data_free. Free data only once.
+         don't use gst_data_free. Free data only once.
 
 2004-02-26  David Schleef  <ds@schleef.org>
 
index 27cdf6ffacd5b8a69823445ffacf237c863c7ed0..9c693938ff8466813e7c5bd12450b93013921aae 100644 (file)
@@ -6,6 +6,7 @@ includedir=${pcfiledir}/../gst-libs
 Name: GStreamer Play Library, uninstalled
 Description: Streaming-media framework, play libraries, not installed
 Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ \
+          gstreamer-interfaces-@GST_MAJORMINOR@ >= @VERSION@
           gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@
 Version: @VERSION@
 
index 9d6a20203fa00ec0292455d94ea5a670fc1fc5b8..cab025a1f49fb518a9430b05ad2082d4b41ef347 100644 (file)
@@ -5,8 +5,8 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
 
 Name: GStreamer Play Library
 Description: Streaming-media framework, play libraries
-Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@ gstreamer-control-@GST_MAJORMINOR@
 Version: @VERSION@
 
-Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@
+Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@
 Cflags: -I${includedir}