diff options
-rw-r--r-- | graphics/gmplayer/distinfo | 4 | ||||
-rw-r--r-- | graphics/mplayer/distinfo | 4 | ||||
-rw-r--r-- | graphics/mplayer/patches/patch-aa | 18 |
3 files changed, 17 insertions, 9 deletions
diff --git a/graphics/gmplayer/distinfo b/graphics/gmplayer/distinfo index 68f92f9e2cb..d3f420c36c4 100644 --- a/graphics/gmplayer/distinfo +++ b/graphics/gmplayer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/05/07 22:19:28 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/05/08 08:18:19 wiz Exp $ SHA1 (gmplayer/MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795 Size (gmplayer/MPlayer-0.90pre3.tar.bz2) = 2322749 bytes @@ -38,5 +38,5 @@ SHA1 (gmplayer/AlienMind.tar.bz2) = 8bd483aa6b52c10ee826c458a2c509c90a57e0f7 Size (gmplayer/AlienMind.tar.bz2) = 129515 bytes SHA1 (gmplayer/CornerMP.tar.bz2) = d46a59c33abcc27ddc24be3124d3f4d23361e836 Size (gmplayer/CornerMP.tar.bz2) = 237492 bytes -SHA1 (patch-aa) = d039ed590a0b7b92cf4a66b14810ea75a4fd02ad +SHA1 (patch-aa) = 89d80673df0a2142846968b8733a301dc5d92c4b SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63 diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo index f2e7e9e3648..04fb5ef0ad8 100644 --- a/graphics/mplayer/distinfo +++ b/graphics/mplayer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2002/05/07 22:19:29 wiz Exp $ +$NetBSD: distinfo,v 1.10 2002/05/08 08:18:20 wiz Exp $ SHA1 (MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795 Size (MPlayer-0.90pre3.tar.bz2) = 2322749 bytes -SHA1 (patch-aa) = d039ed590a0b7b92cf4a66b14810ea75a4fd02ad +SHA1 (patch-aa) = 89d80673df0a2142846968b8733a301dc5d92c4b SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63 diff --git a/graphics/mplayer/patches/patch-aa b/graphics/mplayer/patches/patch-aa index 5f7eef0e70a..45f116eccdb 100644 --- a/graphics/mplayer/patches/patch-aa +++ b/graphics/mplayer/patches/patch-aa @@ -1,8 +1,16 @@ -$NetBSD: patch-aa,v 1.5 2002/05/07 22:19:29 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2002/05/08 08:18:20 wiz Exp $ ---- configure.orig Sun Apr 28 23:05:09 2002 -+++ configure Mon Apr 29 09:40:55 2002 -@@ -263,8 +263,8 @@ +--- configure.orig Sat May 4 00:13:06 2002 ++++ configure +@@ -31,7 +31,6 @@ + cat "$TMPC" >> "$TMPLOG" + echo >> "$TMPLOG" + echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG" +- > "$TMPO" + ( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1 + TMP="$?" + echo >> "$TMPLOG" +@@ -264,8 +263,8 @@ _inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'` ;; --with-extralibdir=*) @@ -13,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 2002/05/07 22:19:29 wiz Exp $ ;; --enable-runtime-cpudetection) _runtime_cpudetection=yes -@@ -2626,7 +2626,7 @@ +@@ -2642,7 +2641,7 @@ echocheck "DVD support (libmpdvdkit)" if test "$_dvdkit" = auto ; then _dvdkit=no |