Origin: upstream, other, *
Description: Applied patches. See Vcs-* headers in debian/control.

--- xine-lib-1.2-1.1.90hg+20100720+609066b321de.orig/configure
+++ xine-lib-1.2-1.1.90hg+20100720+609066b321de/configure
@@ -27281,9 +27281,9 @@ fi
         if test x"$enable_modplug" = x"yes" && test x"$have_modplug" != x"yes"; then
             as_fn_error "MODPlug support requested, but MODPlug not found" "$LINENO" 5
         fi
-	if test "`"$PKG_CONFIG" --modversion libmodplug`" = 0.8.8; then
-	    as_fn_error "you have a broken version of libmodplug (0.8.8); cowardly refusing to use it" "$LINENO" 5
-	fi
+#	if test "`"$PKG_CONFIG" --modversion libmodplug`" = 0.8.8; then
+#	    as_fn_error "you have a broken version of libmodplug (0.8.8); cowardly refusing to use it" "$LINENO" 5
+#	fi
     fi
      if test x"$have_modplug" = x"yes"; then
   ENABLE_MODPLUG_TRUE=
--- xine-lib-1.2-1.1.90hg+20100720+609066b321de.orig/m4/decoders.m4
+++ xine-lib-1.2-1.1.90hg+20100720+609066b321de/m4/decoders.m4
@@ -286,9 +286,9 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [
         if test x"$enable_modplug" = x"yes" && test x"$have_modplug" != x"yes"; then
             AC_MSG_ERROR([MODPlug support requested, but MODPlug not found])
         fi
-	if test "`"$PKG_CONFIG" --modversion libmodplug`" = 0.8.8; then
-	    AC_MSG_ERROR([you have a broken version of libmodplug (0.8.8); cowardly refusing to use it])
-	fi
+#	if test "`"$PKG_CONFIG" --modversion libmodplug`" = 0.8.8; then
+#	    AC_MSG_ERROR([you have a broken version of libmodplug (0.8.8); cowardly refusing to use it])
+#	fi
     fi
     AM_CONDITIONAL([ENABLE_MODPLUG], [test x"$have_modplug" = x"yes"])
 
