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
figsoda
928f19b461
gifski: 1.11.0 -> 1.12.2
...
Diff: https://github.com/ImageOptim/gifski/compare/1.11.0...1.12.2
Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.12.2
2023-09-24 13:58:11 -04:00
R. Ryantm
7fed4e818c
gnuplot: 5.4.8 -> 5.4.9
2023-09-24 07:52:24 +00:00
Charles Hall
7ca0ac0859
mangohud: remove unused rec
2023-09-23 12:04:23 -07:00
Charles Hall
7179886a42
mangohud: remove unused argument
2023-09-23 12:04:23 -07:00
github-actions[bot]
583877beb2
Merge master into staging-next
2023-09-22 18:01:00 +00:00
Weijia Wang
cd4b6c0a33
Merge pull request #254536 from r-ryantm/auto-update/netpbm
...
netpbm: 11.3.4 -> 11.3.5
2023-09-22 17:48:06 +02:00
Fabián Heredia Montiel
b2f85dbf28
Merge remote-tracking branch 'origin/master' into staging-next
2023-09-20 15:08:16 -06:00
Weijia Wang
de52f528c2
ueberzugpp: 2.9.1 -> 2.9.2
2023-09-20 00:14:31 +02:00
Kirill Radzikhovskyy
e8d32b940c
graphviz: 8.1.0 -> 9.0.0
2023-09-19 19:23:15 +10:00
github-actions[bot]
3c56b929c1
Merge master into staging-next
2023-09-18 06:01:00 +00:00
Pierre Bourdon
37ab8f1f54
Merge pull request #255624 from r-ryantm/auto-update/maskromtool
...
maskromtool: 2023-08-06 -> 2023-09-13
2023-09-18 03:01:09 +02:00
github-actions[bot]
cb25ab46c1
Merge master into staging-next
2023-09-18 00:02:10 +00:00
Fabián Heredia Montiel
a7cdc9d0d4
Merge pull request #255559 from figsoda/sic
...
sic-image-cli: 0.22.3 -> 0.22.4
2023-09-17 12:13:20 -06:00
github-actions[bot]
d2fdbb7e40
Merge master into staging-next
2023-09-17 18:00:59 +00:00
K900
daa080adf3
vulkan-helper: fix vendor hash
2023-09-17 20:03:49 +03:00
github-actions[bot]
4851185192
Merge master into staging-next
2023-09-17 12:01:05 +00:00
R. Ryantm
d77ff61791
maskromtool: 2023-08-06 -> 2023-09-13
2023-09-17 09:09:42 +00:00
Aidan Gauland
ae56b64b71
vulkan-helper: init at 2023-08-09
2023-09-17 20:49:49 +12:00
figsoda
ec78ee8516
sic-image-cli: 0.22.3 -> 0.22.4
...
Diff: https://github.com/foresterre/sic/compare/v0.22.3...v0.22.4
Changelog: https://github.com/foresterre/sic/blob/v0.22.4/CHANGELOG.md
2023-09-16 19:48:52 -04:00
github-actions[bot]
dd6646009e
Merge staging-next into staging
2023-09-14 18:01:28 +00:00
figsoda
9bd536f873
svg2pdf: 0.7.0 -> 0.7.1
...
Diff: https://github.com/typst/svg2pdf/compare/v0.7.0...v0.7.1
Changelog: https://github.com/typst/svg2pdf/releases/tag/v0.7.1
2023-09-14 08:45:29 -04:00
github-actions[bot]
3f7284c556
Merge staging-next into staging
2023-09-14 12:02:00 +00:00
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Doron Behar
f630c28c3e
Merge pull request #254949 from figsoda/svg2pdf
...
svg2pdf: 0.6.0 -> 0.7.0
2023-09-14 07:26:09 +00:00
Julien Debon
e5f20af132
graph-cli: 0.1.18 -> 0.1.19
2023-09-13 17:15:35 +02:00
figsoda
18a9d77cb0
svg2pdf: clarify license, add figsoda to maintainers
2023-09-13 09:05:27 -04:00
figsoda
4fc8a9d255
svg2pdf: 0.6.0 -> 0.7.0
...
Diff: https://github.com/typst/svg2pdf/compare/v0.6.0...v0.7.0
Changelog: https://github.com/typst/svg2pdf/releases/tag/v0.7.0
2023-09-13 09:04:18 -04:00
Jan Tojnar
1cd6d30f2f
Merge branch 'master' into staging-next
2023-09-13 12:03:35 +02:00
github-actions[bot]
564dc31f47
Merge staging-next into staging
2023-09-12 18:01:30 +00:00
Vladimír Čunát
300eaad172
Merge branch 'master' into staging-next
2023-09-12 19:06:44 +02:00
figsoda
7c1c01b516
textplots: 0.8.3 -> 0.8.4
...
Diff: https://diff.rs/textplots/0.8.3/0.8.4
2023-09-12 12:01:41 -04:00
figsoda
f4e63e95f8
textplots: 0.8.2 -> 0.8.3
...
Diff: https://diff.rs/textplots/0.8.2/0.8.3
2023-09-12 08:41:14 -04:00
github-actions[bot]
8481e5d2d3
Merge staging-next into staging
2023-09-12 00:02:17 +00:00
Anderson Torres
3fc613c5ba
Merge branch 'master' into staging-next
2023-09-11 23:25:38 +00:00
R. Ryantm
fbbddf7650
netpbm: 11.3.4 -> 11.3.5
2023-09-11 10:11:19 +00:00
Mario Rodas
f54ec6c2f7
Merge pull request #254458 from PedroHLC/vulkan-caps-viewer-3.32
...
vulkan-caps-viewer: 3.31 -> 3.32
2023-09-10 18:55:15 -05:00
PedroHLC ☭
0758258539
vulkan-caps-viewer: 3.31 -> 3.32
2023-09-10 19:07:34 -03:00
github-actions[bot]
9c91f8313b
Merge staging-next into staging
2023-09-10 18:01:20 +00:00
github-actions[bot]
72404a8fe8
Merge master into staging-next
2023-09-10 18:00:53 +00:00
Pierre Bourdon
5d710ade91
Merge pull request #254241 from r-ryantm/auto-update/maskromtool
...
maskromtool: 2023-07-20 -> 2023-08-06
2023-09-10 14:23:55 +02:00
github-actions[bot]
6b3d088fd8
Merge staging-next into staging
2023-09-10 06:01:28 +00:00
github-actions[bot]
a74ded2915
Merge master into staging-next
2023-09-10 06:00:56 +00:00
Mario Rodas
3eefd125b4
Merge pull request #253750 from kashw2/epstool
...
epstool: 3.08 -> 3.09
2023-09-09 21:29:14 -05:00
Mario Rodas
49772c4112
Merge pull request #253747 from kashw2/dnglab
...
dnglab: 0.5.0 -> 0.5.2
2023-09-09 20:56:21 -05:00
Vladimír Čunát
479f1afcb4
Merge #254182 : merge waf changes
...
...into staging-next
This is a topologically earlier remerge of PR #252874
2023-09-09 16:18:04 +02:00
R. Ryantm
bfdb49b9c0
maskromtool: 2023-07-20 -> 2023-08-06
2023-09-09 13:38:18 +00:00
github-actions[bot]
6d1f33a3ed
Merge staging-next into staging
2023-09-09 12:01:22 +00:00
7c6f434c
0496f93bf5
Merge pull request #254142 from r-ryantm/auto-update/asymptote
...
asymptote: 2.85 -> 2.86
2023-09-09 11:57:21 +00:00
Yureka
ef69e91c60
Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs into HEAD
2023-09-09 08:27:19 +02:00
github-actions[bot]
02057fdfa6
Merge staging-next into staging
2023-09-09 06:01:48 +00:00
OTABI Tomoya
b6c5ba387d
Merge pull request #253749 from dotlambda/puppeteer-cli-buildNpmPackage
...
puppeteer-cli: use buildNpmPackage
2023-09-09 13:37:05 +09:00
R. Ryantm
6945a1e650
asymptote: 2.85 -> 2.86
2023-09-09 00:35:58 +00:00
Sandro Jäckel
fccf04b620
treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType
2023-09-08 14:18:26 +00:00
Randy Eckenrode
92d99c521b
plotutils: fix build with clang 16
...
Clang defaults to C++, which disallows the register storage class
specifier. This causes the build to fail. Remove the specifier to allow
clang 16 to build plotutils.
2023-09-07 23:22:11 -04:00
Artturi
6946977de0
Merge pull request #252874 from atorres1985-contrib/waf-cross
2023-09-07 21:39:12 +03:00
Weijia Wang
d441a43aa2
Merge pull request #253745 from kashw2/agi
...
agi: 3.3.0 -> 3.3.1
2023-09-07 10:32:42 +02:00
kashw2
6a8f3b09e0
fgallery: 1.8.2 -> 1.9.1
2023-09-07 06:46:37 +02:00
Robert Schütz
d7d5d9f196
puppeteer-cli: add meta
2023-09-06 17:38:54 -07:00
kashw2
cada878875
epstool: 3.08 -> 3.09
2023-09-07 10:36:14 +10:00
Robert Schütz
3fdf8750e8
puppeteer-cli: use buildNpmPackage
2023-09-06 17:35:04 -07:00
kashw2
17aa5aa573
dnglab: 0.5.0 -> 0.5.2
2023-09-07 10:09:52 +10:00
kashw2
64cdda3d48
agi: 3.3.0 -> 3.3.1
2023-09-07 10:02:00 +10:00
Anderson Torres
f2f9262b92
treewide: waf.hook -> wafHook
2023-09-06 10:41:28 -03:00
github-actions[bot]
72eff9fe5d
Merge master into staging-next
2023-09-06 00:01:57 +00:00
Artturi
2c9e9de1fe
Merge pull request #244279 from emilytrau/stegsolve-license
2023-09-06 02:45:35 +03:00
Weijia Wang
b408fe7ba7
Merge pull request #251934 from Flakebi/cts
...
vulkan-cts: 1.3.6.0 -> 1.3.6.3
2023-09-06 00:09:12 +02:00
Weijia Wang
f2b8a6be13
Merge pull request #252884 from LunNova/lunnova/maim-mainprogram
...
maim: set meta.mainProgram
2023-09-05 22:17:04 +02:00
Vladimír Čunát
b4cc333048
Merge branch 'master' into staging-next
2023-09-04 20:19:44 +02:00
ajs124
f3fe251344
structure-synth: remove
2023-09-04 13:54:50 +02:00
sir4ur0n
8b8ecfa445
graph-cli: fix runtime crash
...
Fixes https://github.com/NixOS/nixpkgs/issues/215079
2023-09-02 11:43:24 +02:00
Luna Nova
83922839dc
maim: set meta.mainProgram
2023-09-01 23:09:51 -07:00
github-actions[bot]
ce84b1371f
Merge master into staging-next
2023-08-31 00:01:54 +00:00
figsoda
de90516073
textplots: 0.8.1 -> 0.8.2
...
Diff: https://diff.rs/textplots/0.8.1/0.8.2
2023-08-30 20:19:07 +00:00
github-actions[bot]
e3e1b16eb6
Merge master into staging-next
2023-08-30 18:00:58 +00:00
Mario Rodas
a8ee5b22ae
Merge pull request #252258 from r-ryantm/auto-update/svgbob
...
svgbob: 0.7.0 -> 0.7.2
2023-08-30 08:02:35 -05:00
github-actions[bot]
76cc08f929
Merge master into staging-next
2023-08-30 12:01:26 +00:00
Weijia Wang
78d64d22d2
Merge pull request #251860 from r-ryantm/auto-update/vips
...
vips: 8.14.3 -> 8.14.4
2023-08-30 11:41:01 +02:00
R. Ryantm
d34402032c
svgbob: 0.7.0 -> 0.7.2
2023-08-30 03:42:08 +00:00
Weijia Wang
b593e2bcdc
ueberzugpp: 2.9.0 -> 2.9.1
2023-08-30 00:26:25 +02:00
github-actions[bot]
4b3b370ef1
Merge staging-next into staging
2023-08-29 12:01:36 +00:00
figsoda
1e333d29f6
termimage: init at 1.2.1
...
https://github.com/nabijaczleweli/termimage
2023-08-28 22:04:28 -04:00
github-actions[bot]
d3c73d5f44
Merge staging-next into staging
2023-08-28 00:03:02 +00:00
R. Ryantm
c033c47cb3
vips: 8.14.3 -> 8.14.4
2023-08-27 22:55:41 +00:00
Mario Rodas
3fabe18742
Merge pull request #251786 from figsoda/textplots
...
textplots: 0.8.0 -> 0.8.1
2023-08-27 13:38:50 -05:00
github-actions[bot]
e00c88f9d4
Merge staging-next into staging
2023-08-27 18:01:32 +00:00
K900
f900e733c1
Merge pull request #250778 from NixOS/staging-next
...
staging-next 2023-08-22
2023-08-27 20:22:51 +03:00
figsoda
5d65594677
textplots: 0.8.0 -> 0.8.1
...
Diff: https://diff.rs/textplots/0.8.0/0.8.1
2023-08-27 10:47:50 -04:00
Daniel Nagy
43b6f58d03
pikchr: set mainProgram
2023-08-27 09:15:00 +02:00
Sebastian Neubauer
b3a5a10309
vulkan-cts: 1.3.6.0 -> 1.3.6.3
2023-08-26 19:05:11 +02:00
Sebastian Neubauer
9121853fe5
vulkan-cts: Add update script
2023-08-26 19:05:11 +02:00
Anderson Torres
22482d879b
blockhash: change wafHook to waf.hook
2023-08-26 13:12:09 +00:00
K900
a83dda99b3
Merge pull request #250795 from K900/vulkan-1.3.261
...
Vulkan 1.3.261
2023-08-22 21:31:11 +03:00
K900
bcf8461991
spirv-cross: 1.3.250.0 -> 1.3.261.0
...
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/sdk-1.3.250.0...sdk-1.3.261.0
Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/23.11pre-git
2023-08-22 20:31:45 +03:00
K900
331377d48e
vulkan-extension-layer: 1.3.254 -> 1.3.261
...
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.254...v1.3.261
2023-08-22 20:31:45 +03:00
K900
8d8f1def21
vulkan-tools-lunarg: 1.3.250 -> 1.3.261
...
Diff: https://github.com/LunarG/VulkanTools/compare/v1.3.250...v1.3.261
2023-08-22 20:31:45 +03:00
K900
6c37d0f574
vulkan-tools: 1.3.254 -> 1.3.261
...
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.254...v1.3.261
2023-08-22 20:31:45 +03:00
Pol Dellaiera
1f1b9728da
Merge pull request #250323 from r-ryantm/auto-update/netpbm
...
netpbm: 11.3.2 -> 11.3.4
2023-08-22 16:36:59 +02:00
Ellie Hermaszewska
d97265e9ef
Merge pull request #250360 from r-ryantm/auto-update/directx-shader-compiler
...
directx-shader-compiler: 1.7.2212.1 -> 1.7.2308
2023-08-22 15:50:36 +08:00
figsoda
3dd5066dd3
csv2svg: init at 0.1.9
...
https://github.com/Canop/csv2svg
2023-08-21 20:49:24 -04:00
R. Ryantm
916e8c9ae5
netpbm: 11.3.2 -> 11.3.4
2023-08-21 11:33:17 +00:00
Vladimír Čunát
c86e0ee17d
Merge #248496 : staging-next 2023-08-11
2023-08-20 23:44:35 +02:00
TomaSajt
8bd00717e8
pdf-sign: use makeBinPath instead of patching
2023-08-20 22:18:12 +02:00
R. Ryantm
bbb0c1921f
directx-shader-compiler: 1.7.2212.1 -> 1.7.2308
2023-08-20 14:01:52 +00:00
github-actions[bot]
f6a4c6f912
Merge master into staging-next
2023-08-20 00:02:29 +00:00
Robert Scott
174bd27ec8
jhead: enable tests
2023-08-20 00:45:36 +02:00
github-actions[bot]
fbb4f932ee
Merge master into staging-next
2023-08-17 18:01:06 +00:00
Henner Zeller
f1096ca538
timg: 1.5.1 -> 1.5.2
...
Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.2
Important: fixes a buffer overflow issue.
2023-08-17 09:04:02 -07:00
github-actions[bot]
43454c8a64
Merge master into staging-next
2023-08-17 00:01:52 +00:00
figsoda
f55a1c85bd
Merge pull request #249504 from r-ryantm/auto-update/svg2pdf
...
svg2pdf: 0.5.0 -> 0.6.0
2023-08-16 15:00:51 -04:00
github-actions[bot]
583df4e091
Merge master into staging-next
2023-08-16 18:01:01 +00:00
Pol Dellaiera
4b8e137875
Merge pull request #248478 from TomaSajt/pdf-sign
...
pdf-sign: init at unstable-2022-08-08
2023-08-16 14:20:54 +02:00
TomaSajt
6daee5585d
pdf-sign: init at unstable-2022-08-08
2023-08-16 13:18:58 +02:00
R. Ryantm
9c6b4fe7c0
svg2pdf: 0.5.0 -> 0.6.0
2023-08-16 10:02:52 +00:00
github-actions[bot]
af70853335
Merge master into staging-next
2023-08-14 12:01:04 +00:00
R. Ryantm
728fa51404
cfdg: 3.3 -> 3.4.1
2023-08-13 23:30:00 +00:00
github-actions[bot]
12e030d6da
Merge master into staging-next
2023-08-13 18:00:59 +00:00
Weijia Wang
d37313c21f
Merge pull request #248799 from eclairevoyant/grim
...
grim: add meta.mainProgram and other cleanup
2023-08-13 18:41:32 +02:00
github-actions[bot]
f5eb026a2a
Merge master into staging-next
2023-08-13 06:00:52 +00:00
éclairevoyant
ead60eb8b9
grim: add meta.mainProgram and other cleanup
2023-08-12 20:01:06 -04:00