[SM-Commit] GIT changes to master games grimoire by Bor Kraljič (9888608176bc2120aa3553bed43c62ba4f6ffe7f)

Bor Kraljič scm at sourcemage.org
Thu Oct 13 09:48:55 EDT 2011


GIT changes to master games grimoire by Bor Kraljič <pyrobor at ver.si>:

 games-emulators/xmame/CONFIGURE  |    3 ---
 games-emulators/xmame/DEPENDS    |    4 ----
 games-emulators/xmame/HISTORY    |    3 +++
 games-emulators/xmame/PRE_BUILD  |    5 -----
 games-emulators/xmess/CONFIGURE  |    3 ---
 games-emulators/xmess/DEPENDS    |    4 ----
 games-emulators/xmess/HISTORY    |    3 +++
 games-emulators/xmess/PRE_BUILD  |    5 -----
 games-engines/quake2/CONFIGURE   |    2 --
 games-engines/quake2/DEPENDS     |    4 ----
 games-engines/quake2/HISTORY     |    3 +++
 games-engines/quake2/PRE_BUILD   |    4 ----
 games-libs/clanlib6/DEPENDS      |    4 +---
 games-libs/clanlib6/HISTORY      |    3 +++
 games-terminal/nethack/BUILD     |   15 ---------------
 games-terminal/nethack/CONFIGURE |    2 +-
 games-terminal/nethack/DEPENDS   |    2 --
 games-terminal/nethack/HISTORY   |    3 +++
 18 files changed, 17 insertions(+), 55 deletions(-)

New commits:
commit 9888608176bc2120aa3553bed43c62ba4f6ffe7f
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    quake2: removed arts support

commit 5940884040d14eb16c1ad0f5e436fb991943da4e
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    xmess: removed arts support

commit 286f13c620e8dc8ed06d4d9256854e6f54fb2664
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    xmame: removed arts support

commit 69f20208484ab8878b8aee92e5a5c279c544a5ea
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    nethack: removed option for qt-x11 gui

commit fa061af4055bab3163b29742dca86e5d08f89157
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    clanlib6: changed nvidia_headers -> nvidia_driver

diff --git a/games-emulators/xmame/CONFIGURE b/games-emulators/xmame/CONFIGURE
index e1f74fd..22db7f8 100755
--- a/games-emulators/xmame/CONFIGURE
+++ b/games-emulators/xmame/CONFIGURE
@@ -34,9 +34,6 @@ config_query XMAME_LIRC
   "add LIRC support to xmame."                                                                  \
              n                                                                                  &&
 
-config_query XMAME_ARTS                                                                         \
-  "ArTs Support"                                                                                \
-             n                                                                                  &&
 config_query XMAME_SOUND_ESOUND                                                                 \
   "ESound Support"                                                                              \
              n                                                                                  &&
diff --git a/games-emulators/xmame/DEPENDS b/games-emulators/xmame/DEPENDS
index 3b8f412..58a26e6 100755
--- a/games-emulators/xmame/DEPENDS
+++ b/games-emulators/xmame/DEPENDS
@@ -13,10 +13,6 @@ if [[  "$XMAME_LIRC"  ==  "y" ]];  then
   depends lirc
 fi                                                                       &&
 
-if [[  "$XMAME_ARTS"  ==  "y" ]];  then
-  depends arts
-fi                                                                       &&
-
 if [[  "$XMAME_SOUND_ESOUND"  ==  "y" ]];  then
   depends esound
 fi                                                                       &&
diff --git a/games-emulators/xmame/HISTORY b/games-emulators/xmame/HISTORY
index dcdb199..deb7ad7 100644
--- a/games-emulators/xmame/HISTORY
+++ b/games-emulators/xmame/HISTORY
@@ -1,3 +1,6 @@
+2011-10-13 Bor Kraljič <pyrobor at ver.si>
+	* PRE_BUILD,DEPENDS,CONFIGURE: removed arts support
+
 2006-08-29 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* INSTALL: removed I_DIR
 	* DETAILS: API2 converted
