[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm:[40035] web/trunk/downloads.php

Oystein Eftevaag wintermute at geheb.com
Tue Apr 21 18:35:46 CEST 2009


Replacing the link to my infrequent OS X snapshot builds with the 
buildbot ones is a bit premature, since they currently don't go through 
the 'make bundle' target and hence won't have the dependency libraries 
statically compiled in. Meaning anyone who uses them will need to 
install the libs themselves through MacPorts or Fink, or ScummVM just 
won't start up. The same is true for the iPhone build, which needs 'make 
iphonebundle'.

// Oystein/vinterstum

Kirben at users.sourceforge.net wrote:
> Revision: 40035
>           http://scummvm.svn.sourceforge.net/scummvm/?rev=40035&view=rev
> Author:   Kirben
> Date:     2009-04-21 05:34:53 +0000 (Tue, 21 Apr 2009)
>
> Log Message:
> -----------
> Add links to additional daily snapshots on builtbot.
>
> Modified Paths:
> --------------
>     web/trunk/downloads.php
>
> Modified: web/trunk/downloads.php
> ===================================================================
> --- web/trunk/downloads.php	2009-04-21 04:48:50 UTC (rev 40034)
> +++ web/trunk/downloads.php	2009-04-21 05:34:53 UTC (rev 40035)
> @@ -435,10 +435,17 @@
>  		$date = date("F j, Y, g:i a",filemtime("downloads/scummvm_ubuntu_amd64.deb"));
>  		addDownload("catpl-ubuntu", "Ubuntu x86_64 ScummVM Daily Snapshot", "(" . $size ."K deb file, last update: $date)", "http://scummvm.sourceforge.net/downloads/scummvm_ubuntu_amd64.deb");
>  
> -		addDownload("catpl-macos", "Mac OS X Snapshots", "(infrequently from Subversion trunk)", "http://worldsmainorganization.org/scummvm/");
> -		addDownload("catpl-gp2x", "GP2X Builds", "(infrequent builds from Subversion trunk)", "http://www.distant-earth.com/scummvm/");
> +		addDownload("catpl-gp2x", "GP2X Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/gp2x-trunk-latest.tar.bz2");
>  
> +		addDownload("catpl-iphone", "iPhone Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/iphone-trunk-latest.tar.bz2");
>  
> +		addDownload("catpl-macos", "Mac OS X Intel Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/os_x_intel-trunk-latest.tar.bz2");
> +		addDownload("catpl-macos", "Mac OS X PPC Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/os_x_ppc-trunk-latest.tar.bz2");
> +
> +		addDownload("catpl-psp", "PSP (PlayStation Portable) Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/psp-trunk-latest.tar.bz2");
> +
> +		addDownload("catpl-wii", "Wii Daily Snapshot", "(" . $size ."K exe file, last update: $date)", "http://buildbot.scummvm.org/snapshots/trunk/wii-trunk-latest.tar.bz2");
> +
>  		addDownload("catpl-symbian", "SymbianOS Subversion Builds", "", "http://anotherguest.se/cvsbuilds/");
>  
>  		addDownload("catpl-cpp", "Subversion Instructions", "(for if you wish to retrieve the latest code to compile yourself)", "http://sourceforge.net/svn/?group_id=37116");
>
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and 
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today. 
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Scummvm-cvs-logs mailing list
> Scummvm-cvs-logs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-cvs-logs
>   





More information about the Scummvm-devel mailing list