[SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (99a692abc89eb4956e03d5a58a34c7471754f7ac)

Pol Vinogradov scm at mail.sourcemage.org
Wed Sep 27 17:54:32 EDT 2006


GIT changes to master games grimoire by Pol Vinogradov <vin.public at gmail.com>:

 games-arcade-2d/xmoto/BUILD     |    2 ++
 games-arcade-2d/xmoto/CONFIGURE |    5 +++++
 games-arcade-2d/xmoto/HISTORY   |   34 +++++++++++++++++++---------------
 3 files changed, 26 insertions(+), 15 deletions(-)

New commits:
commit 99a692abc89eb4956e03d5a58a34c7471754f7ac
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    games-arcade-2d/xmoto:
    
    BUILD: added OPTS asignment operator for adding XMOTO_OPTS
    CONFIGURE: added for querying about zoom support
    HISTORY: got rid of wrong spaces, reformatted

diff --git a/games-arcade-2d/xmoto/BUILD b/games-arcade-2d/xmoto/BUILD
index f2438e5..a021f8a 100755
--- a/games-arcade-2d/xmoto/BUILD
+++ b/games-arcade-2d/xmoto/BUILD
@@ -1 +1,3 @@
+OPTS="${XMOTO_OPTS} ${OPTS}"  &&
+
 default_games_build
diff --git a/games-arcade-2d/xmoto/CONFIGURE b/games-arcade-2d/xmoto/CONFIGURE
new file mode 100755
index 0000000..b7e2fbe
--- /dev/null
+++ b/games-arcade-2d/xmoto/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option  XMOTO_OPTS              \
+                     "Enable zoom?"          \
+                     n                       \
+                     "--with-enable-zoom=1"  \
+                     "--with-enable-zoom=0"
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index 4b1e8eb..4a59d91 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,7 @@
+2006-09-28 Pol Vinogradov <vin.public at gmail.com>
+	* BUILD: added OPTS asignment operator for adding XMOTO_OPTS
+	* CONFIGURE: added for querying about zoom support
+
 2006-09-27 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0.2.1, SOURCE_URL[1] removed as it's one of
 	  $SOURCEFORGE_URL
@@ -35,34 +39,34 @@
 	* BUILD: switched to default_games_build
 
 2005-11-07 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS: updated to 0.1.8
-        * PRE_BUILD: removed patch line
-        * lua_detection_fix.patch: removed because new ./configure works well
+	* DETAILS: updated to 0.1.8
+	* PRE_BUILD: removed patch line
+	* lua_detection_fix.patch: removed because new ./configure works well
 
 2005-11-03 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS: SOURCE_HASH fixed
+	* DETAILS: SOURCE_HASH fixed
 
 2005-11-02 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS: SOURCE_UR[0] changed to SOURCEFORGE_URL/..., SOURCE_HASH replaced MD5[0]
+	* DETAILS: SOURCE_UR[0] changed to SOURCEFORGE_URL/..., SOURCE_HASH
+	  replaced MD5[0]
 
 2005-11-01 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* BUILD: removed everything and replaced it with default_games_build
 	* PRE_BUILD: added sedits for AM_CFLAGS and AM_CXXFLAGS
 
 2005-11-02 Pol Vinogradov <vin.public at gmail.com>
-        * DEPENDS: added miissing depends on lua and ode
+	* DEPENDS: added miissing depends on lua and ode
 
 2005-11-02 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS: Updated to 0.1.7, fixed permissions
-        * PRE_BUILD, lua_detection_fix.patch: added
-        * BUILD: fully rewritten in hope that optimization flags
-                 will work ;) , permissions were fixed too
-        * HISTORY: reformatted
+	* DETAILS: Updated to 0.1.7, fixed permissions
+	* PRE_BUILD, lua_detection_fix.patch: added
+	* BUILD: fully rewritten in hope that optimization flags
+	  will work ;) , permissions were fixed too
+	* HISTORY: reformatted
 
 2005-10-11 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS: Updated to 0.1.6
-        * BUILD: added for passing LDFLAGS
+	* DETAILS: Updated to 0.1.6
+	* BUILD: added for passing LDFLAGS
 
 2005-10-06 Pol Vinogradov <vin.public at gmail.com>
-        * DETAILS, DEPENDS, HISTORY: created spell
-
+	* DETAILS, DEPENDS, HISTORY: created spell



More information about the SM-Commit mailing list