Commit graph

25 commits

Author SHA1 Message Date
Ryan Burns ae566c2097 SDL: fix hashes
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-06-17 17:21:36 -07:00
Alyssa Ross 6e3b5fd046 libungif: remove in favour of giflib
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-04-16 14:06:10 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Lluís Batlle i Rossell 5813ab6de2 Fix SDL_image loading jpeg and others
It was using dlopen and its shared object didn't have the proper rpath
to do so.

This fixes tuxpaint loading of jpeg pictures.
2020-11-09 00:06:50 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim 7f991de745 SDL_image: add license 2018-08-20 09:42:17 +01:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* 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
2018-06-28 20:43:35 +02:00
Matthew Bauer e19434b402 SDL: try disabling sdltest on darwin 2017-11-10 19:22:15 -06:00
Franz Pletz a203fd2a57
SDL_image: add patch to fix CVE-2017-2887 2017-10-24 14:21:06 +02:00
Nikolay Amiantov b47327ebd5 SDL: cleanup and add patch to discover extensions 2016-08-22 06:30:00 +03:00
Spencer Whitt b5099669ac SDL_image: Enable building on Darwin 2015-03-26 11:15:02 -04:00
Eelco Dolstra 8a7f3c3618 Mark a bunch of packages as broken or not supported on Darwin 2014-08-08 17:59:02 +02:00
Jason \"Don\" O'Conal 834cd6c886 beret: Fix build on darwin (close #923) 2013-09-08 10:32:25 +02:00
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