SOURCES: gstreamer-plugins-good-bashish.patch (NEW), gstreamer-plu...
qboosh
qboosh at pld-linux.org
Sat Jan 14 22:59:57 CET 2006
Author: qboosh Date: Sat Jan 14 21:59:55 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- copied from gstreamer-plugins
---- Files affected:
SOURCES:
gstreamer-plugins-good-bashish.patch (NONE -> 1.1) (NEW), gstreamer-plugins-good-libcaca.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gstreamer-plugins-good-bashish.patch
diff -u /dev/null SOURCES/gstreamer-plugins-good-bashish.patch:1.1
--- /dev/null Sat Jan 14 22:59:55 2006
+++ SOURCES/gstreamer-plugins-good-bashish.patch Sat Jan 14 22:59:50 2006
@@ -0,0 +1,11 @@
+--- gst-plugins-0.8.7/common/m4/gst-feature.m4.orig 2004-09-21 16:16:36.000000000 +0200
++++ gst-plugins-0.8.7/common/m4/gst-feature.m4 2005-01-24 13:28:43.871500536 +0100
+@@ -133,7 +133,7 @@
+ [$1]_CFLAGS=
+ HAVE_[$1]=no
+ else
+- if [$2] --plugin-libs [$3] &> /dev/null; then
++ if [$2] --plugin-libs [$3] > /dev/null 2> /dev/null; then
+ [$1]_LIBS=`[$2] --plugin-libs [$3]`
+ else
+ [$1]_LIBS=`[$2] --libs [$3]`
================================================================
Index: SOURCES/gstreamer-plugins-good-libcaca.patch
diff -u /dev/null SOURCES/gstreamer-plugins-good-libcaca.patch:1.1
--- /dev/null Sat Jan 14 22:59:55 2006
+++ SOURCES/gstreamer-plugins-good-libcaca.patch Sat Jan 14 22:59:50 2006
@@ -0,0 +1,11 @@
+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)
+ ])
+
================================================================
More information about the pld-cvs-commit
mailing list