diff --git a/games-emulators/xmame/PRE_BUILD b/games-emulators/xmame/PRE_BUILD
index bac47af..da9fe02 100755
--- a/games-emulators/xmame/PRE_BUILD
+++ b/games-emulators/xmame/PRE_BUILD
@@ -60,11 +60,6 @@ if [[  "$XMAME_LIRC"  ==  "y" ]];  then
 fi                                                                       &&
 
 ##################Sound output###############################
-if [[  "$XMAME_ARTS"  ==  "y" ]];  then
-  sedit "s/# SOUND_ARTS_TEIRA = 1/SOUND_ARTS_TEIRA = 1/" makefile.unix
-  sedit "s/# SOUND_ARTS_SMOTEK = 1/SOUND_ARTS_SMOTEK = 1/" makefile.unix
-fi                                                                       &&
-
 if [[  "$XMAME_SOUND_ESOUND"  ==  "y" ]];  then
   sedit "s/# SOUND_ESOUND = 1/SOUND_ESOUND = 1/" makefile.unix
 fi                                                                       &&
diff --git a/games-emulators/xmess/CONFIGURE b/games-emulators/xmess/CONFIGURE
index 64b2d31..12b4792 100755
--- a/games-emulators/xmess/CONFIGURE
+++ b/games-emulators/xmess/CONFIGURE
@@ -34,9 +34,6 @@ config_query XMESS_LIRC
   "add LIRC support to xmame."                                                                  \
              n                                                                                  &&
 
-config_query XMESS_ARTS                                                                         \
-  "ArTs Support"                                                                                \
-             n                                                                                  &&
 config_query XMESS_SOUND_ESOUND                                                                 \
   "ESound Support"                                                                              \
              n                                                                                  &&
diff --git a/games-emulators/xmess/DEPENDS b/games-emulators/xmess/DEPENDS
index d13b4f0..2ea6e90 100755
--- a/games-emulators/xmess/DEPENDS
+++ b/games-emulators/xmess/DEPENDS
@@ -13,10 +13,6 @@ if [[  "$XMESS_LIRC"  ==  "y" ]];  then
   depends lirc
 fi                                                                       &&
 
-if [[  "$XMESS_ARTS"  ==  "y" ]];  then
-  depends arts
-fi                                                                       &&
-
 if [[  "$XMESS_SOUND_ESOUND"  ==  "y" ]];  then
   depends esound
 fi                                                                       &&
diff --git a/games-emulators/xmess/HISTORY b/games-emulators/xmess/HISTORY
index 983c3ab..82da15f 100644
--- a/games-emulators/xmess/HISTORY
+++ b/games-emulators/xmess/HISTORY
@@ -1,3 +1,6 @@
+2011-10-13 Bor Kraljič <pyrobor at ver.si>
+	* PRE_BUILD,DEPENDS,CONFIGURE: removed arts support
+
 2006-08-29 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* INSTALL: removed I_DIR
 	* DETAILS: API2 converted
diff --git a/games-emulators/xmess/PRE_BUILD b/games-emulators/xmess/PRE_BUILD
index 10acc25..d20a1b4 100755
--- a/games-emulators/xmess/PRE_BUILD
+++ b/games-emulators/xmess/PRE_BUILD
@@ -60,11 +60,6 @@ if [[  "$XMESS_LIRC"  ==  "y" ]];  then
 fi                                                                       &&
 
 ##################Sound output###############################
-if [[  "$XMESS_ARTS"  ==  "y" ]];  then
-  sedit "s/# SOUND_ARTS_TEIRA = 1/SOUND_ARTS_TEIRA = 1/" makefile.unix
-  sedit "s/# SOUND_ARTS_SMOTEK = 1/SOUND_ARTS_SMOTEK = 1/" makefile.unix
-fi                                                                       &&
-
 if [[  "$XMESS_SOUND_ESOUND"  ==  "y" ]];  then
   sedit "s/# SOUND_ESOUND = 1/SOUND_ESOUND = 1/" makefile.unix
 fi                                                                       &&
