[Slackbuilds-users] My tested slackbuilds as of 02-AUG-2012 Slackware14b1

King Beowulf kingbeowulf at gmail.com
Sat Aug 4 03:41:43 UTC 2012


Here are my tested slackbuilds for Slackware-current 02-AUG-2012.   If 
something needs fixing, or you want me to resubmit, that is fine by me.

Caveats:
1.  x86-32 only. x86_64 should work...
2.  Tested with qemu-kvm on Slackware64 13.37 multilib host.
3.  See notes after each entry.

A.  These build a package:

libraries/libvdpau    0.4.1 patched to recent git. patch not needed for 
current.
misc/vdpauinfo    0.0.6
network/frostwire    5.2.11
system/nvidia-kernel    302.17
system/nvidia-driver    302.17

B.  These need a patch to build.

games/sauerbraten    2010_07_28_justice_edition

d/l attached patch for source Makefile and add

     # Fix for lost libX11.so.6
     cd src
     patch -p0 < $CWD/makefile_libx11_fix.patch
     cd ..

just before SLCKFLAGS stanza in the slackbuild script.

C. Not tested - to be updated on next stable Slackware release

system/nvidia-legacy96-driver
system/nvidia-legacy96-kernel
system/nvidia-legacy173-driver
system/nvidia-legacy173-kernel


-------------- next part --------------
--- Makefile.old	2010-05-13 11:30:28.000000000 -0700
+++ Makefile	2012-08-03 18:46:55.010000000 -0700
@@ -21,7 +21,7 @@
 CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm
 else	
 CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags`
-CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL
+CLIENT_LIBS= -Lenet/.libs -lenet -lX11 `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL
 endif
 ifeq ($(PLATFORM),Linux)
 CLIENT_LIBS+= -lrt


More information about the SlackBuilds-users mailing list