Author: baggins Date: Mon May 15 21:21:11 2006 GMT Module: SOURCES Tag: AC-branch ---- Log message: - from HEAD
---- Files affected: SOURCES: gstreamer-plugins-good-bashish.patch (NONE -> 1.1.2.1) (NEW), gstreamer-plugins-good-libcaca.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gstreamer-plugins-good-bashish.patch diff -u /dev/null SOURCES/gstreamer-plugins-good-bashish.patch:1.1.2.1 --- /dev/null Mon May 15 23:21:11 2006 +++ SOURCES/gstreamer-plugins-good-bashish.patch Mon May 15 23:21:06 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.2.1 --- /dev/null Mon May 15 23:21:11 2006 +++ SOURCES/gstreamer-plugins-good-libcaca.patch Mon May 15 23:21:06 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) + ]) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
