Commit Graph

3232 Commits

Author SHA1 Message Date
7c6f434c
bfbf05a820
Merge pull request #294589 from dotlambda/quirc-1.2
quirc: 2021-10-08 -> 1.2
2024-03-21 14:02:56 +00:00
Robert Schütz
6b0feb7fcd quirc: 2021-10-08 -> 1.2
Diff: https://github.com/dlbeer/quirc/compare/v2021-10-08...v1.2
2024-03-21 11:23:29 +01:00
github-actions[bot]
6e6944dbcc
Merge master into staging-next 2024-03-21 00:02:05 +00:00
Vincenzo Mantova
45e7ffc3cc asymptote: 2.87 -> 2.88 2024-03-20 00:53:34 +00:00
Vincenzo Mantova
32d1ed5d24 asymptote: split outputs 2024-03-19 08:21:54 +00:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-19 03:14:51 +01:00
Vladimír Čunát
ae26228100
pngcrush: patch build after libpng update 2024-03-18 07:09:33 +01:00
github-actions[bot]
819a14ad05
Merge master into staging-next 2024-03-18 06:01:21 +00:00
R. Ryantm
e588cd4ec2 vips: 8.15.1 -> 8.15.2 2024-03-16 23:48:37 +00:00
github-actions[bot]
c866a07331
Merge master into staging-next 2024-03-14 06:01:12 +00:00
R. Ryantm
fc50b57f66 vulkan-caps-viewer: 3.33 -> 3.34 2024-03-14 00:48:54 +00:00
github-actions[bot]
cc92370007
Merge master into staging-next 2024-03-14 00:02:16 +00:00
Nick Cao
c6045fa949
Merge pull request #295312 from r-ryantm/auto-update/gromit-mpx
gromit-mpx: 1.5.1 -> 1.6.0
2024-03-13 19:49:53 -04:00
R. Ryantm
246af2c6af netpbm: 11.5.2 -> 11.5.3 2024-03-13 22:35:04 +01:00
github-actions[bot]
6b78f024b2
Merge staging-next into staging 2024-03-12 18:01:46 +00:00
Sandro
3f75fa8fef
Merge pull request #294207 from iynaix/fix-realesrgan-ncnn-vulkan
realesrgan-ncnn-vulkan: fix build failure
2024-03-12 18:11:11 +01:00
R. Ryantm
ff53c7d985 gromit-mpx: 1.5.1 -> 1.6.0 2024-03-12 12:58:24 +00:00
Lin Xianyi
40754aafe9 realesrgan-ncnn-vulkan: fix build failure
fixes #289910

