summary refs log tree commit diff
path: root/pkgs/games/scummvm
Commit message (Collapse)AuthorAge
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* scummvm: 2.0.0 -> 2.1.0MicrosoftTakeover2019-10-12
| | | | | | Needs curl for cloud saving support. dontDisableStatic flag is added since the ./configure script didn't recognize --disable-static flag added by default.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* scummvm: add several ScummVM supported gamesPeter Hoeg2018-10-10
| | | | | | | - Beneath a Steel Sky: v1.2 - Drascula: The Vampire Strikes Back: v2.0 - Flight of the Amazon Queen: v1.1 - Lure of the Temptress: v1.1
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* 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