[Scummvm-cvs-logs] SF.net SVN: scummvm:[44344] scummvm/trunk/dists

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Sep 25 13:27:12 CEST 2009


Revision: 44344
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44344&view=rev
Author:   fingolfin
Date:     2009-09-25 11:27:12 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
More of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform

Modified Paths:
--------------
    scummvm/trunk/dists/motoezx/scummvm.lin
    scummvm/trunk/dists/motomagx/mpkg/mySDL.cfg
    scummvm/trunk/dists/motomagx/mpkg/scummvm.desktop
    scummvm/trunk/dists/motomagx/pep/app/scummvm.sh

Added Paths:
-----------
    scummvm/trunk/dists/motomagx/mgx/
    scummvm/trunk/dists/motomagx/mgx/icon.png
    scummvm/trunk/dists/motomagx/mgx/scummvm.cfg
    scummvm/trunk/dists/motomagx/mgx/scummvm.lin
    scummvm/trunk/dists/motomagx/mpkg/scummvm.sh

Property Changed:
----------------
    scummvm/trunk/dists/motomagx/pep/app/scummvm.sh

Modified: scummvm/trunk/dists/motoezx/scummvm.lin
===================================================================
--- scummvm/trunk/dists/motoezx/scummvm.lin	2009-09-25 11:22:29 UTC (rev 44343)
+++ scummvm/trunk/dists/motoezx/scummvm.lin	2009-09-25 11:27:12 UTC (rev 44344)
@@ -7,4 +7,4 @@
 export SDL_QT_MODIFICATOR=1
 export HOME=/mmc/mmca1/games
 cd $mypath
-exec $mypath/scummvm --path=/mmc/mmca1/games/data --gfx-mode=1x > /mmc/mmca1/games/logs/scummvm.log 2>&1
+exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log

Added: scummvm/trunk/dists/motomagx/mgx/icon.png
===================================================================
(Binary files differ)


Property changes on: scummvm/trunk/dists/motomagx/mgx/icon.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: scummvm/trunk/dists/motomagx/mgx/scummvm.cfg
===================================================================
--- scummvm/trunk/dists/motomagx/mgx/scummvm.cfg	                        (rev 0)
+++ scummvm/trunk/dists/motomagx/mgx/scummvm.cfg	2009-09-25 11:27:12 UTC (rev 44344)
@@ -0,0 +1,6 @@
+Name = ScummVM
+Exec = scummvm.lin
+Icon = icon.png
+Author = ScummVM Team
+Version = trunk
+Comment = ScummVM
\ No newline at end of file


Property changes on: scummvm/trunk/dists/motomagx/mgx/scummvm.cfg
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: scummvm/trunk/dists/motomagx/mgx/scummvm.lin
===================================================================
--- scummvm/trunk/dists/motomagx/mgx/scummvm.lin	                        (rev 0)
+++ scummvm/trunk/dists/motomagx/mgx/scummvm.lin	2009-09-25 11:27:12 UTC (rev 44344)
@@ -0,0 +1,9 @@
+#!/bin/bash
+mypath=${0%/*}
+GAMES=/mmc/mmca1/games
+LIBDIR=$GAMES/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
+export SDL_QT_MODIFICATOR=1
+export HOME=$GAMES
+cd $mypath
+exec $mypath/scummvm --gfx-mode=1x > $mypath/scummvm.log


Property changes on: scummvm/trunk/dists/motomagx/mgx/scummvm.lin
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: scummvm/trunk/dists/motomagx/mpkg/mySDL.cfg
===================================================================
--- scummvm/trunk/dists/motomagx/mpkg/mySDL.cfg	2009-09-25 11:22:29 UTC (rev 44343)
+++ scummvm/trunk/dists/motomagx/mpkg/mySDL.cfg	2009-09-25 11:27:12 UTC (rev 44344)
@@ -9,12 +9,12 @@
 VolumeUp = PLUS
 VolumeDown = MINUS
 SideKey = SPACE
-Call = TAB
-Music = F10
-Red = ESCAPE
+Call = ESCAPE
+Music = F8
+Red = F12
 C = BACKSPACE
-Camera = PAUSE
-Slider = 0
+Camera = F7
+Slider = F5
 0 = 0
 1 = 1
 2 = 2

Modified: scummvm/trunk/dists/motomagx/mpkg/scummvm.desktop
===================================================================
--- scummvm/trunk/dists/motomagx/mpkg/scummvm.desktop	2009-09-25 11:22:29 UTC (rev 44343)
+++ scummvm/trunk/dists/motomagx/mpkg/scummvm.desktop	2009-09-25 11:27:12 UTC (rev 44344)
@@ -1,6 +1,6 @@
 [Desktop Entry]
 BigIcon = scummvm_usr.png
 Directory = scummvm
-Exec = run.sh
+Exec = scummvm.sh
 AniIcon = scummvm_usr.png
 Name = ScummVM

Added: scummvm/trunk/dists/motomagx/mpkg/scummvm.sh
===================================================================
--- scummvm/trunk/dists/motomagx/mpkg/scummvm.sh	                        (rev 0)
+++ scummvm/trunk/dists/motomagx/mpkg/scummvm.sh	2009-09-25 11:27:12 UTC (rev 44344)
@@ -0,0 +1,11 @@
+#!/bin/sh
+GAMES=/mmc/mmca1/.Games
+DIR=`busybox dirname "$0"`
+LIBDIR=/mmc/mmca1/.system/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
+export SDL_QT_MODIFICATOR=1
+export HOME=$GAMES
+cd $DIR
+rm /mmc/mmca1/.system/mySDL.cfg
+cp $DIR/mySDL.cfg /mmc/mmca1/.system/mySDL.cfg
+exec $DIR/scummvm --gfx-mode=1x > $DIR/scummvm.log


Property changes on: scummvm/trunk/dists/motomagx/mpkg/scummvm.sh
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: scummvm/trunk/dists/motomagx/pep/app/scummvm.sh
===================================================================
--- scummvm/trunk/dists/motomagx/pep/app/scummvm.sh	2009-09-25 11:22:29 UTC (rev 44343)
+++ scummvm/trunk/dists/motomagx/pep/app/scummvm.sh	2009-09-25 11:27:12 UTC (rev 44344)
@@ -1,16 +1,10 @@
 #!/bin/sh
 GAMES=/mmc/mmca1/.Games
-export DATA_DIR=$GAMES/.data/ScummVM
 export LD_LIBRARY_PATH=$GAMES/.lib:$LD_LIBRARY_PATH
 # uncomment next line if you wanna 270-degrees clockwise rotated screen 
 #export SDL_QT_INVERT_ROTATION=1
-
 GAME_PATH=`basename $0`
 GAME_PATH=`echo $0 | sed -e 's/'$GAME_PATH'//g'`
 cd "$GAME_PATH"
-
-export HOME="$GAME_PATH"
-
-export LD_PREADLOAD=/usr/lib/libtaskman.so
-
-exec ./scummvm -g 1x
+export HOME="$GAMES"
+exec ./scummvm --gfx-mode=1x > $GAME_PATH/scummvm.log


Property changes on: scummvm/trunk/dists/motomagx/pep/app/scummvm.sh
___________________________________________________________________
Deleted: svn:executable
   - *


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list