Updates build for glslang 14.0.0
2024-03-11 23:42:45 +08:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Anderson Torres
a47a4508b3 gmic-qt: refactor
- bring uniformity to variants set
- set sourceRoot
- intern libsForQt5
- migrate to by-name
2024-03-09 12:54:14 -03:00
R. Ryantm
4fa54a9c09 gimpPlugins.gmic: 3.3.3 -> 3.3.4 2024-03-08 22:15:19 +00:00
R. Ryantm
28b735d287 svg2pdf: 0.9.1 -> 0.10.0 2024-03-07 15:04:55 +00:00
Jörg Thalheim
39ac57b7c5
Merge branch 'master' into license-updates 2024-03-06 20:26:06 +01:00
Francesco Gazzetta
974156c883 pikchr: unstable-2023-08-30 -> 0-unstable-2024-02-12 2024-03-05 10:18:49 +01:00
R. Ryantm
d8db0a6005 asymptote: 2.86 -> 2.87 2024-02-28 05:28:18 +00:00
Weijia Wang
be840e52ed ueberzugpp: move to pkgs/by-name 2024-02-24 23:56:57 +01:00
Weijia Wang
7b1a32ed15 ueberzugpp: 2.9.2 -> 2.9.3 2024-02-24 23:50:16 +01:00
Pol Dellaiera
628f05da04
Merge pull request #290742 from marsam/update-gifski
gifski: 1.13.1 -> 1.14.4
2024-02-24 22:32:14 +01:00
Mario Rodas
ebb0f85830 gifski: 1.13.1 -> 1.14.4
Diff: https://github.com/ImageOptim/gifski/compare/1.13.1...1.14.4

Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.14.4
2024-02-22 04:20:00 +00:00
github-actions[bot]
e98fe116d8
Merge master into staging-next 2024-02-21 12:01:10 +00:00
R. RyanTM
0c458695bd
gifsicle: 1.94 -> 1.95 (#290244) 2024-02-21 10:26:15 +01:00
github-actions[bot]
ba5eeff4f5
Merge master into staging-next 2024-02-20 06:01:15 +00:00
Kira Bruneau
1ed5f4f920
Merge pull request #288954 from kira-bruneau/mangohud
mangohud: 0.7.0 -> 0.7.1
2024-02-19 19:06:43 -05:00
github-actions[bot]
e5105e6cec
Merge master into staging-next 2024-02-20 00:02:04 +00:00
maxine
2865dca55f
Merge pull request #286605 from r-ryantm/auto-update/shot-scraper
shot-scraper: 1.3 -> 1.4
2024-02-19 19:07:37 +01:00
github-actions[bot]
2ad339408a
Merge staging-next into staging 2024-02-18 00:02:44 +00:00
R. Ryantm
0622dc3d27 resvg: 0.39.0 -> 0.40.0 2024-02-17 20:06:52 +00:00
Kira Bruneau
bab16f2259 mangohud: 0.7.0 -> 0.7.1
https://github.com/flightlessmango/MangoHud/releases/tag/v0.7.1
2024-02-14 23:42:31 -05:00
github-actions[bot]
604991674d
Merge staging-next into staging 2024-02-15 00:02:51 +00:00
Michael Raskin
b77dcf4628 dmtx-utils: 0.7.6 -> 0.7.6-unstable-2023-09-21
Fixes a buffer overflow detected by hardening and breaking dmtxwrite
2024-02-14 04:59:51 +01:00
7c6f434c
f8b948b871
Merge pull request #288188 from r-ryantm/auto-update/graphviz
graphviz: 9.0.0 -> 10.0.1
2024-02-13 18:36:02 +00:00
Rick van Schijndel
dabc3e0a03
Merge pull request #275755 from uninsane/pr-cross-argyllcms
argyllcms: support cross compilation
2024-02-13 16:08:35 +01:00
Robert Scott
d88514cb2b graphviz: add more reverse-dependencies to passthru.tests 2024-02-12 23:49:05 +00:00
R. Ryantm
0ec317b5f6 graphviz: 9.0.0 -> 10.0.1 2024-02-12 22:57:20 +00:00
Sergei Trofimovich
29753a7cdf vkmark: unstable-2022-09-09 -> 2017.08-unstable-2023-04-12
Without the update build fails on `master` after `gcc-13` update as
https://hydra.nixos.org/build/249036926:

    In file included from ../src/benchmark.cpp:25:
    ../src/scene.h:79:5: error: 'uint64_t' does not name a type
       79 |     uint64_t start_time;
          |     ^~~~~~~~
2024-02-11 11:55:58 +00:00
Mario Rodas
4e92e0e0a6
Merge pull request #285311 from Flakebi/amber
amber: 2022-04-21 -> 2023-09-02
2024-02-08 20:31:26 -05:00
Mario Rodas
50ff322438
Merge pull request #286903 from r-ryantm/auto-update/resvg
resvg: 0.38.0 -> 0.39.0
2024-02-08 05:52:54 -05:00
TomaSajt
73f6bc2c4e
pdf-sign: fix version name, simplify installPhase, move to pkgs/by-name 2024-02-07 20:12:13 +01:00
R. Ryantm
ebdc1fb528 resvg: 0.38.0 -> 0.39.0 2024-02-07 06:19:50 +00:00
R. Ryantm
4ade524f21 shot-scraper: 1.3 -> 1.4 2024-02-06 01:18:30 +00:00
Weijia Wang
1431859876
Merge pull request #284762 from r-ryantm/auto-update/netpbm
netpbm: 11.5.1 -> 11.5.2
2024-02-05 18:45:46 +01:00
Weijia Wang
d55cf9d0a0
Merge pull request #283491 from r-ryantm/auto-update/gfxreconstruct
gfxreconstruct: 1.0.1 -> 1.0.2
2024-02-04 21:36:16 +01:00
Flakebi
0dfdc9a874 gfxreconstruct: wrap properly
Wrap the capture app so that it works from nix-shell, without installing
gfxreconstruct (the layer needs to be available to Vulkan).
2024-02-01 19:19:47 +01:00
Sebastian Neubauer
ec3c1112e2 amber: 2022-04-21 -> 2023-09-02
The build failed, so take the chance to update (also fixing the build).
Add vulkan-validation-layers, they seem to be required now (can be
disabled with `-d`).
2024-01-31 17:46:22 +01:00
Weijia Wang
a940bf9292
Merge pull request #284256 from wegank/moltenvk-bump
darwin.moltenvk: 1.2.4 -> 1.2.7
2024-01-30 13:20:20 +01:00
R. Ryantm
9d8e55f6f4 netpbm: 11.5.1 -> 11.5.2 2024-01-29 11:47:07 +00:00
R. Ryantm
014d929811 maskromtool: 2024-01-1 -> 2024-01-28 2024-01-29 04:04:51 +00:00
R. Ryantm
0173f76890 vulkan-caps-viewer: 3.32 -> 3.33 2024-01-28 14:42:54 +00:00
Weijia Wang
11b4c5b070 vulkan-tools: fix build on darwin 2024-01-28 05:42:14 +01:00
Henner Zeller
af1f72b0fb timg: 1.5.3 -> 1.6.0
Release note: https://github.com/hzeller/timg/releases/tag/v1.6.0
2024-01-25 17:53:11 -08:00
github-actions[bot]
8c2ba7797a
Merge master into staging-next 2024-01-25 12:01:19 +00:00
Franz Pletz
2bcbada7a1
Merge pull request #281392 from justinlime/lsix
lsix: Fix Font Issues
2024-01-25 09:27:43 +01:00
R. Ryantm
d5e6c5b191 gfxreconstruct: 1.0.1 -> 1.0.2 2024-01-24 11:50:55 +00:00
github-actions[bot]
8303a96c2d
Merge master into staging-next 2024-01-23 00:02:30 +00:00
justinlime
7de26cd222 lsix: add maintainer justinlime 2024-01-21 16:40:44 -06:00
justinlime
b28c2837d1 lsix: Fix Font Issues 2024-01-21 16:40:28 -06:00
justinlime
12939e2ac3 lsix: switch to finalAttrs pattern 2024-01-21 16:38:22 -06:00
Mario Rodas
0aa5668be4 resvg: 0.37.0 -> 0.38.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.37.0...v0.38.0

Changelog: https://github.com/RazrFalcon/resvg/blob/v0.38.0/CHANGELOG.md
2024-01-21 04:20:00 +00:00
github-actions[bot]
4dea63e421
Merge master into staging-next 2024-01-20 18:01:02 +00:00
R. Ryantm
bbaa7eb280 textplots: 0.8.4 -> 0.8.5 2024-01-19 17:58:05 +00:00
github-actions[bot]
631f14c407
Merge master into staging-next 2024-01-19 06:00:59 +00:00
Weijia Wang
9b5f88143f
Merge pull request #277810 from r-ryantm/auto-update/vips
vips: 8.15.0 -> 8.15.1
2024-01-19 06:47:31 +01:00
K900
7703720885 spirv-cross: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/24.05pre-git
2024-01-17 20:42:31 +03:00
K900
5cb62285ca vulkan-extension-layer: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
2024-01-17 20:42:30 +03:00
K900
0afd1dcf3e vulkan-tools-lunarg: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
2024-01-17 20:42:30 +03:00
K900
9346cae320 vulkan-tools: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
2024-01-17 20:42:30 +03:00
Nick Cao
f05243e92d
Merge pull request #280666 from r-ryantm/auto-update/gmic-qt
gmic-qt: 3.3.2 -> 3.3.3
2024-01-14 12:17:12 -05:00
R. Ryantm
93657647fa gmic-qt: 3.3.2 -> 3.3.3 2024-01-13 05:09:03 +00:00
Robert Scott
a4e8dd38d1
Merge pull request #280567 from r-ryantm/auto-update/astc-encoder
astc-encoder: 4.6.1 -> 4.7.0
2024-01-13 00:03:47 +00:00
maxine
0dc9c89860
Merge pull request #267986 from 6t8k/pngquant_2.17.0-3.0.3
pngquant: 2.17.0 -> 3.0.3
2024-01-12 22:23:58 +01:00
R. Ryantm
a9a99b3905 astc-encoder: 4.6.1 -> 4.7.0 2024-01-12 19:45:38 +00:00
R. Ryantm
02fb23a53f shot-scraper: 1.1.1 -> 1.3 2024-01-12 11:29:20 +00:00
Maximilian Bosch
f4be7532ab
Merge pull request #218533 from sir4ur0n/fixGraphCliCrash
graph-cli: fix runtime crash, 0.1.18 -> 0.1.19
2024-01-11 18:21:58 +01:00
Benjamin Lee
be1106fd95
deqp-runner: 0.16.1 -> 0.18.0 2024-01-10 23:39:31 -08:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
Nick Cao
4a028080a2
Merge pull request #279331 from r-ryantm/auto-update/maskromtool
maskromtool: 2023-12-07 -> 2024-01-1
2024-01-07 10:52:26 -05:00
maxine
41e062b486
Merge pull request #277847 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.10 -> 6.0.0
2024-01-07 14:57:29 +01:00
R. Ryantm
1fe98d8b20 maskromtool: 2023-12-07 -> 2024-01-1 2024-01-07 10:49:24 +00:00
Weijia Wang
6dedf6ac30
Merge pull request #274754 from r-ryantm/auto-update/maskromtool
maskromtool: 2023-09-13 -> 2023-12-07
2024-01-03 17:51:51 +01:00
Nick Cao
0d6e82cfcd
Merge pull request #277815 from r-ryantm/auto-update/vulkan-cts
vulkan-cts: 1.3.7.2 -> 1.3.7.3
2024-01-02 16:32:01 -05:00
R. Ryantm
b1264a33ea gnuplot: 5.4.10 -> 6.0.0 2023-12-31 06:01:48 +00:00
R. Ryantm
0804429add vulkan-cts: 1.3.7.2 -> 1.3.7.3 2023-12-31 00:03:58 +00:00
R. Ryantm
fd86d9400f vips: 8.15.0 -> 8.15.1 2023-12-30 22:33:10 +00:00
Sergei Trofimovich
308846a111 netpbm: 11.4.5 -> 11.5.1 2023-12-30 12:37:50 +00:00
Robert Schütz
88f719acbf unpaper: add meta.changelog 2023-12-28 06:23:06 -08:00
Fabián Heredia Montiel
116a899b04
Merge pull request #276262 from mfrischknecht/update-vulkan-helper
vulkan-helper: unstable-2023-09-16 -> unstable-2023-12-22
2023-12-24 01:50:48 -06:00
jopejoe1
03d654beb0 welkin: change license to bsd3
$src/license also see http://simile.mit.edu/welkin/
2023-12-23 12:59:58 +01:00
Manuel Frischknecht
9e34642e38 vulkan-helper: unstable-2023-09-16 -> unstable-2023-12-22
This update fixes the build of `vulkan-helper` on aarch64.
2023-12-23 09:44:58 +00:00
Mario Rodas
c9c88e1968
Merge pull request #272663 from trofi/netpbm-update
netpbm: 11.4.4 -> 11.4.5
2023-12-23 03:03:28 -05:00
R. Ryantm
8d5b016be3 resvg: 0.36.0 -> 0.37.0 2023-12-23 04:33:42 +00:00
Emery Hemingway
061f3448de didder: 1.2.0 -> 1.3.0 2023-12-21 09:18:08 +00:00
Colin
8114d5dabb argyllcms: support cross compilation
this could probably be done without an emulator -- by injecting the
buildPackages cc wherever argyllcms uses the "GenFile" pattern, but this
would require much more involved patching.
2023-12-21 00:56:13 +00:00
arthsmn
fc4e60a521 vulkan-tools-lunarg: add qt5 2023-12-18 19:53:29 -03:00
Robert Scott
73f7d41339 zbar: use better patches for CVE-2023-40889 & CVE-2023-40890 2023-12-16 18:44:31 +00:00
R. Ryantm
0fc364211d maskromtool: 2023-09-13 -> 2023-12-07 2023-12-16 16:04:26 +00:00
Rick van Schijndel
64785a0a42
Merge pull request #269020 from LeSuisse/pngtoico-use-up-to-date-libpng
pngtoico: use up-to-date libpng
2023-12-14 23:29:43 +01:00
Sergei Trofimovich
6b5b325d92 netpbm: 11.4.4 -> 11.4.5 2023-12-07 12:11:56 +00:00
7c6f434c
e4e2af6d11
Merge pull request #272491 from a-n-n-a-l-e-e/cuneiform
cuneiform: make install path match rpath; fix runtime
2023-12-06 20:06:49 +00:00
annalee
3c3ba95ecd
cuneiform: make install path match rpath; fix runtime 2023-12-06 15:19:48 +00:00
Nick Cao
d2f9c1f43c
Merge pull request #272309 from r-ryantm/auto-update/astc-encoder
astc-encoder: 4.6.0 -> 4.6.1
2023-12-06 09:48:40 -05:00
Robert Hensing
4c37153a2c
Merge pull request #271241 from pbsds/finalattrs-docheck
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2023-12-05 18:59:02 +01:00
R. Ryantm
f4ea9bf438 astc-encoder: 4.6.0 -> 4.6.1 2023-12-05 17:37:47 +00:00
Colin
5779884eee vulkan-tools: support cross compilation 2023-12-03 13:47:22 +00:00
Emily Trau
f40e5d3d88
Merge pull request #271578 from a-n-n-a-l-e-e/qrcode
qrcode: add patch to fix compiler errors
2023-12-03 14:57:51 +11:00
Sergei Trofimovich
c1567ae44f argyllcms: 3.0.2 -> 3.1.0
Changes: https://www.argyllcms.com/doc/ChangesSummary.html
2023-12-02 11:21:47 +00:00
annalee
a406725e59
qrcode: update latest rev to fix compiler errors
handle truncated files and give proper prototypes.
2023-12-02 09:55:49 +00:00
Peder Bergebakken Sundt
ad5e744714 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
This will respect `doCheck = false;` overrides, common for cross.
2023-11-30 18:56:12 +01:00
Doron Behar
609084a107
Merge pull request #270954 from figsoda/svg2pdf
svg2pdf: 0.9.0 -> 0.9.1
2023-11-30 13:35:53 +00:00
Nick Cao
3340c8e3aa
Merge pull request #270906 from Flakebi/vulkan-cts2
vulkan-cts: 1.3.7.0 -> 1.3.7.2
2023-11-29 15:32:21 -05:00
Sebastian Neubauer
778c8225ba vulkan-cts: 1.3.7.0 -> 1.3.7.2
Changelog: https://github.com/KhronosGroup/VK-GL-CTS/releases/tag/vulkan-cts-1.3.7.1
Changelog: https://github.com/KhronosGroup/VK-GL-CTS/releases/tag/vulkan-cts-1.3.7.2

Also add an test that runs a simple cts test with lavapipe.
2023-11-29 17:37:04 +01:00
figsoda
4dc3fa27a5 svg2pdf: 0.9.0 -> 0.9.1
Diff: https://github.com/typst/svg2pdf/compare/v0.9.0...v0.9.1

Changelog: https://github.com/typst/svg2pdf/releases/tag/v0.9.1
2023-11-29 09:51:33 -05:00
Mario Rodas
ef9a4d3b77
Merge pull request #270819 from figsoda/gifski
gifski: fix version
2023-11-29 03:16:50 -05:00
Emily Trau
1970cee6c1
Merge pull request #264727 from iynaix/bump-realesrgan-ncnn-vulkan
realesrgan-ncnn-vulkan: 0.1.3.2 -> 0.2.0
2023-11-29 18:15:28 +11:00
Emily Trau
7edcd7fd54
Merge pull request #270665 from hzeller/20231128-update-timg
timg: 1.5.2 -> 1.5.3
2023-11-29 16:27:30 +11:00
figsoda
419a57cc60 gifski: fix version 2023-11-29 00:10:07 -05:00
figsoda
d341b7d95c gifski: 1.13.0 -> 1.31.1
Diff: https://github.com/ImageOptim/gifski/compare/1.13.0...1.31.1

Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.31.1
2023-11-28 20:38:24 -05:00
Henner Zeller
1e1bd362e5 timg: 1.5.2 -> 1.5.3
Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.3
2023-11-28 07:14:08 -08:00
Pol Dellaiera
baf79015d6
Merge pull request #266805 from r-ryantm/auto-update/gmic-qt
gmic-qt: 3.3.1 -> 3.3.2
2023-11-27 21:15:46 +01:00
Pol Dellaiera
201257cad8
Merge pull request #269568 from r-ryantm/auto-update/dippi
dippi: 4.0.2 -> 4.0.6
2023-11-27 21:01:35 +01:00
Pol Dellaiera
5e37e42588
Merge pull request #262709 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.9 -> 5.4.10
2023-11-27 20:46:49 +01:00
R. Ryantm
9151e53703 dippi: 4.0.2 -> 4.0.6 2023-11-24 05:58:25 +00:00
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Thomas Gerbet
363dc695f6 pngtoico: use up-to-date libpng 2023-11-21 19:45:27 +01:00
Thomas Gerbet
a92a94f567 optipng: 0.7.7 -> 0.7.8
Fixes CVE-2023-43907.

Changelog:
```
 * Upgraded libpng to version 1.6.40.
 * Upgraded zlib to version 1.3-optipng.
 * Upgraded cexcept to version 2.0.2-optipng.
!! Fixed a global-buffer-overflow vulnerability in the GIF reader.
   [Reported by Zeng Yunxiang; fixed by Thomas Hurst]
 ! Fixed a stack-print-after-scope defect in the error handler.
 ! Fixed an assertion failure in the image reduction module.
 ! Fixed the command-line wildargs expansion in the Windows port.
 * Raised the minimum required libpng version from 1.2.9 to 1.6.35.
 * Raised the minimum required zlib version from 1.2.1 to 1.2.8.
 * Refactored the structured exception handling.
```

https://optipng.sourceforge.net/history.txt
2023-11-20 22:30:14 +01:00
Nick Cao
70e472b44c
Merge pull request #268234 from r-ryantm/auto-update/lsix
lsix: 1.8 -> 1.8.2
2023-11-18 13:22:46 -05:00
7c6f434c
ad6f7c6a70
Merge pull request #268192 from risicle/ris-zbar-CVE-2023-40889-CVE-2023-40890
zbar: add patches for CVE-2023-40889 & CVE-2023-40890
2023-11-18 07:55:21 +00:00
R. Ryantm
81007b67e3 lsix: 1.8 -> 1.8.2 2023-11-18 05:14:37 +00:00
Robert Scott
de6c085635 zbar: add patches for CVE-2023-40889 & CVE-2023-40890
unfixed upstream these are both (based on) third party patches
2023-11-17 23:06:53 +00:00
fortuneteller2k
d3c568b7bc maintainers: fortuneteller2k -> moni 2023-11-17 18:03:27 +08:00
6t8k
ef0b88ac3c
pngquant: 2.17.0 -> 3.0.3
https://github.com/kornelski/pngquant/blob/3.0.3/CHANGELOG

Since 3.0.0, pngquant uses libimagequant 4.x, which is a Rust rewrite,
and and switches the build system from make to Cargo. The `pngquant`
executable is now a Rust wrapper around `pngquant.c`, which in turn
interfaces with libimagequant via the `imagequant_sys` crate, which
exports a C API.[1] The CLI seems unchanged.

Upstream lacks a Cargo.lock[2], so I generated one and patched it in.

Set `doCheck = false;` as there are no Rust-based tests. `test/` was
previously part of the make-based workflow (which is gone with pngquant
3.x) and looks like it isn't meant for pngquant 3.x anyway (as `test.sh`
executes `$BIN --version 2>&1 | fgrep 2.`).

