summary refs log tree commit diff
path: root/pkgs/games/scummvm
Commit message (Collapse)AuthorAge
* scummvm: fix compilationPeter Hoeg2018-08-01
|
* scumvm: Don't use crossAttrsJohn Ericson2018-07-24
|
* treewide: http -> httpsRyan Mulligan2018-07-05
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* scummvm: add support for FluidSynthPeter Hoeg2017-12-27
| | | | | This gives by far the best music and general sound quality for games with MIDI support.
* scummvm: fix evalOrivej Desh2017-12-18
|
* scummvm: 1.9.0 -> 2.0.0Peter Hoeg2017-12-18
|
* scummvm: Don't use stdenv.crossJohn Ericson2017-06-28
|
* scummvm: 1.8.0 -> 1.9.0Armijn Hemel2017-02-17
| | | | | Use direct download instead of sourceforge mirror which no longer works.
* Merge branch 'master' into stagingobadz2016-08-28
|\ | | | | | | | | Conflicts: pkgs/games/scummvm/default.nix
| * scummvm: fix build (#18051)Kranium Gikos Mendoza2016-08-28
| |
* | scummvm: disable format hardeningRobin Gloster2016-08-03
|/
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* scummvm: 1.7.0 -> 1.8.0Tobias Geerinckx-Rice2016-05-25
|
* scummvm: version bump to 1.7Sebastian Korten2014-07-30
|
* scummvm: upgrade from 1.2.1 to 1.6.0Arvin Moezzi2014-06-12
|
* scummvm more depsFlorian Friesdorf2011-09-23
| | | | svn path=/nixpkgs/trunk/; revision=29447
* * Sync with the trunk.Eelco Dolstra2010-12-28
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
| * update to 1.2.1Armijn Hemel2010-12-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=25254
* | Merging from trunk. I resolved some conflicts; I hope that well.Lluís Batlle i Rossell2010-10-23
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
| * update to 1.2.0Armijn Hemel2010-10-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24368
* | Fixing the gcc-cross-wrapper; it failed after some changes related to breakingLluís Batlle i Rossell2010-08-11
|/ | | | | | | | | | | | dependencies with it. (I should never link ld.so with a NIX_LDFLAGS -rpath forced) I made vim, scummvm cross-build. I added prboom (that cross-builds). Mplayer and elinks don't cross-build fine still, but are on the way. The mplayer fails to build in a weird way; nix does not show either a gcc error message or even the 'make' error message. svn path=/nixpkgs/branches/stdenv-updates/; revision=23131
* update to 1.1.1Armijn Hemel2010-05-03
| | | | svn path=/nixpkgs/trunk/; revision=21585
* update to 1.1.0Armijn Hemel2010-04-10
| | | | svn path=/nixpkgs/trunk/; revision=21006
* update to 1.0.0Armijn Hemel2009-12-23
| | | | svn path=/nixpkgs/trunk/; revision=19085
* update python to 2.5.4Armijn Hemel2009-04-30
| | | | | | update scummvm to 0.13.1 svn path=/nixpkgs/trunk/; revision=15414
* update to 0.13.0Armijn Hemel2009-03-01
| | | | svn path=/nixpkgs/trunk/; revision=14288
* update to 0.12.0Armijn Hemel2008-09-11
| | | | svn path=/nixpkgs/trunk/; revision=12844
* update to 0.11.1Armijn Hemel2008-03-03
| | | | svn path=/nixpkgs/trunk/; revision=10925
* update to 0.11Armijn Hemel2008-02-06
| | | | svn path=/nixpkgs/trunk/; revision=10526
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* update to 0.10.0Armijn Hemel2007-06-25
| | | | svn path=/nixpkgs/trunk/; revision=8918
* svn path=/nixpkgs/trunk/; revision=8653Eelco Dolstra2007-05-03
|
* * Latest ScummVM.Eelco Dolstra2007-05-03
| | | | svn path=/nixpkgs/trunk/; revision=8652
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* add scummvm (scummvm.sf.net)Armijn Hemel2006-08-08
svn path=/nixpkgs/trunk/; revision=6079