r1117 - packages/trunk/vdrift/vdrift/debian/patches

Gonéri Le Bouder goneri-guest at costa.debian.org
Tue Jul 18 23:12:09 UTC 2006


Author: goneri-guest
Date: 2006-07-18 23:12:06 +0000 (Tue, 18 Jul 2006)
New Revision: 1117

Removed:
   packages/trunk/vdrift/vdrift/debian/patches/01_add_libalut+fix_build.patch
   packages/trunk/vdrift/vdrift/debian/patches/02_set_g++-3.4.patch
   packages/trunk/vdrift/vdrift/debian/patches/03_ppc_asm_fix.diff
Log:
clean up patch for the old release


Deleted: packages/trunk/vdrift/vdrift/debian/patches/01_add_libalut+fix_build.patch
===================================================================
--- packages/trunk/vdrift/vdrift/debian/patches/01_add_libalut+fix_build.patch	2006-07-18 23:11:06 UTC (rev 1116)
+++ packages/trunk/vdrift/vdrift/debian/patches/01_add_libalut+fix_build.patch	2006-07-18 23:12:06 UTC (rev 1117)
@@ -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)

Deleted: packages/trunk/vdrift/vdrift/debian/patches/02_set_g++-3.4.patch
===================================================================
--- packages/trunk/vdrift/vdrift/debian/patches/02_set_g++-3.4.patch	2006-07-18 23:11:06 UTC (rev 1116)
+++ packages/trunk/vdrift/vdrift/debian/patches/02_set_g++-3.4.patch	2006-07-18 23:12:06 UTC (rev 1117)
@@ -1,13 +0,0 @@
-diff -ru vdrift-0.2006.02.21.orig/SConstruct vdrift-0.2006.02.21/SConstruct
---- vdrift-0.2006.02.21.orig/SConstruct	2006-05-01 22:45:17.000000000 +0000
-+++ vdrift-0.2006.02.21/SConstruct	2006-05-01 22:46:00.000000000 +0000
-@@ -52,7 +52,7 @@
- #--------------#
- opts.Update(env)
- opts.Save('vdrift.conf', env)
--
-+env['CXX'] = 'g++-3.4'
- #--------------------------------------------#
- # distcopy and tarballer functions           #
- # by Paul Davis <paul at linuxaudiosystems.com> #
-Only in vdrift-0.2006.02.21: vdrift

Deleted: packages/trunk/vdrift/vdrift/debian/patches/03_ppc_asm_fix.diff
===================================================================
--- packages/trunk/vdrift/vdrift/debian/patches/03_ppc_asm_fix.diff	2006-07-18 23:11:06 UTC (rev 1116)
+++ packages/trunk/vdrift/vdrift/debian/patches/03_ppc_asm_fix.diff	2006-07-18 23:12:06 UTC (rev 1117)
@@ -1,21 +0,0 @@
-# Goneri Le Bouder
-# fix #376740
---- vdrift-0.0.2006.02.21.orig/include/model.h
-+++ vdrift-0.0.2006.02.21/include/model.h
-@@ -67,6 +67,7 @@
-                    (((uint32_t)(A) & 0x00ff0000) >> 8)  | \
-                    (((uint32_t)(A) & 0x0000ff00) << 8)  | \
-                    (((uint32_t)(A) & 0x000000ff) << 24))
-+#if defined(__ppc__)
- #define ENDIAN_SWAP_FLOAT(A)  LoadLEFloat(&(A))
- 
- inline float LoadLEFloat( float *f )
-@@ -89,6 +90,7 @@
-        //load it into the FPU and return it
-        return transfer.f;
- }
-+#endif //defined(__ppc__)
- #endif
- 
- typedef unsigned char byte;
-




More information about the Pkg-games-commits mailing list