SOURCES: gstreamer-plugins-good-libcaca.patch - updated for 0.10.5...

qboosh qboosh at pld-linux.org
Mon Dec 25 01:30:21 CET 2006


Author: qboosh                       Date: Mon Dec 25 00:30:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.10.5 (needed only for libcaca < 0.99)

---- Files affected:
SOURCES:
   gstreamer-plugins-good-libcaca.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gstreamer-plugins-good-libcaca.patch
diff -u SOURCES/gstreamer-plugins-good-libcaca.patch:1.1 SOURCES/gstreamer-plugins-good-libcaca.patch:1.2
--- SOURCES/gstreamer-plugins-good-libcaca.patch:1.1	Sat Jan 14 22:59:50 2006
+++ SOURCES/gstreamer-plugins-good-libcaca.patch	Mon Dec 25 01:30:15 2006
@@ -1,11 +1,10 @@
-diff -urN aa/gst-plugins-0.8.0/configure.ac gst-plugins-0.8.0/configure.ac
---- aa/gst-plugins-0.8.0/configure.ac	2004-03-16 12:54:43.000000000 +0100
-+++ gst-plugins-0.8.0/configure.ac	2004-04-07 16:18:44.258424936 +0200
-@@ -1013,6 +1013,7 @@
- GST_CHECK_FEATURE(LIBCACA, [libcaca], libcaca, [
-   GST_CHECK_CONFIGPROG(LIBCACA, caca-config)
-   AC_SUBST(LIBCACA_CFLAGS)
-+	LIBCACA_LIBS="`caca-config --plugin-libs`"
-   AC_SUBST(LIBCACA_LIBS)
- ])
- 
+--- gst-plugins-good-0.10.5/configure.ac.orig	2006-12-21 15:20:44.000000000 +0100
++++ gst-plugins-good-0.10.5/configure.ac	2006-12-24 16:08:36.514861646 +0100
+@@ -615,6 +615,7 @@
+   dnl only newer versions of libcaca ship caca.pc, so try caca-config as well
+   if test "x$HAVE_LIBCACA" != "xyes"; then
+     GST_CHECK_CONFIGPROG(LIBCACA, caca-config)
++    LIBCACA_LIBS="`caca-config --plugin-libs`"
+     dnl see if it compilation works too, might not if we are cross-compiling
+     if test "x$HAVE_LIBCACA" = "xyes"; then
+       AC_CHECK_LIB([caca], [caca_init], [HAVE_LIBCACA=yes],
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gstreamer-plugins-good-libcaca.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list