From dc9f87ea3695ce208a3eb606dc57476436ee5493 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 14 Jan 2006 21:59:50 +0000 Subject: [PATCH 1/1] - copied from gstreamer-plugins Changed files: gstreamer-plugins-good-bashish.patch -> 1.1 gstreamer-plugins-good-libcaca.patch -> 1.1 --- gstreamer-plugins-good-bashish.patch | 11 +++++++++++ gstreamer-plugins-good-libcaca.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 gstreamer-plugins-good-bashish.patch create mode 100644 gstreamer-plugins-good-libcaca.patch diff --git a/gstreamer-plugins-good-bashish.patch b/gstreamer-plugins-good-bashish.patch new file mode 100644 index 0000000..5c703a6 --- /dev/null +++ b/gstreamer-plugins-good-bashish.patch @@ -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]` diff --git a/gstreamer-plugins-good-libcaca.patch b/gstreamer-plugins-good-libcaca.patch new file mode 100644 index 0000000..66b55fc --- /dev/null +++ b/gstreamer-plugins-good-libcaca.patch @@ -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) + ]) + -- 2.43.0