gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
73 lines
1.4 KiB
Text
73 lines
1.4 KiB
Text
$NetBSD: patch-aa,v 1.1 2006/01/18 12:44:03 jmmv Exp $
|
|
|
|
--- configure.orig 2005-09-04 14:21:34.000000000 +0200
|
|
+++ configure
|
|
@@ -28340,6 +28340,10 @@ else
|
|
fi
|
|
|
|
|
|
+if test -z "$schemas_install"; then
|
|
+ GCONF_SCHEMAS_INSTALL_TRUE='#'
|
|
+ GCONF_SCHEMAS_INSTALL_FALSE=
|
|
+fi
|
|
|
|
echo "$as_me: ***" >&6
|
|
echo "$as_me: *** checking plugin: ***" >&6
|
|
@@ -35066,13 +35070,6 @@ echo "${ECHO_T}$XFIXES_LIBS" >&6
|
|
|
|
|
|
|
|
-if test "x$HAVE_XFIXES" = "xyes"; then
|
|
- HAVE_XFIXES_TRUE=
|
|
- HAVE_XFIXES_FALSE='#'
|
|
-else
|
|
- HAVE_XFIXES_TRUE='#'
|
|
- HAVE_XFIXES_FALSE=
|
|
-fi
|
|
|
|
|
|
|
|
@@ -35180,13 +35177,6 @@ echo "${ECHO_T}$XDAMAGE_LIBS" >&6
|
|
|
|
|
|
|
|
-if test "x$HAVE_XDAMAGE" = "xyes"; then
|
|
- HAVE_XDAMAGE_TRUE=
|
|
- HAVE_XDAMAGE_FALSE='#'
|
|
-else
|
|
- HAVE_XDAMAGE_TRUE='#'
|
|
- HAVE_XDAMAGE_FALSE=
|
|
-fi
|
|
|
|
|
|
fi
|
|
@@ -35230,6 +35220,20 @@ else
|
|
USE_X_TRUE='#'
|
|
USE_X_FALSE=
|
|
fi
|
|
+if test "x$HAVE_XFIXES" = "xyes"; then
|
|
+ HAVE_XFIXES_TRUE=
|
|
+ HAVE_XFIXES_FALSE='#'
|
|
+else
|
|
+ HAVE_XFIXES_TRUE='#'
|
|
+ HAVE_XFIXES_FALSE=
|
|
+fi
|
|
+if test "x$HAVE_XDAMAGE" = "xyes"; then
|
|
+ HAVE_XDAMAGE_TRUE=
|
|
+ HAVE_XDAMAGE_FALSE='#'
|
|
+else
|
|
+ HAVE_XDAMAGE_TRUE='#'
|
|
+ HAVE_XDAMAGE_FALSE=
|
|
+fi
|
|
|
|
|
|
|
|
@@ -42153,7 +42157,7 @@ fi
|
|
DVDNAV_CFLAGS=
|
|
HAVE_DVDNAV=no
|
|
else
|
|
- if dvdnav-config --plugin-libs &> /dev/null; then
|
|
+ if dvdnav-config --plugin-libs > /dev/null 2>&1; then
|
|
DVDNAV_LIBS=`dvdnav-config --plugin-libs `
|
|
else
|
|
DVDNAV_LIBS=`dvdnav-config --libs `
|