summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-09 17:54:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-09 17:54:05 +0000
commit5adbb8e1604ecc9a51dd9f0e0b8b9643c9763a01 (patch)
tree02e58c95f81b90382a687e767090b6da3c7aae0c
parentd5dde5fe1aaa7ef0cfe28b893e8f4babb52f2673 (diff)
downloadgstreamer-plugins-bad-5adbb8e1604ecc9a51dd9f0e0b8b9643c9763a01.tar.gz
synchronize the two pc files
Original commit message from CVS: synchronize the two pc files
-rw-r--r--ChangeLog8
-rw-r--r--pkgconfig/gstreamer-play-uninstalled.pc.in1
-rw-r--r--pkgconfig/gstreamer-play.pc.in4
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c6f0b32..48860e7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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),
(cdparanoia_open), (cdparanoia_event):
fix/add error handling
@@ -515,7 +521,7 @@
* 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>
diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in
index 27cdf6ffa..9c693938f 100644
--- a/pkgconfig/gstreamer-play-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-play-uninstalled.pc.in
@@ -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@
diff --git a/pkgconfig/gstreamer-play.pc.in b/pkgconfig/gstreamer-play.pc.in
index 9d6a20203..cab025a1f 100644
--- a/pkgconfig/gstreamer-play.pc.in
+++ b/pkgconfig/gstreamer-play.pc.in
@@ -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}