pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xine-lib A small tweak so that the XviD test ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ecab0df7ea1
branches:  trunk
changeset: 462609:4ecab0df7ea1
user:      mycroft <mycroft%pkgsrc.org@localhost>
date:      Mon Oct 06 04:52:06 2003 +0000

description:
A small tweak so that the XviD test succeeds.  Touches some autoconf m4
files...

diffstat:

 graphics/xine-lib/distinfo                  |   4 ++--
 graphics/xine-lib/patches/disabled-patch-ab |  13 +++++++++++++
 graphics/xine-lib/patches/disabled-patch-ac |  13 +++++++++++++
 graphics/xine-lib/patches/patch-ag          |  13 +++++++++++--
 4 files changed, 39 insertions(+), 4 deletions(-)

diffs (81 lines):

diff -r 8ce849ed1973 -r 4ecab0df7ea1 graphics/xine-lib/distinfo
--- a/graphics/xine-lib/distinfo        Mon Oct 06 04:01:39 2003 +0000
+++ b/graphics/xine-lib/distinfo        Mon Oct 06 04:52:06 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2003/10/05 09:27:13 mycroft Exp $
+$NetBSD: distinfo,v 1.12 2003/10/06 04:52:06 mycroft Exp $
 
 SHA1 (xine-lib-1-rc0a.tar.gz) = ee41ba602179a9f02208a15e3dff36a1dfa00fac
 Size (xine-lib-1-rc0a.tar.gz) = 4211552 bytes
@@ -7,7 +7,7 @@
 SHA1 (patch-ac) = df25d862f84de5221d722f9415a201986dc5d952
 SHA1 (patch-ad) = ed65116acfa1f32a0508338a11567589bc2b4123
 SHA1 (patch-ae) = cf7486ed50a782fcfb17ad0985e76a7ae09a2938
-SHA1 (patch-ag) = 8ba90809f2f68c6fd278a662ba820ecb3cd8552d
+SHA1 (patch-ag) = 132a8db657ce0bc3ac9e74560aae9054996fa57e
 SHA1 (patch-ah) = 3f9b23c4a7994259056b73209a9e194db759f06d
 SHA1 (patch-ai) = f71e3cb57bf30cbf9653a469c040b6e3f717ba97
 SHA1 (patch-aj) = 54cf69b028d46327d46b5cc2a0ec457bd4a59b67
diff -r 8ce849ed1973 -r 4ecab0df7ea1 graphics/xine-lib/patches/disabled-patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/patches/disabled-patch-ab       Mon Oct 06 04:52:06 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: disabled-patch-ab,v 1.1 2003/10/06 04:52:06 mycroft Exp $
+
+--- aclocal.m4.orig    2003-08-02 13:49:37.000000000 +0000
++++ aclocal.m4 2003-10-06 04:36:36.000000000 +0000
+@@ -6620,7 +6620,7 @@
+     XVID_LIBS="-L$xvid_prefix/lib"
+   fi
+ 
+-  XVID_LIBS="$XVID_LIBS -lxvidcore"
++  XVID_LIBS="$XVID_LIBS -lxvidcore -lm"
+ 
+   AC_MSG_CHECKING(for XviD)
+   no_xvid=""
diff -r 8ce849ed1973 -r 4ecab0df7ea1 graphics/xine-lib/patches/disabled-patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/patches/disabled-patch-ac       Mon Oct 06 04:52:06 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: disabled-patch-ac,v 1.1 2003/10/06 04:52:06 mycroft Exp $
+
+--- xvid.m4.orig       2003-07-13 19:29:04.000000000 +0000
++++ xvid.m4    2003-10-06 04:44:40.000000000 +0000
+@@ -18,7 +18,7 @@
+     XVID_LIBS="-L$xvid_prefix/lib"
+   fi
+ 
+-  XVID_LIBS="$XVID_LIBS -lxvidcore"
++  XVID_LIBS="$XVID_LIBS -lxvidcore -lm"
+ 
+   AC_MSG_CHECKING(for XviD)
+   no_xvid=""
diff -r 8ce849ed1973 -r 4ecab0df7ea1 graphics/xine-lib/patches/patch-ag
--- a/graphics/xine-lib/patches/patch-ag        Mon Oct 06 04:01:39 2003 +0000
+++ b/graphics/xine-lib/patches/patch-ag        Mon Oct 06 04:52:06 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.4 2003/10/05 09:27:13 mycroft Exp $
+$NetBSD: patch-ag,v 1.5 2003/10/06 04:52:06 mycroft Exp $
 
 --- configure.orig     2003-08-02 13:50:43.000000000 +0000
-+++ configure  2003-10-05 09:10:21.000000000 +0000
++++ configure  2003-10-06 04:36:21.000000000 +0000
 @@ -467,7 +467,7 @@
  # include <unistd.h>
  #endif"
@@ -134,6 +134,15 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_XINERAMA 1
+@@ -18624,7 +18683,7 @@
+     XVID_LIBS="-L$xvid_prefix/lib"
+   fi
+ 
+-  XVID_LIBS="$XVID_LIBS -lxvidcore"
++  XVID_LIBS="$XVID_LIBS -lxvidcore -lm"
+ 
+   echo "$as_me:$LINENO: checking for XviD" >&5
+ echo $ECHO_N "checking for XviD... $ECHO_C" >&6
 @@ -20505,102 +20564,7 @@
  fi
  



Home | Main Index | Thread Index | Old Index