head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2011.01.19.17.52.07; author tron; state dead; branches; next 1.1; 1.1 date 2011.01.19.00.42.12; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.01.19.00.42.12; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @Remove "libXvMCW" package. The "libXvMCW" library is provided by the "libXvMC" package which now has proper builtin detection. @ text @$NetBSD: patch-ab,v 1.1 2011/01/19 00:42:12 jmcneill Exp $ Don't use == operator in configure script --- configure.orig 2011-01-18 19:39:33.000000000 -0500 +++ configure 2011-01-18 19:39:53.000000000 -0500 @@@@ -8338,7 +8338,7 @@@@ xv_version="no" fi -if test x$xv_version == "xno"; then +if test x$xv_version = "xno"; then as_ac_File=`echo "ac_cv_file_$x_libraries/libXv.so.1.0" | $as_tr_sh` echo "$as_me:$LINENO: checking for $x_libraries/libXv.so.1.0" >&5 echo $ECHO_N "checking for $x_libraries/libXv.so.1.0... $ECHO_C" >&6 @@@@ -8364,7 +8364,7 @@@@ fi fi -if test x$xv_version == "xno"; then +if test x$xv_version = "xno"; then xv_version="" echo "*** Warning. Could not find a dynamic libXv.so library." echo "*** This may cause run-time failures when the hardware-specific" @@@@ -8399,7 +8399,7 @@@@ xvmc_version="no" fi -if test x$xvmc_version == "xno"; then +if test x$xvmc_version = "xno"; then as_ac_File=`echo "ac_cv_file_$x_libraries/libXvMC.so.1.0" | $as_tr_sh` echo "$as_me:$LINENO: checking for $x_libraries/libXvMC.so.1.0" >&5 echo $ECHO_N "checking for $x_libraries/libXvMC.so.1.0... $ECHO_C" >&6 @@@@ -8425,7 +8425,7 @@@@ fi fi -if test x$xvmc_version == "xno"; then +if test x$xvmc_version = "xno"; then { { echo "$as_me:$LINENO: error: Could not find a libXvMC.so dynamic library. Aborting." >&5 echo "$as_me: error: Could not find a libXvMC.so dynamic library. Aborting." >&2;} { (exit 1); exit 1; }; } @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import libXvMCW version 0.9.3. libXvMC is a wrapper for XvMC libraries that allows the X server or user to specify the hardware dependent XvMC library at run-time. @ text @@