summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* SDL2: fix cross-compile to windows (mingw)Taeer Bar-Yam2021-04-20
|
* Merge branch 'master' into staging-nextJan Tojnar2021-01-24
|\
| * pkgs/development: stdenv.lib -> libBen Siraphob2021-01-24
| |
* | Merge staging-next into stagingzowoq2021-01-22
|\|
| * pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2021-01-19
|\|
| * treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* | SDL2: 2.0.12 -> 2.0.14Carles Pagès2021-01-17
|/
* SDL2: fix cmake interface includes for SDL2::SDL2Carles Pagès2020-11-11
| | | | | | Fixes #103346. The environment var for finding the cmake companion libs headers was missing from the SDL2::SDL2 target, it only worked when using SDL2_INCLUDE_DIRS.
* SDL2: fix build on darwinMario Rodas2020-07-13
|
* SDL2: get native wayland-scannerMatthew Bauer2020-06-25
|
* SDL2: Add dontDisableStatic = withStatic ? falseKarol Chmist2020-05-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* SDL2: 2.0.10 -> 2.0.12Carles Pagès2020-03-12
|
* Merge pull request #72736 from nh2/nix-sdl2-static-fixesCarles Pagès2019-11-10
|\ | | | | SDL2: Keep .a files on `dontDisableStatic`; don't move them to $dev; prune .la
| * SDL2: Keep .a files on `dontDisableStatic`; don't move them to $dev; prune .la.Niklas Hambüchen2019-11-08
| | | | | | | | | | | | | | | | | | Most other packages don't move `.a` files to "$dev", and that is because it makes the pkg-config `.pc` file wrong (the `libdir` is the non-dev one). Keeping them in the main output makes static linking of SDL2 work. See added comment about pruning of `.la` files.
* | SDL, SDL2: SDL{,2}_PATH may be undefinedJohn Ericson2019-11-08
|/
* SDL2: patch build with mesa 19.2Tad Fisher2019-10-09
|
* SDL2: don't mix space-separated / lists in cmake configPierre Bourdon2019-08-22
| | | | | | | | | | The SDL2_PATH environment variable is space-separated. However, CMake lists are semicolon separated, and doing set(list "a" ${var}) will end up with list containing "a;b c d". This causes downstream users to fail parsing the include dirs list. Normalize the include dirs list to a normal CMake semicolon-separated list using separate_arguments.
* SDL2: 2.0.9 -> 2.0.10Carles Pagès2019-08-18
|
* 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.
* SDL2: add fcitx support (#60991)Mitsuhiro Nakamura2019-05-05
|
* 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.
* stdenv: prune libtool files by default (#51767)Orivej Desh (NixOS)2019-01-11
|\ | | | | See the motivation in fd97db43bcb05e37f6bb77f363f1e1e239d9de53 (#41819).
| * treewide: remove references to pruneLibtoolFiles, now included by defaultPiotr Bogdan2018-12-09
| |
* | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|/
* SDL2: enable parallel buildinggnidorah2018-11-13
|
* Merge pull request #49768 from LnL7/darwin-no-cfprivateDaiderd Jordan2018-11-06
|\ | | | | darwin: don't include cf-private in framework dependencies
| * SDL: move overrides out of all-packages.nixDaiderd Jordan2018-11-05
| | | | | | | | Using defaults makes it much easier to understand what the values are.
| * SDL2: 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: _Cocoa_PumpEvents in SDL_cocoaevents.o "_NSURLIsAliasFileKey", referenced from: -[SDLWindow performDragOperation:] in SDL_cocoawindow.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_cocoaclipboard.o objc-class-ref in SDL_cocoakeyboard.o objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in SDL_cocoamouse.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSUserDefaults", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table67 in SDL_cocoawindow.o ld: symbol(s) not found for architecture x86_64
* | SDL2: 2.0.8 -> 2.0.9Carles Pagès2018-11-05
|/
* SDL2: do not propagate private dependenciesOrivej Desh2018-07-02
| | | | Fixes #41620 by adding libGL directory to libSDL2 runpath
* SDL2: do not patchelf libSDL2.so twiceOrivej Desh2018-07-02
| | | | | There are two symlinks pointing to the same library, libSDL2.so and libSDL2-2.0.so.0. patchelf should run on non-symlinks instead.
* SDL2: limit postFixup to the platforms supported by patchelfOrivej Desh2018-07-02
| | | | This prevents future rebuilds on Darwin if this Linux-only postFixup changes.
* 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
* SDL2: disable sdltest on darwinMatthew Bauer2018-06-06
| | | | Darwin headless will hang when trying to run the SDL test program.
* SDL, SDL2: Remove crossAttrsJohn Ericson2018-05-10
| | | | Cross drvs are now the default for precisely this reason.
* Merge pull request #36377 from oxij/pkgs/fix-pulseaudio-referencesMichael Raskin2018-03-06
|\ | | | | tree-wide: fix pulseaudio references; fix SDL expressions
| * SDL2: don't compile any static outputsJan Malakhovski2018-03-06
| | | | | | | | | | | | After the previous patch there's no reason to have them. But I didn't try to rebuild every single thing that depends on this, so try reverting this patch first if something does break and you can't fix it.
| * 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
| |
* | SDL2: 2.0.7 -> 2.0.8Carles Pagès2018-03-06
|/
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* SDL: add libiconv to fix buildWill Dietz2018-02-13
|
* 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.
* SDL2: disable parallel buildingVladimír Čunát2017-11-17
| | | | | | Example failure: https://hydra.nixos.org/build/63996552 (cherry picked from commit 80e8e555b4c2cd90701bbff664b1c8db6e81fd2f)
* SDL2: wayland supportgnidorah2017-11-06
|