diff --git a/games-engines/quake2/CONFIGURE b/games-engines/quake2/CONFIGURE
index e780b8c..858ae78 100755
--- a/games-engines/quake2/CONFIGURE
+++ b/games-engines/quake2/CONFIGURE
@@ -12,8 +12,6 @@ config_query_option Q2_SDLGL "Do you want SDL OpenGL support?" y       \
                     "BUILD_SDLGL=YES" "BUILD_SDLGL=NO"                 &&
 config_query_option Q2_JOYSTICK "Do you want joystick support?" y      \
                     "BUILD_JOYSTICK=YES" "BUILD_JOYSTICK=NO"           &&
-config_query_option Q2_ARTS "Do you want ARTS support?" n              \
-                    "BUILD_ARTS=YES" "BUILD_ARTS=NO"                   &&
 config_query_option Q2_AALIB "Do you want AALIB support?" y            \
                     "BUILD_AA=YES" "BUILD_AA=NO"                       &&
 config_query_option Q2_QMAX "Do you want QMAX support?" y              \
diff --git a/games-engines/quake2/DEPENDS b/games-engines/quake2/DEPENDS
index aa557b2..5a9b023 100755
--- a/games-engines/quake2/DEPENDS
+++ b/games-engines/quake2/DEPENDS
@@ -16,10 +16,6 @@ if [[ "$Q2_GLX" == "y" ]]
 then
 depends  OPENGL
 fi                                      &&
-if [[ "$Q2_ARTS" == "y" ]]
-then
-depends  arts
-fi                                      &&
 if [[ "$Q2_AALIB" == "y" ]]
 then
 depends aalib
diff --git a/games-engines/quake2/HISTORY b/games-engines/quake2/HISTORY
index 7a937d8..e06ac85 100644
--- a/games-engines/quake2/HISTORY
+++ b/games-engines/quake2/HISTORY
@@ -1,3 +1,6 @@
+2011-10-13 Bor Kraljič <pyrobor at ver.si>
+	* PRE_BUILD,DEPENDS,CONFIGURE: removed arts support
+
 2007-07-01 Alexander Tsamutali <astsmtl at gmail.com>
 	* DETAILS: Updated to 0.16.2
 
diff --git a/games-engines/quake2/PRE_BUILD b/games-engines/quake2/PRE_BUILD
index 2200999..7498f73 100755
--- a/games-engines/quake2/PRE_BUILD
+++ b/games-engines/quake2/PRE_BUILD
@@ -25,10 +25,6 @@ if [[ "$Q2_GLX" == "n" ]]
 then
 sedit "s/BUILD_GLX=YES/BUILD_GLX=NO/g" Makefile
 fi                                                                          &&
-if [[ "$Q2_ARTS" == "y" ]]
-then
-sedit "s/BUILD_ARTS=NO/BUILD_ARTS=YES/g" Makefile
-fi                                                                          &&
 if [[ "$Q2_AALIB" == "n" ]]
 then
 sedit "s/BUILD_AA=YES/BUILD_AA=NO/g" Makefile
diff --git a/games-libs/clanlib6/DEPENDS b/games-libs/clanlib6/DEPENDS
index fa83828..7fc1539 100755
--- a/games-libs/clanlib6/DEPENDS
+++ b/games-libs/clanlib6/DEPENDS
@@ -5,9 +5,7 @@ depends  libhermes &&
 depends  JPEG      &&
 depends  libpng    &&
 
-if  spell_ok  nvidia_driver;  then
-  depends nvidia_headers
-fi  &&
+depends nvidia_driver &&
 
 optional_depends  mikmod                          \
                   "--enable-mikmod"               \
diff --git a/games-libs/clanlib6/HISTORY b/games-libs/clanlib6/HISTORY
index 13419aa..a3f8097 100644
--- a/games-libs/clanlib6/HISTORY
+++ b/games-libs/clanlib6/HISTORY
@@ -1,3 +1,6 @@
+2011-10-13 Bor Kraljič <pyrobor at ver.si>
+	* DEPENDS: changed nvidia_headers -> nvidia_driver
+
 2010-11-03 Ladislav Hagara <hgr at vabo.cz>
 	* DEPENDS: jpeg -> JPEG
 
