r718 - packages/vdrift/vdrift/trunk/debian/patches

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu May 18 23:01:19 UTC 2006


Author: goneri-guest
Date: 2006-05-18 23:01:19 +0000 (Thu, 18 May 2006)
New Revision: 718

Added:
   packages/vdrift/vdrift/trunk/debian/patches/01_add_libalut+fix_build.patch
Removed:
   packages/vdrift/vdrift/trunk/debian/patches/01_libalut.patch
Log:
mv 01_libalut.patch 01_add_libalut+fix_build.patch


Copied: packages/vdrift/vdrift/trunk/debian/patches/01_add_libalut+fix_build.patch (from rev 717, packages/vdrift/vdrift/trunk/debian/patches/01_libalut.patch)

Deleted: packages/vdrift/vdrift/trunk/debian/patches/01_libalut.patch
===================================================================
--- packages/vdrift/vdrift/trunk/debian/patches/01_libalut.patch	2006-05-18 23:00:29 UTC (rev 717)
+++ packages/vdrift/vdrift/trunk/debian/patches/01_libalut.patch	2006-05-18 23:01:19 UTC (rev 718)
@@ -1,32 +0,0 @@
-diff -ru vdrift-0.0.2006.02.21/SConstruct vdrift-0.0.2006.02.21.new/SConstruct
---- vdrift-0.0.2006.02.21/SConstruct	2006-02-20 07:24:53.000000000 +0100
-+++ vdrift-0.0.2006.02.21.new/SConstruct	2006-05-19 00:34:00.000000000 +0200
-@@ -45,7 +45,7 @@
- 			LIBPATH = ['.', '#lib'],
- 		        options = opts)
-          
--		SDL_headers = ['GL/gl.h', 'GL/glu.h', 'SDL/SDL.h', 'SDL/SDL_image.h', 'SDL/SDL_net.h']
-+		SDL_headers = ['GL/gl.h', 'GL/glu.h', 'SDL/SDL.h', 'SDL/SDL_image.h', 'SDL/SDL_net.h','AL/al.h']
- 
- #--------------#
- # Save Options #
-diff -ru vdrift-0.0.2006.02.21/src/SConscript vdrift-0.0.2006.02.21.new/src/SConscript
---- vdrift-0.0.2006.02.21/src/SConscript	2006-02-20 07:01:20.000000000 +0100
-+++ vdrift-0.0.2006.02.21.new/src/SConscript	2006-05-19 00:34:35.000000000 +0200
-@@ -53,8 +53,8 @@
- local_env.ParseConfig('sdl-config --cflags --libs')
- local_env.Append(CPPDEFINES = [('DATA_DIR', '\\"$prefix\\"'),
-                                ('SETTINGS_DIR', '\\"$settings\\"')])
--local_env.Append(LIBS = ['GL', 'GLU', 'SDL_image', 'SDL_net'])
--local_env.Append(LIBPATH = ['/usr/X11R6/lib'])
-+local_env.Append(LIBS = ['GL', 'GLU', 'SDL_image', 'SDL_net','alut'])
-+local_env.Append(LIBPATH = ['/usr/lib'])
- 
- #-----------------------#
- # Distribute to src_dir #
-@@ -73,4 +73,4 @@
- #---------#
- # Install #
- #---------#
--local_env.Install('$destdir$bin', vdrift)
-+local_env.Install('/usr/games/', vdrift)




More information about the Pkg-games-commits mailing list