`$ nix build .#pkgsCross.raspberryPi.pngquant` succeeds[3]; remove the
workaround originally introduced in [4].

Notes on dependencies:

- While nixpkgs package libimagequant on its own, pngquant depends on a
  specific vendored version

- pngquant 3.x depends on the libpng-sys and lcms2-sys crates, which
  provide bindings to the respective C libraries. If those are not
  provided by the system at build time, vendored versions of them will
  be built and statically linked; libpng 1.6.37 and LCMS 2.15,
  respectively

[1] See also: https://github.com/kornelski/pngquant/issues/368#issuecomment-1542507114
[2] See also: https://github.com/kornelski/pngquant/issues/347
[3] New SSE flag decision logic: https://github.com/kornelski/pngquant/blob/3.0.3/rust/build.rs#L31
[4] https://github.com/NixOS/nixpkgs/pull/145672
2023-11-17 00:51:57 +01:00
Weijia Wang
b5f61568d9 ueberzugpp: drop range-v3 2023-11-16 23:09:14 +01:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Mario Rodas
a1ed34a316
Merge pull request #267649 from trofi/netpbm-update
netpbm: 11.4.3 -> 11.4.4
2023-11-15 07:37:30 -05:00
Sergei Trofimovich
34cbd30588 netpbm: 11.4.3 -> 11.4.4 2023-11-15 11:12:37 +00:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
Anthony Roussel
f239544689
vips: 8.14.5 -> 8.15.0
https://github.com/libvips/libvips/releases/tag/v8.15.0
https://github.com/libvips/libvips/compare/v8.14.5...v8.15.0
2023-11-12 13:34:43 +01:00
Anthony Roussel
6394c80e24
vips: add passthru.tests.version 2023-11-12 13:34:43 +01:00
Anthony Roussel
40d48a14d2
vips: add passthru.updateScript 2023-11-12 13:34:42 +01:00
Anthony Roussel
2f953d3cd4
vips: add anthonyroussel to maintainers 2023-11-12 13:34:24 +01:00
Anthony Roussel
249bd4e707
vips: fix meta.homepage 2023-11-12 13:34:24 +01:00
Anthony Roussel
0f160365c0
vips: add passthru.tests.pkg-config 2023-11-12 13:34:23 +01:00
Anthony Roussel
315aeb0262
vips: add meta.pkgConfigModules 2023-11-12 13:34:20 +01:00
github-actions[bot]
33248a2caf
Merge master into staging-next 2023-11-12 00:02:14 +00:00
Peter Hoeg
77890c8b88 vips: add mainProgram 2023-11-11 21:38:06 +01:00
R. Ryantm
6a23a1df29 gmic-qt: 3.3.1 -> 3.3.2 2023-11-11 08:27:36 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next 2023-11-09 18:00:56 +00:00
R. Ryantm
44c7f88620 astc-encoder: 4.5.0 -> 4.6.0 2023-11-08 06:09:31 +00:00
github-actions[bot]
38bc2a577e
Merge master into staging-next 2023-11-07 00:02:31 +00:00
Vincenzo Mantova
25708f8e5a asymptote: replace texlive.combine with texliveSmall.withPackages 2023-11-05 13:43:29 +00:00
Vincenzo Mantova
48e9feabca gnuplot: replace texlive.combine with texliveSmall 2023-11-05 11:56:04 +00:00
Vincenzo Mantova
aecbfc4140 enblend-enfuse: replace texlive.combine with texliveSmall 2023-11-05 11:56:03 +00:00
github-actions[bot]
870227bcb6
Merge master into staging-next 2023-11-04 18:01:04 +00:00
Pierre Bourdon
faec7138bf
Merge pull request #264270 from seirl/escrotum-ffmpeg
escrotum: add ffmpeg-full to PATH of wrapper
2023-11-04 17:51:53 +01:00
Weijia Wang
98c4f38cf5
Merge pull request #265252 from wegank/netpbm-clang-16
netpbm: fix build with clang 16
2023-11-04 01:54:29 +01:00
Weijia Wang
44f16f33cc Merge branch 'master' into staging-next 2023-11-04 01:43:45 +01:00
Weijia Wang
f6adedde14
Merge pull request #263114 from r-ryantm/auto-update/fim
fim: 0.6 -> 0.7
2023-11-04 00:56:34 +01:00
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
Solène Rapenne
b55d20d7c4 treewide: remove myself as maintainer 2023-11-03 18:09:17 +01:00
Weijia Wang
bc30be8ce6 netpbm: fix build with clang 16 2023-11-03 16:39:26 +01:00
R. Ryantm
506a12715a gromit-mpx: 1.5.0 -> 1.5.1 2023-11-03 06:08:38 +00:00
Lin Xianyi
e32eb68183 realesrgan-ncnn-vulkan: 0.1.3.2 -> 0.2.0 2023-11-01 12:04:39 +08:00
github-actions[bot]
97868dae8e
Merge master into staging-next 2023-10-31 06:00:58 +00:00
Mario Rodas
f811a92b7b
Merge pull request #256550 from bcdarwin/opencv-updates
{caffe,mxnet,sdrangel,video2midi,waifu2x-converter-cpp}: opencv3 -> opencv4
2023-10-30 22:21:15 -05:00
github-actions[bot]
135430eb60
Merge master into staging-next 2023-10-31 00:02:27 +00:00
Felix Bühler
dd77cbd175
Merge pull request #263824 from r-ryantm/auto-update/gfxreconstruct
gfxreconstruct: 1.0.0 -> 1.0.1
2023-10-30 21:41:50 +01:00
Antoine Pietri
433fe02381 escrotum: add ffmpeg-full to PATH of wrapper
Screen recording requires ffmpeg with --enable-libxcb.
2023-10-30 01:17:47 +01:00
github-actions[bot]
52b6b90243
Merge master into staging-next 2023-10-28 18:00:57 +00:00
Felix Bühler
40f88f6e7f
Merge pull request #262452 from muscaln/adriconf-bump
adriconf: 2.5.1 -> 2.7.1
2023-10-28 16:38:04 +02:00
github-actions[bot]
81ed2302dc
Merge master into staging-next 2023-10-28 06:00:57 +00:00
Weijia Wang
afcec3d2e2
Merge pull request #260688 from r-ryantm/auto-update/gromit-mpx
gromit-mpx: 1.4.3 -> 1.5.0
2023-10-28 02:48:41 +02:00
github-actions[bot]
4791949f6a
Merge master into staging-next 2023-10-28 00:02:23 +00:00
Mario Rodas
69554b2f39
Merge pull request #262691 from trofi/argyllcms-update
argyllcms: 3.0.0 -> 3.0.2
2023-10-27 17:41:23 -05:00
R. Ryantm
bdbfa94378 gfxreconstruct: 1.0.0 -> 1.0.1 2023-10-27 17:31:19 +00:00
github-actions[bot]
4a5044c558
Merge master into staging-next 2023-10-27 12:01:12 +00:00
Mario Rodas
5069df56d7
Merge pull request #263581 from trofi/netpbm-update
netpbm: 11.4.2 -> 11.4.3
2023-10-27 06:03:51 -05:00
github-actions[bot]
96132a216a
Merge master into staging-next 2023-10-26 18:01:02 +00:00
Sergei Trofimovich
fc33f967a7 netpbm: 11.4.2 -> 11.4.3 2023-10-26 13:29:38 +01:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Sergei Trofimovich
a1089bdd12
Update pkgs/tools/graphics/argyllcms/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-10-25 23:33:23 +01:00
Randy Eckenrode
3a319a512e
vulkan-tools: fix build on Darwin
* Disable the cube demo, which requires `ibtool`;
* Modify it to find the MoltenVK ICD in the correct location;
* Modify CMakeLists.txt to install `vulkaninfo` to $out/bin; and
* Reenable Hydra platforms for Darwin.
2023-10-25 16:10:37 -04:00
figsoda
3e36592ae7 svg2pdf: 0.8.0 -> 0.9.0
Diff: https://github.com/typst/svg2pdf/compare/v0.8.0...v0.9.0

