about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-1/+1
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-03SDL2: 2.30.2 -> 2.30.3Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.3
2024-04-21treewide: fix version in changelogWeijia Wang1-1/+1
2024-04-02SDL2: 2.30.1 -> 2.30.2Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.2
2024-03-19Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+1
Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-06SDL2: 2.30.0 -> 2.30.1Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.1
2024-02-26SDL2: improve mingw supportSean Link1-1/+1
Part of a larger effort to add mingw support for qtmultimedia. ffmpeg will fail to compile without this change.
2024-02-26SDL2: run nixpkgs-fmtSean Link1-2/+2
2024-02-03SDL2: 2.28.5 -> 2.30.0Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0
2023-11-17Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-2/+2
stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
2023-11-11SDL2: 2.28.4 -> 2.28.5Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5
2023-11-10Merge remote-tracking branch 'origin/master' into HEADAlyssa Ross1-6/+12
Conflicts: pkgs/development/libraries/SDL2/default.nix
2023-11-05sdl2: record provided pkg-config modules in metasternenseemann1-6/+12
This is verified using testers.hasPkgConfigModules which leads to a slight refactor of the expression.
2023-10-04SDL2: 2.28.3 -> 2.28.4Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.4
2023-09-02SDL2: 2.28.2 -> 2.28.3K9001-6/+12
Also add update script and switch to fetchFromGitHub (so the update script works) Diff: https://github.com/libsdl-org/SDL/compare/release-2.28.2...release-2.28.3 Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.3
2023-08-12SDL2: 2.28.1 -> 2.28.2Sergei Trofimovich1-2/+2
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.2
2023-07-12SDL2: 2.28.0 -> 2.28.1K9001-2/+2
Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.1
2023-06-22sdl2: 2.26.5 -> 2.28.0K9001-2/+2
2023-05-29SDL2: exclude mesa dependency on darwinYureka1-1/+1
2023-04-26Merge #226567: SDL2: 2.26.4 -> 2.26.5Vladimír Čunát1-2/+3
...into staging
2023-04-26SDL2: add meta.changelogVladimír Čunát1-0/+1
2023-04-20SDL2: default drmSupport to falseK9001-1/+1
Removes Mesa from a rebuild-heavy path
2023-04-17SDL2: 2.26.4 -> 2.26.5R. Ryantm1-2/+2
2023-04-09SDL2: don't propagate headers-only packages via RUNPATHSergei Trofimovich1-4/+6
On `nixpkgs` SDL2 explicitly bulds RUNPATHs from it's subset of build inputs. As a result RUNPATH contains more than needed. This change repomed from RUNPATH packages that don't contain libraries but contain developer-only files: - wayland-protocols: xml files to describe protocols - xorgproto: header files for X11 The change moves them to buildInputs / propagatedBuildInputs. Before the change closure size is: $ nix path-info -rsSh $(nix-build -A SDL2) | nl 221 /nix/store/...-SDL2-2.26.4 2.5M 546.5M After the change: $ nix path-info -rsSh $(nix-build -A SDL2) | nl 219 /nix/store/...-SDL2-2.26.4 2.5M 544.4M
2023-03-30SDL2: remove superherointj as maintainersuperherointj1-1/+1
2023-03-13Merge staging-next into staginggithub-actions[bot]1-3/+0
2023-03-13Merge branch 'master' into staging-nextVladimír Čunát1-3/+0
2023-03-12SDL2: remove unnecessary dependency on fcitxNick Cao1-3/+0
SDL2 supports both fcitx 4 and fcitx 5 though the dbus interface, and the dependency on fcitx headers has been removed in favor of hardcoding the constants. Reference: https://github.com/libsdl-org/SDL/issues/3653
2023-03-11SDL2: add superherointj as maintainersuperherointj1-1/+1
2023-03-11SDL2: 2.26.3 -> 2.26.4superherointj1-2/+2
Release: https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4
2023-02-28SDL2: 2.24.2 -> 2.26.3R. Ryantm1-2/+2
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-24/+22
2022-11-07SDL2: 2.24.1 -> 2.24.2Sandro Jäckel1-2/+2
2022-11-07SDL2: 2.24.0 -> 2.24.1Jan Solanti1-2/+2
2022-09-18SDL2: fix post-install conditionPedroHLC ☭1-1/+1
Fixes ""stdenv-linux/setup: line 87: [: : integer expression expected""
2022-09-18SDL2: 2.0.22 -> 2.24.0PedroHLC ☭2-16/+14
2022-07-25SDL2: restore udev support by default on linuxArtturin1-1/+1
it was disabled seemingly by accident in 8abc1cccfbf5b72f90f71627f8a13ddccf4c3670
2022-05-23SDL2: 2.0.20 -> 2.0.22K9001-2/+2
2022-05-09SDL2: use wayland-scanner from PATHRick van Schijndel1-3/+3
Prevents having to use buildPackages, helps overriding wayland-scanner for whoever needs it.
2022-05-09SDL2: fix cross-compilationRick van Schijndel1-0/+10
2022-03-31SDL2: build kmsdrm video driver on LinuxK9001-1/+5
Primarily useful for kiosk builds and SBCs, but it usually ends up in the closure anyway.
2022-03-20SDL2: Reinstate find-headers.patchOPNA26082-0/+42
2022-02-16SDL2: add pipewire & libdecor supportZack A1-0/+6
Co-authored-by: jakobrs <jakobrs100@gmail.com>
2022-02-07SDL2: fix formattingZack A1-31/+58
2022-02-07SDL2: 2.0.14 -> 2.0.20Zack A3-107/+2
2021-12-10SDL2: Fix the build with wayland 1.20.0Michael Weiss2-1/+48
Source of the patch: https://github.com/libsdl-org/SDL/commit/e2ade2bfc46d915cd306c63c830b81d800b2575f I needed to manually backport it to SDL2 2.0.14.
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-3/+3