about summary refs log tree commit diff
path: root/pkgs/development/libraries
AgeCommit message (Collapse)AuthorFilesLines
2023-12-26Merge pull request #276550 from markuskowa/upd-blasmarkuskowa1-2/+2
blas-reference: 3.11.0 -> 3.12.0
2023-12-26Merge pull request #272231 from linsui/jamiMario Rodas1-3/+3
jami: 20230619.1 -> 20231201.0
2023-12-26httplib: 0.14.2 -> 0.14.3R. Ryantm1-2/+2
2023-12-26htslib: 1.18 -> 1.19R. Ryantm1-2/+2
2023-12-26Merge pull request #275077 from r-ryantm/auto-update/podofo010Fabián Heredia Montiel1-2/+2
podofo010: 0.10.2 -> 0.10.3
2023-12-26lirc: fix cross-compilationZane van Iperen1-0/+2
2023-12-26fastcdr: 1.1.1 -> 2.1.2R. Ryantm1-2/+2
2023-12-26sptk: 4.1 -> 4.2R. Ryantm1-2/+2
2023-12-25opencv4: extend the comment about cxxdevSomeone1-1/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-12-25nixos/no-x-libs: build qtbase without qt translationIzorkin1-2/+3
2023-12-25pipewire: fix build without x11 supportIzorkin1-1/+1
2023-12-25cwiid: fix cross-compilationZane van Iperen2-9/+56
* Remove hardcoded use of ar. * Move flex and bison to nativeBuildInputs. * Reformat for good measure.
2023-12-25libkrun: 1.5.1 -> 1.7.2Nick Cao1-28/+18
drops darwin support due to upstream no longer providing prebuilt images Diff: https://github.com/containers/libkrun/compare/v1.5.1...v1.7.2
2023-12-25libkrunfw: 3.11.0 -> 4.0.0Nick Cao1-20/+24
drops darwin support due to upstream no longer providing prebuilt images Diff: https://github.com/containers/libkrunfw/compare/v3.11.0...v4.0.0
2023-12-25Merge pull request #276665 from r-ryantm/auto-update/amf-headersNick Cao1-2/+2
amf-headers: 1.4.30 -> 1.4.32
2023-12-25Merge pull request #276474 from r-ryantm/auto-update/toml-fmarkuskowa1-2/+2
toml-f: 0.4.1 -> 0.4.2
2023-12-25Merge pull request #276686 from vs49688/libcec-linuxMaciej Krüger1-1/+5
libcec: enable the "Linux CEC Framework".
2023-12-25opencv4: propagate real outputs in cxxdev even without cudaSomeone Serge1-1/+6
Hotfix https://github.com/NixOS/nixpkgs/issues/276691
2023-12-25libsidplayfp: pull fix for `autoconf-2.72` pending upstream inclusionSergei Trofimovich1-0/+11
Without the change `libsidplayfp` fails the build on `autoconf-2.72` as: ./configure: line 19606: syntax error near unexpected token `;;' ./configure: line 19606: ` ;;'
2023-12-25libcec: enable the "Linux CEC Framework".Zane van Iperen1-1/+5
As per documentation [1]. [1]: https://github.com/Pulse-Eight/libcec/blob/master/docs/README.linux.md?plain=1#L57
2023-12-25amf-headers: 1.4.30 -> 1.4.32R. Ryantm1-2/+2
2023-12-25zint: 2.12.0 -> 2.13.0R. Ryantm1-2/+2
2023-12-25zchunk: 1.3.2 -> 1.4.0R. Ryantm1-2/+2
2023-12-25xercesc: 3.2.4 -> 3.2.5R. Ryantm1-2/+2
2023-12-24leptonica: 1.83.1 -> 1.84.0R. Ryantm1-2/+2
2023-12-24blas-reference: 3.11.0 -> 3.12.0Markus Kowalewski1-2/+2
2023-12-24frozen: Fix build on case-insensitive file systemsSimon Menke1-0/+3
2023-12-24toml-f: 0.4.1 -> 0.4.2R. Ryantm1-2/+2
2023-12-23Merge pull request #276145 from mfrischknecht/fix-wolfssl-ustream-sslMaciej Krüger1-2/+10
ustream-ssl-wolfssl: add missing openssl dependency
2023-12-23ustream-ssl-wolfssl: add missing openssl dependencyManuel Frischknecht1-2/+10
`ustream-ssl` still needs `openssl` as a build input if it is built against `wolfssl` (see [1]). I haven't deciphered the build setup entirely, but from the respective CMake declarations, it looks like the library still won't be linked against `openssl` if it is built against `wolfssl` (see the `SET(SSL_LIB ...)` declarations), so I guess `openssl` is solely needed for some header definitions. [1]: https://git.openwrt.org/?p=project/ustream-ssl.git;a=blob;f=CMakeLists.txt;h=2de65905a40d8893155877a2b0894bcedec56f39;hb=HEAD#l24
2023-12-23Merge pull request #276094 from NixOS/shapelib-1.6.0Ivan Mincik1-11/+2
shapelib: 1.5.0 -> 1.6.0
2023-12-23Merge pull request #276261 from r-ryantm/auto-update/simdjsonNick Cao1-2/+2
simdjson: 3.6.0 -> 3.6.3
2023-12-23Merge pull request #276220 from r-ryantm/auto-update/rureNick Cao1-2/+2
rure: 0.2.2 -> 0.2.2
2023-12-23Merge pull request #275776 from r-ryantm/auto-update/libpg_queryMario Rodas1-2/+2
libpg_query: 15-4.2.3 -> 15-4.2.4
2023-12-23simdjson: 3.6.0 -> 3.6.3R. Ryantm1-2/+2
2023-12-23mdk-sdk: init at 0.23.1Orivej Desh1-0/+44
2023-12-23glfw: add missing substitutions in wayland-minecraft editionHarsh Shandilya1-0/+9
2023-12-23rure: 0.2.2 -> 0.2.2R. Ryantm1-2/+2
2023-12-23Merge pull request #232964 from r-ryantm/auto-update/opencl-headersMario Rodas1-6/+19
opencl-headers: 2023.02.06 -> 2023.12.14
2023-12-23libpg_query: 15-4.2.4 -> 16-5.0.0Mario Rodas1-2/+2
Diff: https://github.com/pganalyze/libpg_query/compare/15-4.2.4...16-5.0.0 Changelog: https://github.com/pganalyze/libpg_query/blob/16-5.0.0/CHANGELOG.md
2023-12-23Merge pull request #275527 from vifino/wolfssl-5.6.6Robert Scott1-11/+2
wolfssl: 5.6.4 -> 5.6.6
2023-12-22shapelib: 1.5.0 -> 1.6.0Ivan Mincik1-11/+2
2023-12-22Merge pull request #275974 from r-ryantm/auto-update/python310Packages.openturnsNick Cao1-2/+2
python310Packages.openturns: 1.21.1 -> 1.21.2
2023-12-22Merge pull request #269359 from wineee/wlroots_17Nick Cao1-8/+28
{wlroots_0_17, tinywl, dwl, waybox, wio}: update
2023-12-22Merge pull request #274829 from jtojnar/gnome-updateBobby Rong1-6/+6
GNOME updates 2023-12-16
2023-12-22Merge pull request #275389 from NixOS/gdal-tests-correct-binaryIvan Mincik1-11/+9
gdal: call correct binaries in tests
2023-12-22python310Packages.openturns: 1.21.1 -> 1.21.2R. Ryantm1-2/+2
2023-12-22Merge pull request #275314 from al3xtjames/pcl-cleanupWeijia Wang1-3/+3
pcl: minor cleanup & fix darwin build
2023-12-22Merge pull request #275772 from natsukium/hnswlib/updateOTABI Tomoya1-12/+3
hnswlib: 0.7.0 -> 0.8.0
2023-12-21Merge pull request #275644 from NixOS/gdal-3.8.2Ivan Mincik1-2/+2
gdal: 3.8.1 -> 3.8.2