about summary refs log tree commit diff
path: root/pkgs/games/scummvm
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-12-26scummvm: 2.5.0 -> 2.5.1R. Ryantm1-2/+2
2021-10-17scummvm: 2.2.0 -> 2.5.0Janne Heß1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-04-11scummvm: support darwinsqualus1-3/+10
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-3/+3
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-04scummvm: 2.1.2 -> 2.2.0freezeboy1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-07scummvm: 2.1.1 -> 2.1.2R. RyanTM1-2/+2
2020-04-03scummvm: add broken-sword-25 and dreamweb gamesPavol Rusnak2-1/+31
2020-01-30scummvm: 2.1.0 -> 2.1.1R. RyanTM1-2/+2
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-10-12scummvm: 2.0.0 -> 2.1.0MicrosoftTakeover1-4/+6
Needs curl for cloud saving support. dontDisableStatic flag is added since the ./configure script didn't recognize --disable-static flag added by default.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
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.
2018-10-10scummvm: add several ScummVM supported gamesPeter Hoeg1-0/+125
- 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
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-1/+0
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-08-01scummvm: fix compilationPeter Hoeg1-1/+1
2018-07-24scumvm: Don't use crossAttrsJohn Ericson1-11/+5
2018-07-05treewide: http -> httpsRyan Mulligan1-1/+1
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-12-27scummvm: add support for FluidSynthPeter Hoeg1-4/+3
This gives by far the best music and general sound quality for games with MIDI support.
2017-12-18scummvm: fix evalOrivej Desh1-1/+1
2017-12-18scummvm: 1.9.0 -> 2.0.0Peter Hoeg1-11/+23
2017-06-28scummvm: Don't use stdenv.crossJohn Ericson1-2/+5
2017-02-17scummvm: 1.8.0 -> 1.9.0Armijn Hemel1-3/+3
Use direct download instead of sourceforge mirror which no longer works.
2016-08-28Merge branch 'master' into stagingobadz1-3/+3
Conflicts: pkgs/games/scummvm/default.nix
2016-08-28scummvm: fix build (#18051)Kranium Gikos Mendoza1-2/+2
2016-08-03scummvm: disable format hardeningRobin Gloster1-2/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-25scummvm: 1.7.0 -> 1.8.0Tobias Geerinckx-Rice1-2/+2
2014-07-30scummvm: version bump to 1.7Sebastian Korten1-2/+2
2014-06-12scummvm: upgrade from 1.2.1 to 1.6.0Arvin Moezzi1-4/+4
2011-09-23scummvm more depsFlorian Friesdorf1-2/+3
svn path=/nixpkgs/trunk/; revision=29447
2010-12-28* Sync with the trunk.Eelco Dolstra1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
2010-12-23update to 1.2.1Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=25254
2010-10-23Merging from trunk. I resolved some conflicts; I hope that well.Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-19update to 1.2.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=24368
2010-08-11Fixing the gcc-cross-wrapper; it failed after some changes related to breakingLluís Batlle i Rossell1-0/+12
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
2010-05-03update to 1.1.1Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=21585
2010-04-10update to 1.1.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=21006
2009-12-23update to 1.0.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=19085
2009-04-30update python to 2.5.4Armijn Hemel1-3/+3
update scummvm to 0.13.1 svn path=/nixpkgs/trunk/; revision=15414
2009-03-01update to 0.13.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=14288
2008-09-11update to 0.12.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=12844
2008-03-03update to 0.11.1Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=10925
2008-02-06update to 0.11Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=10526
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
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
2007-06-25update to 0.10.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=8918
2007-05-03svn path=/nixpkgs/trunk/; revision=8653Eelco Dolstra1-2/+2