[Scummvm-cvs-logs] SF.net SVN: scummvm:[55912] buildbot/config/master.cfg

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Feb 20 11:30:11 CET 2011


Revision: 55912
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55912&view=rev
Author:   dhewg
Date:     2011-02-20 10:30:11 +0000 (Sun, 20 Feb 2011)

Log Message:
-----------
BUILDBOT: elfloader was merged some time ago, lets maybe us it

also synced the plugins for the DC port

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-02-18 21:17:28 UTC (rev 55911)
+++ buildbot/config/master.cfg	2011-02-20 10:30:11 UTC (rev 55912)
@@ -154,6 +154,9 @@
 p = {
 	"configureargs": [
 		"--host=wii",
+		"--enable-plugins",
+		"--default-dynamic",
+		"--disable-png",	# sword25 plugin isn't usable atm
 		"--enable-vkeybd",
 	],
 	"env": scumm_env_wii,
@@ -177,6 +180,9 @@
 p = {
 	"configureargs": [
 		"--host=gamecube",
+		"--enable-plugins",
+		"--default-dynamic",
+		"--disable-png",	# sword25 plugin isn't usable atm
 		"--enable-vkeybd",
 	],
 	"env": scumm_env_gc,
@@ -197,21 +203,19 @@
 scumm_env_ds["DEVKITPRO"] = scumm_root_ds
 scumm_env_ds["DEVKITARM"] = "%s/devkitARM" % scumm_root_ds
 
-# FIXME: For now we only enable a single engine; enabling all engines
-# causes the final link step to fail due to the binary size exceeding
-# the maximal limit.
-# To fix this properly, we'd have to enable plugin support.
 p = {
 	"configureargs": [
 		"--host=ds",
-		"--disable-all-engines",
-		"--enable-lure",
+		"--enable-plugins",
+		"--default-dynamic",
+		"--disable-png",	# sword25 plugin isn't usable atm
 	],
 	"env": scumm_env_ds,
 	#"strip": "%s/bin/arm-eabi-strip scummvm.elf" % scumm_root_ds,
 	"package": [ 
 		"scummvm.nds",
-		"scummvm.ds.gba"
+		"scummvm.ds.gba",
+		"plugins"
 	]
 }
 
@@ -335,15 +339,16 @@
 p = {
 	"configureargs": [
 		"--host=ps2",
-		"--disable-agos2",
-		"--disable-groovie",
-		"--disable-lol",
-		"--disable-m4",
-		"--disable-sci",
+		"--enable-plugins",
+		"--default-dynamic",
+		"--disable-png",	# sword25 plugin isn't usable atm
 	],
 	"env": scumm_env_ps2,
 	"strip": "%s/tools/ee/bin/ee-strip scummvm.elf" % scumm_root_ps2,
-	"package": [ "scummvm.elf" ]	# TODO/FIXME: What to package?
+	"package": [
+		"scummvm.elf",
+		"plugins"
+	]	# TODO/FIXME: What to package?
 }
 
 scumm_platforms_master["ps2"] = p
@@ -418,6 +423,7 @@
 		"AGOS.PLG",
 		"CINE.PLG",
 		"CRUISE.PLG",
+		"DRACI.PLG",
 		"DRASCULA.PLG",
 		"GOB.PLG",
 		"GROOVIE.PLG",
@@ -427,10 +433,12 @@
 		"PARALLACTION.PLG",
 		"QUEEN.PLG",
 		"SAGA.PLG",
+		"SCI.PLG",
 		"SCUMM.PLG",
 		"SKY.PLG",
 		"SWORD1.PLG",
 		"SWORD2.PLG",
+		"TEENAGENT.PLG",
 		"TINSEL.PLG",
 		"TOUCHE.PLG",
 		"TUCKER.PLG"
@@ -441,10 +449,10 @@
 
 p_master = copy.deepcopy(p)
 p_master["package"].extend( [
-	"DRACI.PLG",
+	"HUGO.PLG",
+	"LASTEXPRESS.PLG",
 	"M4.PLG",
-	"SCI.PLG",
-	"TEENAGENT.PLG"
+	"MOHAWK.PLG",
 ] )
 
 scumm_platforms_master["dc"] = p_master


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