[Scummvm-cvs-logs] scummvm master -> 2131023913b189533c70c021c0ba45c1ac2031b1

sev- sev at scummvm.org
Wed Feb 24 23:23:19 CET 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
22121c5104 GCW0: Disabling more features on GCW0
2131023913 GCW0: Made packager reenterable


Commit: 22121c51041774c0017ecb395fe16c298d3f1bff
    https://github.com/scummvm/scummvm/commit/22121c51041774c0017ecb395fe16c298d3f1bff
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-24T23:23:02+01:00

Commit Message:
GCW0: Disabling more features on GCW0

Changed paths:
    backends/platform/dingux/build.gcw0.sh



diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
index fbdd559..62e084f 100755
--- a/backends/platform/dingux/build.gcw0.sh
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -3,4 +3,4 @@
 export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
 
 # Disable high resolution engines since we have 320x240 hardware
-./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release  --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision && make -j6 gcw-opk && ls -l scummvm.opk
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release  --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-scalers && make -j6 gcw-opk && ls -l scummvm.opk


Commit: 2131023913b189533c70c021c0ba45c1ac2031b1
    https://github.com/scummvm/scummvm/commit/2131023913b189533c70c021c0ba45c1ac2031b1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-24T23:23:02+01:00

Commit Message:
GCW0: Made packager reenterable

Changed paths:
    backends/platform/dingux/dingux.mk



diff --git a/backends/platform/dingux/dingux.mk b/backends/platform/dingux/dingux.mk
index fce0f1d..f357e0b 100644
--- a/backends/platform/dingux/dingux.mk
+++ b/backends/platform/dingux/dingux.mk
@@ -72,7 +72,7 @@ GeneralUser_GS_1.44-FluidSynth.zip:
 	curl -s http://www.scummvm.org/frs/extras/SoundFont/GeneralUser_GS_1.44-FluidSynth.zip -o GeneralUser_GS_1.44-FluidSynth.zip
 
 GeneralUser\ GS\ FluidSynth\ v1.44.sf2: GeneralUser_GS_1.44-FluidSynth.zip
-	unzip GeneralUser_GS_1.44-FluidSynth.zip
+	unzip -n GeneralUser_GS_1.44-FluidSynth.zip
 	mv "GeneralUser GS 1.44 FluidSynth/GeneralUser GS FluidSynth v1.44.sf2" .
 	mv "GeneralUser GS 1.44 FluidSynth/README.txt" README.soundfont
 	mv "GeneralUser GS 1.44 FluidSynth/LICENSE.txt" LICENSE.soundfont






More information about the Scummvm-git-logs mailing list