diff --git a/games-terminal/nethack/BUILD b/games-terminal/nethack/BUILD
index d6da300..ce745cd 100755
--- a/games-terminal/nethack/BUILD
+++ b/games-terminal/nethack/BUILD
@@ -19,21 +19,6 @@ elif  [  "$NETHACK_GUI"  ==  "x11"  ];  then
   sedit  "s/^VARDATND =/& x11tiles NetHack.ad pet_mark.xbm rip.xpm/g"        \
          Makefile
 
-elif  [  "$NETHACK_GUI"  ==  "qt-x11"  ];  then 
-  echo "BUILDING for QT"                                         &&
-  sedit  "s/\/\* #define QT_GRAPHICS \*\//#define QT_GRAPHICS/"  \
-         include/config.h                                        &&
-
-  # use Xpm for effects
-  sedit "s:/\* # define USE_XPM \*/:# define USE_XPM:"  include/config.h  &&
-  sedit "s:#LD=g++:LD=g++:g" src/Makefile                                   &&
-  sedit 's:WINSRC = \$(WINTTYSRC):& \$(WINQTSRC):'  src/Makefile            &&
-  sedit 's:WINOBJ = \$(WINTTYOBJ):& \$(WINQTOBJ):'  src/Makefile            &&
-  sedit 's:WINLIB = \$(WINTTYLIB):& \$(WINQTLIB):'  src/Makefile            &&
-  export QTDIR=/usr                                                         &&
-  sedit "s:-I\$(QTDIR)/include:-I\$(QTDIR)/include/qt:g" src/Makefile    &&
-  sedit "s:^VARDATND =:& x11tiles NetHack.ad pet_mark.xbm rip.xpm nhsplash.xpm:" Makefile 
-
 elif  [  "$NETHACK_GUI"  ==  "gnome"  ];  then
   echo "BUILDING for GNOME"                                                  &&
   sedit  "s:/\* #define GNOME_GRAPHICS \*/:#define GNOME_GRAPHICS:"        \
diff --git a/games-terminal/nethack/CONFIGURE b/games-terminal/nethack/CONFIGURE
index 0eb2ac2..7bfef32 100755
--- a/games-terminal/nethack/CONFIGURE
+++ b/games-terminal/nethack/CONFIGURE
@@ -1,2 +1,2 @@
 config_query_list  NETHACK_GUI  "Use which GUI for nethack?"  \
-                   tty  qt-x11  gnome  x11
+                   tty  gnome  x11
diff --git a/games-terminal/nethack/DEPENDS b/games-terminal/nethack/DEPENDS
index de40edf..5a84bbe 100755
--- a/games-terminal/nethack/DEPENDS
+++ b/games-terminal/nethack/DEPENDS
@@ -2,8 +2,6 @@ depends  gzip  &&
 
 if    [  "$NETHACK_GUI"  ==  "x11"     ];  then
   depends  X11-SERVER
-elif  [  "$NETHACK_GUI"  ==  "qt-x11"  ];  then
-  depends  qt-x11
 elif  [  "$NETHACK_GUI"  ==  "gnome"    ];  then
   depends  gnome-libs
 else
diff --git a/games-terminal/nethack/HISTORY b/games-terminal/nethack/HISTORY
index 2b66c60..2e98cc5 100644
--- a/games-terminal/nethack/HISTORY
+++ b/games-terminal/nethack/HISTORY
@@ -1,3 +1,6 @@
+2011-10-13 Bor Kraljič <pyrobor at ver.si>
+	* BUILD,CONFIGURE,DEPENDS: removed option for qt-x11 gui
+
 2007-12-07 Arjan Bouter <abouter at sourcemage.org>
 	* desktop/nethack.desktop: added
 	* INSTALL: make nethack executable


More information about the SM-Commit mailing list