]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- copied from gstreamer-plugins
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jan 2006 21:59:50 +0000 (21:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-good-bashish.patch -> 1.1
    gstreamer-plugins-good-libcaca.patch -> 1.1

gstreamer-plugins-good-bashish.patch [new file with mode: 0644]
gstreamer-plugins-good-libcaca.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-good-bashish.patch b/gstreamer-plugins-good-bashish.patch
new file mode 100644 (file)
index 0000000..5c703a6
--- /dev/null
@@ -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 (file)
index 0000000..66b55fc
--- /dev/null
@@ -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)
+ ])
This page took 0.047759 seconds and 4 git commands to generate.