[Scummvm-cvs-logs] SF.net SVN: scummvm: [27922] scummvm/trunk/backends/platform/gp2x/build
djwillis at users.sourceforge.net
djwillis at users.sourceforge.net
Thu Jul 5 16:35:36 CEST 2007
Revision: 27922
http://scummvm.svn.sourceforge.net/scummvm/?rev=27922&view=rev
Author: djwillis
Date: 2007-07-05 07:35:35 -0700 (Thu, 05 Jul 2007)
Log Message:
-----------
Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for libMPEG2 (software YV12 for now). Now needs the latest test Open2x lib pack to build (http://wiki.open2x.org/open2x/wiki/index.php?title=Prebuilt_Library_Packages#Test_Releases).
Modified Paths:
--------------
scummvm/trunk/backends/platform/gp2x/build/bundle.sh
scummvm/trunk/backends/platform/gp2x/build/config.sh
Modified: scummvm/trunk/backends/platform/gp2x/build/bundle.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/bundle.sh 2007-07-05 12:38:12 UTC (rev 27921)
+++ scummvm/trunk/backends/platform/gp2x/build/bundle.sh 2007-07-05 14:35:35 UTC (rev 27922)
@@ -36,13 +36,14 @@
echo Building ZIP bundle.
if [ -f /usr/bin/zip ]
then
+ rm ./"gp2xkernel-open2x-`date '+%Y-%m-%d'`.zip"
cd "scummvm-gp2x-`date '+%Y-%m-%d'`"
- zip "../scummvm-gp2x-`date '+%Y-%m-%d'`.zip" * -r -9
+ zip -r -9 "../scummvm-gp2x-`date '+%Y-%m-%d'`.zip" *
echo You should have a "scummvm-gp2x-`date '+%Y-%m-%d'`.zip" for the GP2X port ready to go.
- echo All included files can also be found in ./"scummvm-gp2x-`date '+%Y-%m-%d'`"
+ cd ..
+ rm -R ./"scummvm-gp2x-`date '+%Y-%m-%d'`"
else
echo - /usr/bin/zip not found, ZIP bundle not created.
echo All included files can also be found in ./"scummvm-gp2x-`date '+%Y-%m-%d'`"
echo - Please use you preferred archive tool to bundle these files.
fi
-
Modified: scummvm/trunk/backends/platform/gp2x/build/config.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/config.sh 2007-07-05 12:38:12 UTC (rev 27921)
+++ scummvm/trunk/backends/platform/gp2x/build/config.sh 2007-07-05 14:35:35 UTC (rev 27922)
@@ -17,6 +17,6 @@
# Edit the configure line to suit.
cd ../../../..
-./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-mpeg2 --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6
+./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6
echo Generating config for GP2X complete. Check for errors.
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