Changelog: https://github.com/typst/svg2pdf/releases/tag/v0.9.0
2023-10-25 13:34:56 -04:00
Nick Cao
0b24c9a38a
Merge pull request #263266 from r-ryantm/auto-update/blockhash
blockhash: 0.3.2 -> 0.3.3
2023-10-25 09:31:35 -04:00
Mario Rodas
a053b86ece
Merge pull request #263066 from cafkafk/cafk-gifski-bump
gifski: 1.12.2 -> 1.13.0
2023-10-25 05:08:50 -05:00
R. Ryantm
28e5804887 blockhash: 0.3.2 -> 0.3.3 2023-10-25 02:03:19 +00:00
Sergei Trofimovich
b64e3dd942 argyllcms: 3.0.0 -> 3.0.2
While at it added trivial updater script.

Changes: https://www.argyllcms.com/doc/ChangesSummary.html
2023-10-24 23:24:58 +01:00
K900
357a38bfd8 spirv-cross: 1.3.261.0 -> 1.3.268.0 2023-10-24 23:30:44 +03:00
K900
9ad0d2d6a1 vulkan-extension-layer: 1.3.261 -> 1.3.268 2023-10-24 23:30:44 +03:00
K900
41a923ecc3 vulkan-tools-lunarg: 1.3.261 -> 1.3.268 2023-10-24 23:30:44 +03:00
K900
f7d602d8af vulkan-tools: 1.3.261 -> 1.3.268 2023-10-24 23:30:44 +03:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
R. Ryantm
ce6f5b781e fim: 0.6 -> 0.7 2023-10-24 10:45:50 +00:00
Christina Sørensen
bdd0f16e0e
gifski: 1.12.2 -> 1.13.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-24 06:23:21 +02:00
R. Ryantm
81a45239fa gnuplot: 5.4.9 -> 5.4.10 2023-10-22 09:30:34 +00:00
Mustafa Çalışkan
8cc20316d0
adriconf: 2.5.1 -> 2.7.1 2023-10-21 06:53:17 +03:00
github-actions[bot]
cfc75eec46
Merge master into staging-next 2023-10-20 18:00:54 +00:00
Maximilian Bosch
71c1dba86d
wdisplays: unstable-2021-04-03 -> 1.1.1
ChangeLogs:
* https://github.com/artizirk/wdisplays/releases/tag/1.1
* https://github.com/artizirk/wdisplays/releases/tag/1.1.1

