From 742260eeca186285f47d12c72b88993a04b10e3d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 19 Feb 2008 17:22:47 +0000 Subject: [PATCH 1/4] Initialize branch F-8 for vdrift --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From 1447bc5583a6ad468b468e09208a4c6ce18b68b6 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Thu, 21 Feb 2008 12:34:00 +0000 Subject: [PATCH 2/4] Initial import. --- sources | 1 + vdrift-20071226-gcc4.3.patch | 28 +++++++ vdrift-20071226-jamfile.patch | 11 +++ vdrift-20071226-paths.patch | 13 ++++ vdrift-SConstruct.patch | 13 ++++ vdrift.desktop | 10 +++ vdrift.png | Bin 0 -> 455 bytes vdrift.spec | 137 ++++++++++++++++++++++++++++++++++ 8 files changed, 213 insertions(+) create mode 100644 vdrift-20071226-gcc4.3.patch create mode 100644 vdrift-20071226-jamfile.patch create mode 100644 vdrift-20071226-paths.patch create mode 100644 vdrift-SConstruct.patch create mode 100644 vdrift.desktop create mode 100644 vdrift.png create mode 100644 vdrift.spec diff --git a/sources b/sources index e69de29..7748eb7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9fac2e17f550184f7338dd89cacb1b1f vdrift-2007-12-26-src.tar.bz2 diff --git a/vdrift-20071226-gcc4.3.patch b/vdrift-20071226-gcc4.3.patch new file mode 100644 index 0000000..df66354 --- /dev/null +++ b/vdrift-20071226-gcc4.3.patch @@ -0,0 +1,28 @@ +--- include/utility.h 2008-02-14 19:22:46.000000000 +0100 ++++ include/utility.h 2008-02-14 19:22:46.000000000 +0100 +@@ -100,7 +100,7 @@ public: + void SetBox(float x1, float y1, float x2, float y2, const TEXTURE_HANDLE * const texid, int texsize, float opacity); + void SetButton(float x1, float y1, float x2, float y2, float sidewidth, TEXTURE_HANDLE * texid, float opacity); + void SetEllipse( float center_x, float center_y, float radius_x, float radius_y, float color_r, float color_g, float color_b, float opacity ); +- void SetQuad( float x1, float y2, float x2, float y2, float x3, float y3, float x4, float y4, TEXTURE_HANDLE * texid, float opacity); ++ void SetQuad( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, TEXTURE_HANDLE * texid, float opacity); + void SetRotation(float r) {rotation=r;} + + void SetDraw(const bool newdraw) {draw=newdraw;} +--- include/serialization.h 2008-02-14 19:30:02.000000000 +0100 ++++ include/serialization.h 2008-02-14 19:30:02.000000000 +0100 +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + + #include "simpletree.h" + +@@ -23,6 +24,7 @@ using std::ostream; + using std::ifstream; + using std::ofstream; + using std::pair; ++using std::memcmp; + + #define _GENERATEUID_(ptr,uidoutput) unsigned long long uidoutput = (size_t)ptr diff --git a/vdrift-20071226-jamfile.patch b/vdrift-20071226-jamfile.patch new file mode 100644 index 0000000..9823d41 --- /dev/null +++ b/vdrift-20071226-jamfile.patch @@ -0,0 +1,11 @@ +--- bullet-2.64/Jamfile.in 2008-02-15 06:55:36.000000000 -0600 ++++ bullet-2.64/Jamfile.in 2008-02-15 06:55:36.000000000 -0600 +@@ -60,7 +60,6 @@ + MsvcGenConfig GLEW.LIBS : glew32.lib ; + + SubInclude TOP src ; +-SubInclude TOP Extras ; +-SubInclude TOP Demos ; ++ + + Depends install_config : [ DoInstall bullet.pc : $(libdir)/pkgconfig ] ; diff --git a/vdrift-20071226-paths.patch b/vdrift-20071226-paths.patch new file mode 100644 index 0000000..384ea48 --- /dev/null +++ b/vdrift-20071226-paths.patch @@ -0,0 +1,13 @@ +--- SConstruct 2008-02-13 11:01:59.000000000 -0600 ++++ SConstruct 2008-02-13 11:01:59.000000000 -0600 +@@ -35,8 +35,8 @@ + cppdefines = [] + default_settingsdir = ".vdrift" + default_prefix = "/usr" +-default_datadir = "share/games/vdrift/data" +-default_bindir = "share/games/vdrift/bin" ++default_datadir = "/share/vdrift" ++default_bindir = "/bin" + + # convenience var for identifying a windows platform + diff --git a/vdrift-SConstruct.patch b/vdrift-SConstruct.patch new file mode 100644 index 0000000..1d7b368 --- /dev/null +++ b/vdrift-SConstruct.patch @@ -0,0 +1,13 @@ +--- SConstruct 2007-04-16 10:25:43.000000000 -0500 ++++ SConstruct 2007-04-16 10:28:02.000000000 -0500 +@@ -352,8 +352,8 @@ + # Subdirectories # + #----------------# + Export(['env', 'version', 'src_dir', 'bin_dir']) +-if 'install' in COMMAND_LINE_TARGETS: +- SConscript('data/SConscript') ++#if 'install' in COMMAND_LINE_TARGETS: ++# SConscript('data/SConscript') + + if 'src-package' in COMMAND_LINE_TARGETS: + SConscript('po/SConscript') diff --git a/vdrift.desktop b/vdrift.desktop new file mode 100644 index 0000000..95394dc --- /dev/null +++ b/vdrift.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=VDrift +GenericName=VDrift +Comment=Drift Racing Simulation +Exec=vdrift +Icon=vdrift +Terminal=false +StartupNotify=false +Type=Application +Categories=Game;SportsGame; diff --git a/vdrift.png b/vdrift.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6d657981d352b57d2524d3b67525b6108aa15e GIT binary patch literal 455 zcmV;&0XY7NP)IV1s@6y7z$c{`giTX?@_U}yh7e*2yO%noDScLhNMFEF1_*TaseJH)kx zrzLzoH$_*1DQqQ%k9a#|u7#InOp5-vi_^paYk~*=x&%f4TQ1N}tX;sfJOQrN!I#AP zRl&nN0iqxHkXXNnm0Sd1A4mU_LUE(7&+xGVh2>lX;GhD9HNjk-0MU1RO7wYLwHJyZ z&pS9y^ja6p<_Qp;SLlUDc%F*@?BOKQZ$mJhQqZ_%?o!aiQi9(Mx|l5aGde6rys(XL zi4- - 20071226-3 +- Multiple fixes for the review. + +* Thu Feb 14 2008 Jon Ciesla - 20071226-2 +- Multiple package fixes. + +* Tue Feb 12 2008 Jon Ciesla - 20071226-1 +- Updated to current release. + +* Wed Apr 18 2007 Jon Ciesla - 20070323-4 +- Added patch to fix mouse driving from thelusiv@gmail.com. + +* Mon Apr 16 2007 Jon Ciesla - 20070323-3 +- Corrected patch to allow build without minimal data. +- Added release=1 to scons options. +- Passing compiler flags to scons. +- Turned off translations. + +* Mon Apr 04 2007 Jon Ciesla - 20070323-2 +- Split out minimal data. + +* Thu Mar 28 2007 Jon Ciesla - 20070323-1 +- Initial packaging From 493ed4aa590779997821f444e2e4e65704a63e31 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:12:40 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e3fc5e..9f3498d 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: vdrift -# $Id$ +# $Id: Makefile,v 1.1 2008/02/19 17:22:35 kevin Exp $ NAME := vdrift SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 7728f37eca8350434598bb5a7e8878c12f81315a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:56:50 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 9f3498d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vdrift -# $Id: Makefile,v 1.1 2008/02/19 17:22:35 kevin Exp $ -NAME := vdrift -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8