SOURCES: gnome-media-configure.patch (NEW) - don't check for runti...
freetz
freetz at pld-linux.org
Sun Apr 2 16:04:07 CEST 2006
Author: freetz Date: Sun Apr 2 14:04:07 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't check for runtime requirement at build time
---- Files affected:
SOURCES:
gnome-media-configure.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gnome-media-configure.patch
diff -u /dev/null SOURCES/gnome-media-configure.patch:1.1
--- /dev/null Sun Apr 2 16:04:07 2006
+++ SOURCES/gnome-media-configure.patch Sun Apr 2 16:04:02 2006
@@ -0,0 +1,54 @@
+diff -aurN gnome-media-2.14.0.orig/configure.in gnome-media-2.14.0/configure.in
+--- gnome-media-2.14.0.orig/configure.in 2006-03-12 21:35:01.000000000 +0100
++++ gnome-media-2.14.0/configure.in 2006-04-02 15:55:43.000000000 +0200
+@@ -157,49 +157,8 @@
+
+ if test "x$HAVE_GST" = "xyes"; then
+ PROGRAMS_GRECORD="grecord"
+-
+- gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
+- gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
+-
+- dnl Check for elements from gst-plugins-base
+- for base_element in playbin audioconvert audioresample
+- do
+- AC_MSG_CHECKING([for GStreamer 0.10 $base_element plugin])
+- if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
+- AC_MSG_RESULT([yes])
+- else
+- AC_MSG_RESULT([no])
+- AC_MSG_WARN([
+- Cannot find required GStreamer-0.10 plugin '$base_element'.
+- It should be part of gst-plugins-base. Please install it.
+- You need it installed for the sound recorder to work.
+- ])
+- PROGRAMS_GRECORD=""
+- PROGRAMS_GRECORD_ERROR="Missing gst-plugins-base '$base_element' element\n"
+- fi
+- done
+-
+-
+- dnl Check for elements from gst-plugins-good
+- for good_element in gconfaudiosink gconfaudiosrc
+- do
+- AC_MSG_CHECKING([for GStreamer 0.10 $good_element plugin])
+- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
+- AC_MSG_RESULT([yes])
+- else
+- AC_MSG_RESULT([no])
+- AC_MSG_WARN([
+- Cannot find required GStreamer-0.10 plugin '$good_element'.
+- It should be part of gst-plugins-good. Please install it.
+- You need it installed for the sound recorder to work.
+- ])
+- PROGRAMS_GRECORD=""
+- PROGRAMS_GRECORD_ERROR="Missing gst-plugins-good '$good_element' element\n"
+- fi
+- done
+ else
+- AC_MSG_WARN([You need GStreamer installed for the mixer and recorder to work])
+- sleep 5 2>/dev/null
++ PROGRAMS_GRECORD=""
+ fi
+
+ AC_SUBST(PROGRAMS_GRECORD)
================================================================
More information about the pld-cvs-commit
mailing list