From 431f51597c510ea57f3314e1028efbf39e4e2499 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 4 Feb 2001 22:01:32 +0000 Subject: - Update to 0.2.0; - make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux --- graphics/xmps/files/patch-aa | 64 +++++++++++--------------------------------- 1 file changed, 16 insertions(+), 48 deletions(-) (limited to 'graphics/xmps/files/patch-aa') diff --git a/graphics/xmps/files/patch-aa b/graphics/xmps/files/patch-aa index c859c119338c..baaab7875043 100644 --- a/graphics/xmps/files/patch-aa +++ b/graphics/xmps/files/patch-aa @@ -1,62 +1,30 @@ ---- configure.orig Tue Dec 19 16:40:13 2000 -+++ configure Tue Dec 19 16:49:08 2000 -@@ -3803,7 +3803,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lsmpeg $LIBS" -+LIBS="-lsmpeg $SDL_LIBS $LIBS" - cat > conftest.$ac_ext <&6 -@@ -3848,7 +3848,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lsmpeg $LIBS" -+LIBS="-lsmpeg $LIBS" - cat > conftest.$ac_ext <&6 - --if test x$opengl = xyes; then -+if test x$opengl = x"Manually disabled ;)"; then - OPENGL=OpenGL - CFLAGS="$CFLAGS -DHAVE_OPENGL" - GL_LIBS="$X_PRELIBS -lGL -lGLU -lICE -lSM $X_LIBS" -@@ -3974,8 +3974,8 @@ + +$FreeBSD$ + +--- configure.orig Sun Feb 4 21:49:31 2001 ++++ configure Sun Feb 4 21:52:15 2001 +@@ -3694,16 +3694,16 @@ { echo "configure: error: **** Cannot find stat.h ****" 1>&2; exit 1; } fi -ac_safe=`echo "sys/dir.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for sys/dir.h""... $ac_c" 1>&6 +-echo "configure:3700: checking for sys/dir.h" >&5 +ac_safe=`echo "dirent.h" | sed 'y%./+-%__p_%'` +echo $ac_n "checking for dirent.h""... $ac_c" 1>&6 - echo "configure:3980: checking for sys/dir.h" >&5 ++echo "configure:3700: checking for dirent.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -3983,7 +3983,7 @@ + else cat > conftest.$ac_ext < +#include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -4005,7 +4005,7 @@ + { (eval echo configure:3710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +@@ -3725,7 +3725,7 @@ : else echo "$ac_t""no" 1>&6 @@ -65,12 +33,12 @@ fi -@@ -5915,7 +5915,7 @@ +@@ -5636,7 +5636,7 @@ < $srcdir/po/POTFILES.in > po/POTFILES --CFLAGS="$CFLAGS `gtk-config --cflags`" -+CFLAGS="$CFLAGS `$GTK_CONFIG --cflags`" +-CFLAGS="$CFLAGS `gtk-config --cflags` -Wall -Werror" ++CFLAGS="$CFLAGS `$GTK_CONFIG --cflags` -Wall -Werror" - CODEC_PLUGINS_DIR=Codecs + VIDEO_ADDON_PLUGIN_DIR=addons/video -- cgit v1.2.3