The original repo re-appeared now[1], but I have zero reason to trust
them to not delete it any time again. The fork I switched to after it
disappeared back in 2021 was marked as archived a while later. The one
that people contribute to and is also used by Fedora[2] and AUR[3]
is artizirk/wdisplays which is used now.

[1] https://github.com/cyclopsian/wdisplays
[2] f09a1e35d5/f/wdisplays.spec
[3] https://aur.archlinux.org/packages/wdisplays
2023-10-18 20:23:41 +02:00
github-actions[bot]
4a7eb88e55
Merge master into staging-next 2023-10-13 18:01:03 +00:00
Mario Rodas
39b83ca2b8
Merge pull request #259739 from nagy/nagy/pikchr
pikchr: unstable-2022-12-07 -> unstable-2023-08-30
2023-10-13 08:51:18 -05:00
Weijia Wang
72c8828be7
Merge pull request #258156 from r-ryantm/auto-update/netpbm
netpbm: 11.3.5 -> 11.4.2
2023-10-13 15:05:02 +02:00
github-actions[bot]
4645621691
Merge master into staging-next 2023-10-13 12:01:05 +00:00
lewo
f86bf09044
Merge pull request #260294 from kilianar/oxipng-9.0.0
oxipng: 8.0.0 -> 9.0.0
2023-10-13 08:51:31 +02:00
github-actions[bot]
8a68e0b5f5
Merge master into staging-next 2023-10-13 06:01:14 +00:00
Weijia Wang
6999277ebf
Merge pull request #257368 from r-ryantm/auto-update/argyllcms
argyllcms: 2.3.1 -> 3.0.0
2023-10-13 03:44:19 +02:00
github-actions[bot]
58485aaddb
Merge master into staging-next 2023-10-13 00:02:24 +00:00
Weijia Wang
8b6e86b473
Merge pull request #259149 from Flakebi/vulkan-cts
vulkan-cts: 1.3.6.3 -> 1.3.7.0
2023-10-13 00:13:51 +02:00
R. Ryantm
b0ed6703f1 gromit-mpx: 1.4.3 -> 1.5.0 2023-10-12 13:05:13 +00:00
kilianar
e6a97099d7 oxipng: 8.0.0 -> 9.0.0
https://github.com/shssoichiro/oxipng/releases/tag/v9.0.0
2023-10-10 23:40:45 +02:00
Ben Darwin
381e03e03a waifu2x-converter-cpp: opencv3 -> opencv4 2023-10-10 17:32:22 -04:00
Ben Darwin
339418713e gmic-qt: remove apparently unused opencv3 dependency 2023-10-10 17:32:22 -04:00
github-actions[bot]
6b95af2485
Merge master into staging-next 2023-10-10 00:02:12 +00:00
Anderson Torres
f7edf57b88 gmic-qt: 3.2.6 -> 3.3.1 2023-10-09 19:01:25 -03:00
Anderson Torres
e04c25f558 gmic: migrate to by-name 2023-10-09 19:01:25 -03:00
github-actions[bot]
75d4639be3
Merge master into staging-next 2023-10-09 18:00:59 +00:00
maxine
8f316ade60
Merge pull request #258311 from r-ryantm/auto-update/vips
vips: 8.14.4 -> 8.14.5
2023-10-09 18:30:44 +02:00
Daniel Nagy
8ddd01056f
pikchr: unstable-2022-12-07 -> unstable-2023-08-30 2023-10-08 11:41:12 +02:00
github-actions[bot]
c220ae86d3
Merge master into staging-next 2023-10-05 12:01:42 +00:00
Sebastian Neubauer
0b4a67b071 vulkan-cts: 1.3.6.3 -> 1.3.7.0
Changelog: https://github.com/KhronosGroup/VK-GL-CTS/releases/tag/vulkan-cts-1.3.7.0
2023-10-05 11:03:19 +02:00
figsoda
1eb03ba5c4 svg2pdf: 0.7.1 -> 0.8.0
Diff: https://github.com/typst/svg2pdf/compare/v0.7.1...v0.8.0

