summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL
Commit message (Collapse)AuthorAge
* SDL: Do not propagate -dev outputs at runtimeThomas Tuegel2019-09-25
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* SDL: remove cf-privateDaiderd Jordan2019-07-03
|
* treewide: remove libGLSupported from pkgsMatthew Bauer2019-06-17
| | | | This isn’t a package, and we already have mesaPlatforms to handle this logic.
* SDL{,2}: support building for androidMatthew Bauer2019-02-24
| | | | | This should be picking up the OpenGL ES headers provided by the NDK. More testing is needed.
* Treewide: use https for src.fedoraproject.orgc0bw3b2018-11-24
|
* SDL: move overrides out of all-packages.nixDaiderd Jordan2018-11-05
| | | | Using defaults makes it much easier to understand what the values are.
* SDL: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | | | | | | It's not included implicitly by the frameworks anymore. Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _QZ_PumpEvents in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_QuartzEvents.o ld: symbol(s) not found for architecture x86_64
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* SDL: propagate libiconvOrivej Desh2018-06-03
| | | | | | | SDL/SDL.h includes SDL/SDL_stdinc.h which includes iconv.h, therefore all packages that include SDL.h should be able to include iconv.h Fixes SDL_gfx, SDL_image etc. on Darwin.
* SDL, SDL2: Remove crossAttrsJohn Ericson2018-05-10
| | | | Cross drvs are now the default for precisely this reason.
* SDL: avoid cryptic error from /bin/sh impurityVladimír Čunát2018-03-18
|
* SDL: propagate X11 libs even when building statically against them on DarwinJan Malakhovski2018-03-08
| | | | | | Packages like SDL_image, SDL_mixer, SDL_net, SDL_ttf depend on this. This reverts a piece of 19130ebc5d05cc7720335c92d68a4fd1faf28dc0.
* SDL: build statically against x11 on DarwinJan Malakhovski2018-03-06
|
* SDL, SDL2: don't link statically to any of the inputsJan Malakhovski2018-03-06
|
* SDL, SDL2: cleanup and cross-pollinate with useful changes to either expressionJan Malakhovski2018-03-06
|
* SDL: add a patch to fix https://bugzilla.libsdl.org/show_bug.cgi?id=1769Jan Malakhovski2018-03-06
|
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* SDL: add libiconv to fix buildWill Dietz2018-02-13
|
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-08
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* SDL: Don't use stdenv ? crosshsloan2017-06-28
| | | | | Simplify and finess logic a bit in a way that doesn't affect the default native build, too.
* SDL: Don't use stdenv.crossJohn Ericson2017-06-28
|
* sdl: fix very long filenamePeter Hoeg2017-02-11
|
* SDL: fix OpenGL supportNikolay Amiantov2016-09-03
|
* SDL: fix startup of (some) games using OpenGLRobert Helgesson2016-09-03
| | | | Fixes #18247.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* SDL: cleanup and add patch to discover extensionsNikolay Amiantov2016-08-22
|
* SDL: Revert "SDL: use mesa_noglu instead of mesa"Ricardo Ardissone2016-05-12
| | | | This reverts commit a9a94df4e644168de200c3689d3c53100256bf74.
* SDL: use mesa_noglu instead of mesaNikolay Amiantov2016-04-24
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * Merge branch 'master' into stagingVladimír Čunát2016-02-07
| |\
| * | SDL: add patches from FedoraNikolay Amiantov2016-02-07
| | | | | | | | | | | | | | | Fixes several bugs (some of which were fixed in the official repository but no release made).
* | | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\ \ \ | | |/ | |/|
| * | SDL: propagate Cocoa dependency on darwinVincent Laporte2016-02-05
| |/
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
| |
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * SDL: fix on darwinHenry Till2015-10-28
| |
* | $docdev fixups: mostly to avoid empty outputVladimír Čunát2015-10-28
| | | | | | | | | | | | | | ... after auto-removing some kinds of files by default. In some cases I let them be removed and in others I let them be put into $docdev. That was more due to general indecisiveness on this question than any reasons in the particular cases.
* | SDL: split the dev output and fix referrersVladimír Čunát2015-10-13
| |
* | alsa-lib: split "dev" output and fix referrersVladimír Čunát2015-10-13
|/
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* More docs/manpages in separate outputsEelco Dolstra2015-07-27
|
* SDL: propagate libcap and fixup native inputsVladimír Čunát2015-06-08
| | | | | | Close #8205. All inputs except pkgconfig shouldn't be native but rather disabled on cygwin, I suppose.
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* SDL: libcap is Linux onlySpencer Whitt2015-04-29
|
* Pass libcap as SDL input to fix the buildMichael Raskin2015-04-26
|
* SDL: Build on DarwinSpencer Whitt2015-03-26
|