about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_gfx
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16Update pkgs/development/libraries/SDL_gfx/default.nixSergei Trofimovich1-0/+1
Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-16SDL_gfx: propagate SDL to -dev outputsSergei Trofimovich1-0/+1
`SDL_gfx.pc` refers to `sdl.pc`. In addition to that some `SDL_gfx` headers import `SDL.h` directly. I noticed it when attempted to build a small SDL demo project which imports only `SDL_gfx`. It out to have worked. Instead build fails as: $ SDL1_CFLAGS=$(shell pkg-config SDL_gfx --cflags) ... Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable This change is enough to make it work.
2022-06-29maintainers: remove bjgajs1241-1/+1
does not seem to have contributed since nixpkgs migrated to git
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-20SDL_gfx: use spaces for indentationzowoq1-17/+17
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
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
2018-03-17SDL_gfx: 2.0.25 -> 2.0.26Matthew Bauer1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.0.26 with grep in /nix/store/cbvm4r21kf3acf43hff5sf6r1vbd6lpg-SDL_gfx-2.0.26
2017-11-10SDL: try disabling sdltest on darwinMatthew Bauer1-1/+2
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
2016-08-22SDL: cleanup and add patch to discover extensionsNikolay Amiantov1-15/+9
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-12-18SDL_gfx: update from 2.0.22 to 2.0.25Nixpkgs Monitor1-2/+2
2011-03-28Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.Lluís Batlle i Rossell1-1/+6
They expected to sit in the same directory as the SDL headers. svn path=/nixpkgs/trunk/; revision=26574
2011-03-04Updating SDL_gfx, as it should fix a memory corruption:Lluís Batlle i Rossell1-2/+2
http://yellowgrass.org/issue/Nixpkgs/108 https://gna.org/bugs/?17768 svn path=/nixpkgs/trunk/; revision=26163
2011-01-05only build SDL_gfx on linuxRob Vermaas1-1/+1
svn path=/nixpkgs/trunk/; revision=25405
2010-05-02Add SDL_gfx.Ludovic Courtès1-0/+44
Contributed by Brian Gough <bjg@gnu.org>. svn path=/nixpkgs/trunk/; revision=21554