Peter Simons
fb31bcf213
SDL_image: update to version 1.2.12
2012-12-06 12:02:17 +01:00
Eelco Dolstra
bf2d945a02
* Disable some failing builds on specific platforms.
...
svn path=/nixpkgs/trunk/; revision=34033
2012-05-09 21:10:12 +00:00
Yury G. Kudryashov
a9da9ae89d
Merge nixpkgs/trunk
...
svn path=/nixpkgs/branches/libpng15/; revision=29488
2011-09-26 00:17:18 +00:00
Yury G. Kudryashov
03aae985bc
SDL_image: use HG version
...
Fix one of the upstream commits
svn path=/nixpkgs/branches/libpng15/; revision=29487
2011-09-26 00:12:48 +00:00
Yury G. Kudryashov
1d9c2ff413
Let hydra build SDL_image on all platforms
...
svn path=/nixpkgs/trunk/; revision=29486
2011-09-25 23:36:20 +00:00
Lluís Batlle i Rossell
97182f0bcb
Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.
...
They expected to sit in the same directory as the SDL headers.
svn path=/nixpkgs/trunk/; revision=26574
2011-03-28 16:08:17 +00:00
Yury G. Kudryashov
5c6389f69c
SDL_image-1.2.10
...
svn path=/nixpkgs/trunk/; revision=25865
2011-02-09 21:10:05 +00:00
Eelco Dolstra
749b8607ca
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
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
2009-03-03 13:27:40 +00:00
Tobias Hammerschmidt
aa1f102e1c
added SDL_net, some minor modifications to SDL_image and SDL_mixer
...
svn path=/nixpkgs/trunk/; revision=10528
2008-02-06 21:17:42 +00:00
Yury G. Kudryashov
5bca69ac34
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Michael Raskin
422433d1b9
Added pygame and some of its dependencies. Also added Python Imaging library.
...
svn path=/nixpkgs/trunk/; revision=9082
2007-08-09 17:33:18 +00:00