Changelog: https://github.com/typst/svg2pdf/releases/tag/v0.8.0
2023-10-04 18:06:24 -04:00
github-actions[bot]
23a7292114
Merge master into staging-next 2023-10-02 18:01:04 +00:00
Weijia Wang
ccdb43a66a Merge branch 'master' into staging-next 2023-10-02 14:49:01 +02:00
Robert Schütz
fc42b38016
Merge pull request #257856 from dotlambda/ocrmypdf-15.0.1
python310Packages.ocrmypdf: 14.4.0 -> 15.0.1
2023-10-01 22:05:51 +00:00
Weijia Wang
862b94cb0b
Merge pull request #257045 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.8 -> 5.4.9
2023-10-01 21:12:34 +02:00
Mario Rodas
3c9d8d13d9 resvg: 0.35.0 -> 0.36.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.35.0...v0.36.0

Changelog: https://github.com/RazrFalcon/resvg/blob/v0.36.0/CHANGELOG.md
2023-10-01 04:20:00 +00:00
R. Ryantm
2b4283fb65 vips: 8.14.4 -> 8.14.5 2023-10-01 00:51:15 +00:00
R. Ryantm
49fdb927f7 netpbm: 11.3.5 -> 11.4.2 2023-09-30 06:13:43 +00:00
github-actions[bot]
50751b0602
Merge master into staging-next 2023-09-29 18:00:55 +00:00
toonn
0cf6ddf3f6
Merge pull request #253947 from reckenrode/plotutils-fix
plotutils: fix build with clang 16
2023-09-29 17:19:57 +02:00
Kira Bruneau
6c225dee3f
Merge pull request #256958 from CobaltCause/mangohud
mangohud: 0.6.9-1 -> 0.7.0
2023-09-29 09:04:11 -04:00
github-actions[bot]
c1a6c05aa7
Merge master into staging-next 2023-09-29 12:01:16 +00:00
Tristan Ross
4f5b49c7e4
mangohud: make lowerBitnessSupport use isx86_64 instead of is64bit 2023-09-28 22:20:58 -07:00
Robert Schütz
b36ee8cb9c unpaper: set meta.mainProgram 2023-09-28 09:46:15 -07:00
Robert Schütz
bb96340e6b pngquant: set meta.mainProgram 2023-09-28 09:46:15 -07:00
Vladimír Čunát
0dbe002e4d
Merge branch 'staging' into staging-next 2023-09-28 09:12:44 +02:00
Anderson Torres
87d05edb95 gmic-qt: use lib.cmakeBool and lib.cmakeFeature 2023-09-27 20:49:38 -03:00
Anderson Torres
47ffbb2df8 gmic: use lib.cmakeBool 2023-09-27 20:49:38 -03:00
Charles Hall
88ee77c4ec
mangohud: 0.6.9-1 -> 0.7.0 2023-09-27 07:36:54 -07:00
7c6f434c
82510df516
Merge pull request #256066 from kirillrdy/graphviz
graphviz: 8.1.0 -> 9.0.0
2023-09-26 22:26:36 +00:00
R. Ryantm
72db60de1f argyllcms: 2.3.1 -> 3.0.0 2023-09-26 02:37:16 +00:00
github-actions[bot]
680b13891d
Merge master into staging-next 2023-09-25 00:02:13 +00:00