slomo gst-plugins-base: gst-plugins-base/ gst-plugins-base/pkgconfig/
[email protected] Tue, 6 Jan 2009 04:16:32 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============0272869314110453409==
CVS Root: /cvs/gstreamer
Module: gst-plugins-base
Changes by: slomo
Date: Tue Jan 06 2009 12:16:33 UTC
Log message:
* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-app-uninstalled.pc.in:
* pkgconfig/gstreamer-app.pc.in:
Add pkg-config files for libgstapp. Fixes bug #566761.
Modified files:
. : ChangeLog configure.ac
pkgconfig : Makefile.am
Added files:
pkgconfig : gstreamer-app-uninstalled.pc.in
gstreamer-app.pc.in
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4276&r2=1.4277
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/configure.ac.diff?r1=1.757&r2=1.758
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/pkgconfig/Makefile.am.diff?r1=1.16&r2=1.17
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/pkgconfig/gstreamer-app-uninstalled.pc.in?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/pkgconfig/gstreamer-app.pc.in?rev=1.1&content-type=text/vnd.viewcvs-markup
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4276
retrieving revision 1.4277
diff -u -d -r1.4276 -r1.4277
--- ChangeLog 6 Jan 2009 11:10:28 -0000 1.4276
+++ ChangeLog 6 Jan 2009 12:16:15 -0000 1.4277
@@ -1,3 +1,11 @@
+2009-01-06 Sebastian Dröge <[email protected]>
+
+ * configure.ac:
+ * pkgconfig/Makefile.am:
+ * pkgconfig/gstreamer-app-uninstalled.pc.in:
+ * pkgconfig/gstreamer-app.pc.in:
+ Add pkg-config files for libgstapp. Fixes bug #566761.
2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst-libs/gst/app/gstappsink.c:
Index: configure.ac
RCS file: /cvs/gstreamer/gst-plugins-base/configure.ac,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -d -r1.757 -r1.758
--- configure.ac 5 Jan 2009 23:04:55 -0000 1.757
+++ configure.ac 6 Jan 2009 12:16:17 -0000 1.758
@@ -698,6 +698,8 @@
pkgconfig/Makefile
pkgconfig/gstreamer-audio.pc
pkgconfig/gstreamer-audio-uninstalled.pc
+pkgconfig/gstreamer-app.pc
+pkgconfig/gstreamer-app-uninstalled.pc
pkgconfig/gstreamer-cdda.pc
pkgconfig/gstreamer-cdda-uninstalled.pc
pkgconfig/gstreamer-fft.pc
Index: Makefile.am
RCS file: /cvs/gstreamer/gst-plugins-base/pkgconfig/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am 14 Jan 2008 13:11:01 -0000 1.16
+++ Makefile.am 6 Jan 2009 12:16:17 -0000 1.17
@@ -1,6 +1,7 @@
### all of the standard pc files we need to generate
pcverfiles = \
gstreamer-audio-@[email protected] \
+ gstreamer-app-@[email protected] \
gstreamer-cdda-@[email protected] \
gstreamer-fft-@[email protected] \
gstreamer-floatcast-@[email protected] \
@@ -16,6 +17,7 @@
gstreamer-plugins-base-@[email protected]
pcverfiles_uninstalled = \
gstreamer-audio-@[email protected] \
+ gstreamer-app-@[email protected] \
gstreamer-cdda-@[email protected] \
gstreamer-fft-@[email protected] \
gstreamer-floatcast-@[email protected] \
@@ -44,6 +46,7 @@
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
pcinfiles = \
gstreamer-audio.pc.in gstreamer-audio-uninstalled.pc.in \
+ gstreamer-app.pc.in gstreamer-app-uninstalled.pc.in \
gstreamer-cdda.pc.in gstreamer-cdda-uninstalled.pc.in \
gstreamer-fft.pc.in gstreamer-fft-uninstalled.pc.in \
gstreamer-floatcast.pc.in gstreamer-floatcast-uninstalled.pc.in \
--- NEW FILE: gstreamer-app-uninstalled.pc.in ---
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/tag
includedir=${pcfiledir}/../gst-libs
Name: GStreamer Application Library, Uninstalled
Description: Helper functions and base classes for application integration, uninstalled
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Libs: -L${libdir} ${libdir}/libgstapp-@[email protected]
Cflags: -I${includedir}
--- NEW FILE: gstreamer-app.pc.in ---
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Application Library
Description: Helper functions and base classes for application integration
Libs: -L${libdir} -lgstapp-@GST_MAJORMINOR@
--===============0272869314110453409==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
--===============0272869314110453409==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============0272869314110453409==--