summary refs log tree commit diff
path: root/pkgs/games/gemrb
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gemrb: add libiconvMatthew Bauer2018-11-02
| | | https://hydra.nixos.org/build/83508053/
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* gemrb: 0.8.1 -> 0.8.5Peter Hoeg2017-11-30
| | | | | Additionally: - use SDL2 instead of SDL
* fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* gemrb: bumped to 0.8.1Jaka Kranjc2014-08-25
|
* gemrb: added more meta tags + general maintenanceJaka Kranjc2014-08-25
|
* gemrb: update from 0.6.1 to 0.8.0.1Nixpkgs Monitor2013-12-18
|
* Gemrb: replace the ugly workaround with a less ugly one.Evgeny Egorochkin2010-11-14
| | | | svn path=/nixpkgs/trunk/; revision=24684
* svn path=/nixpkgs/trunk/; revision=22839Eelco Dolstra2010-08-01
|
* * GemRB updated to 0.6.1.Eelco Dolstra2010-08-01
| | | | svn path=/nixpkgs/trunk/; revision=22837
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead ofEelco Dolstra2007-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | fetchurl { url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2; md5 = "8306775c6a11de4d72345b5eee970ea6"; }; you can write fetchurl { url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2; md5 = "8306775c6a11de4d72345b5eee970ea6"; }; which causes fetchurl to try the SourceForge mirrors listed in the `sourceforge' attribute in build-support/fetchurl/mirrors.nix. (They're currently tried in sequence, and the lists of mirrors are not configurable yet.) The syntax for mirror URLs is mirror://site/path/to/file, where `site' is currently one of `sourceforge', `gnu' (mirrors of ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of http://www.all.kernel.org/pub/). svn path=/nixpkgs/trunk/; revision=9197
* * Added GemRB, a reimplementation of the Infinity Engine.Eelco Dolstra2007-05-14
svn path=/nixpkgs/trunk/; revision=8695