about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2_gfx
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05SDL2_gfx: record provided pkg-config modules in metasternenseemann1-4/+9
This is verified using testers.hasPkgConfigModules which leads to a slight refactor of the expression.
2021-11-20treewide: refactor isi686 && isx86_64 -> isx86Ryan Burns1-1/+1
2021-11-01SDL2_gfx: fix crossAlyssa Ross1-1/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-06SDL2: disable sdltest on darwinMatthew Bauer1-1/+2
Darwin headless will hang when trying to run the SDL test program.
2018-03-06SDL2_gfx: update homepageCarles Pagès1-2/+1
2018-03-06SDL2_gfx: 1.0.1 -> 1.0.4Carles Pagès1-5/+6
Setting myself as maintainer. It was only set to bjg due to an original copy-paste.
2018-01-21SDL2_{gfx,mixer,net,ttf}: move libobjc to buildInputsMitsuhiro Nakamura1-3/+2
2018-01-21SDL2_{gfx,mixer,net,ttf}: fix Darwin buildMitsuhiro Nakamura1-2/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-03-11SDL2_gfx: Fix non-x86 buildTuomas Tynkkynen1-1/+1
2016-08-22SDL2_gfx: 5 -> nightlyNikolay Amiantov1-24/+13
2016-08-06SDL2_{gfx,image,net}: Broken on DarwinTuomas Tynkkynen1-17/+17
Last successful Darwin build was 11 months ago, presumably nobody cares. http://hydra.nixos.org/build/38317749 http://hydra.nixos.org/build/38318268 http://hydra.nixos.org/build/38322306
2015-04-29Enable some SDL libraries on DarwinSpencer Whitt1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-08-27SDL2_gfx: add simlinks for headers with SDL_*Carles Pagès1-0/+3
All the SDL2 libraries distribute headers with SDL_* names, under SDL2. Do the same for the gfx one. I told upstream, but no changes so far.
2013-08-27Add SDL2_gfx (svn version)Carles Pagès1-0/+51
There is no package yet, adding latest revision.