about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_image
AgeCommit message (Collapse)AuthorFilesLines
2021-12-18SDL_image: use pkg-configNick Cao1-1/+2
2021-06-17SDL: fix hashesRyan Burns1-2/+3
SDL migrated from hg.libsdl.org to github.com and transparently redirects the patch urls, but the patch contents are not identical due to the mercurial -> git migration.
2021-04-16libungif: remove in favour of giflibAlyssa Ross1-2/+2
libungif was merged into giflib in 2006, and hasn't been updated since. All non-broken packages still using it build fine with giflib. See <http://giflib.sourceforge.net/history.html>.
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-11-09Fix SDL_image loading jpeg and othersLluís Batlle i Rossell1-1/+6
It was using dlopen and its shared object didn't have the proper rpath to do so. This fixes tuxpaint loading of jpeg pictures.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-20SDL_image: add licenseJörg Thalheim1-0/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-11-10SDL: try disabling sdltest on darwinMatthew Bauer1-0/+2
2017-10-24SDL_image: add patch to fix CVE-2017-2887Franz Pletz1-1/+9
2016-08-22SDL: cleanup and add patch to discover extensionsNikolay Amiantov1-11/+3
2015-03-26SDL_image: Enable building on DarwinSpencer Whitt1-1/+1
2014-08-08Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra1-1/+1
2013-09-08beret: Fix build on darwin (close #923)Jason \"Don\" O'Conal1-5/+6
2012-12-06SDL_image: update to version 1.2.12Peter Simons2-45/+10
2012-05-09* Disable some failing builds on specific platforms.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=34033
2011-09-26Merge nixpkgs/trunkYury G. Kudryashov1-0/+2
svn path=/nixpkgs/branches/libpng15/; revision=29488
2011-09-26SDL_image: use HG versionYury G. Kudryashov2-5/+36
Fix one of the upstream commits svn path=/nixpkgs/branches/libpng15/; revision=29487
2011-09-25Let hydra build SDL_image on all platformsYury G. Kudryashov1-0/+2
svn path=/nixpkgs/trunk/; revision=29486
2011-03-28Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.Lluís Batlle i Rossell1-1/+9
They expected to sit in the same directory as the SDL headers. svn path=/nixpkgs/trunk/; revision=26574
2011-02-09SDL_image-1.2.10Yury G. Kudryashov1-3/+3
svn path=/nixpkgs/trunk/; revision=25865
2010-07-28* More cleanup.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=22795
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-6/+5
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
2008-02-06added SDL_net, some minor modifications to SDL_image and SDL_mixerTobias Hammerschmidt1-7/+10
svn path=/nixpkgs/trunk/; revision=10528
2008-01-30Nix-expr style reviewYury G. Kudryashov1-5/+4
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
2007-08-09Added pygame and some of its dependencies. Also added Python Imaging library.Michael Raskin1-0/+20
svn path=/nixpkgs/trunk/; revision=9082