]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- fixes building with gstreamer >= 0.7.6
authorgrzegol <grzegol@pld-linux.org>
Wed, 10 Mar 2004 19:39:39 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sound-juicer-gstreamer08.patch -> 1.1

sound-juicer-gstreamer08.patch [new file with mode: 0644]

diff --git a/sound-juicer-gstreamer08.patch b/sound-juicer-gstreamer08.patch
new file mode 100644 (file)
index 0000000..2afb0ad
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN aa/sound-juicer-0.5.10.1/configure.in sound-juicer-0.5.10.1/configure.in
+--- aa/sound-juicer-0.5.10.1/configure.in      2004-02-05 17:40:43.000000000 +0100
++++ sound-juicer-0.5.10.1/configure.in 2004-03-10 20:33:28.839184264 +0100
+@@ -51,11 +51,19 @@
+ # Find GStreamer.
+ HAVE_GSTREAMER=no
+                                                                                 
+-# Look for 0.7
++# Look for 0.8
++GST_MAJORMINOR=0.8
++PKG_CHECK_MODULES(GSTREAMER, gstreamer-$GST_MAJORMINOR,
++        HAVE_GSTREAMER=yes,
++        HAVE_GSTREAMER=no)
++
++# Then look for 0.7
++if test "x$HAVE_GSTREAMER" = "xno"; then
+ GST_MAJORMINOR=0.7
+ PKG_CHECK_MODULES(GSTREAMER, gstreamer-$GST_MAJORMINOR,
+         HAVE_GSTREAMER=yes,
+         HAVE_GSTREAMER=no)
++fi
+                                                                                 
+ # No? Try 0.6
+ if test "x$HAVE_GSTREAMER" = "xno"; then
This page took 1.313063 seconds and 4 git commands to generate.