Commit graph

2541 commits

Author SHA1 Message Date
Weijia Wang 62042b0009 ueberzugpp: drop uuid 2023-05-30 05:48:14 +03:00
figsoda a161e8d1df
Merge pull request #234792 from wegank/ueberzugpp-bump
ueberzugpp: 2.8.5 -> 2.8.6
2023-05-29 14:20:03 -04:00
Kira Bruneau 918b48e44b
Merge pull request #231890 from kira-bruneau/vkbasalt
vkbasalt: add bitness suffix to layer name
2023-05-29 09:45:50 -04:00
Weijia Wang 05ef1ae17f ueberzugpp: 2.8.5 -> 2.8.6 2023-05-29 15:07:27 +03:00
Weijia Wang 7b16476984
Merge pull request #234619 from PedroHLC/vulkan-caps-viewer-3.31
vulkan-caps-viewer: 3.30 -> 3.31
2023-05-29 00:32:05 +03:00
PedroHLC ☭ 7298fef041
vulkan-caps-viewer: 3.30 -> 3.31 2023-05-28 10:11:37 -03:00
Mario Rodas 4ae024e5fe resvg: 0.33.0 -> 0.34.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.33.0...v0.34.0

Changelog: https://github.com/RazrFalcon/resvg/raw/v0.34.0/CHANGELOG.md
2023-05-27 04:20:00 +00:00
Weijia Wang de87ba42c9 ueberzugpp: drop mainProgram 2023-05-26 15:00:44 +03:00
Weijia Wang 7f9057a133 ueberzugpp: adjust options 2023-05-26 15:00:44 +03:00
Weijia Wang b388107dd5 ueberzugpp: 2.8.4 -> 2.8.5 2023-05-26 14:59:35 +03:00
Weijia Wang 32e7065239 ueberzugpp: 2.8.3 -> 2.8.4 2023-05-26 14:58:59 +03:00
Weijia Wang 25d265d433
Merge pull request #234198 from wegank/microsoft-gsl-rename
treewide: microsoft_gsl -> microsoft-gsl
2023-05-26 14:56:27 +03:00
Weijia Wang 5bafafe369 treewide: microsoft_gsl -> microsoft-gsl 2023-05-26 13:43:45 +03:00
Lily Foster f864e73325
Merge pull request #233702 from lilyinstarlight/fix/gmic-qt-updatescript
gmic-qt: fix updateScript
2023-05-25 19:40:05 -04:00
Weijia Wang 35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Kerstin Humm 6eaa6acb0c
wgpu-utils: 0.16.0 -> 0.16.1 2023-05-25 11:26:17 +02:00
Lily Foster ba3e6a91d1
gmic-qt: fix updateScript 2023-05-23 19:49:21 -04:00
Thiago Kenji Okada 5bd109883c
Merge pull request #231838 from PedroHLC/vulkan-caps-viewer-3.30
vulkan-caps-viewer: 3.29 -> 3.30
2023-05-23 19:16:47 +00:00
Rick van Schijndel c630a4f842
Merge pull request #230734 from Mindavi/gnuplot/cross
gnuplot: fix cross-compilation by disabling docs and demos
2023-05-21 20:36:33 +02:00
Sandro 6a8f91d0d3
Merge pull request #218516 from tomodachi94/update/sanjuuni/0.4
sanjuuni: 0.3 -> 0.4
2023-05-20 19:20:04 +02:00
Weijia Wang 87a64c3979 ueberzugpp: 2.8.1 -> 2.8.3 2023-05-19 15:04:51 +03:00
Mario Rodas aa7f55ce85 resvg: install libresvg 2023-05-19 04:20:00 +00:00
Mario Rodas 1780fa9ca3 resvg: 0.32.0 -> 0.33.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.32.0...v0.33.0

Changelog: https://github.com/RazrFalcon/resvg/raw/v0.33.0/CHANGELOG.md
2023-05-19 04:20:00 +00:00
figsoda 858533dd4c sic-image-cli: 0.22.2 -> 0.22.3
Diff: https://github.com/foresterre/sic/compare/v0.22.2...v0.22.3

Changelog: https://github.com/foresterre/sic/blob/v0.22.3/CHANGELOG.md
2023-05-18 07:36:37 -04:00
Tomo 4591fc2d38 sanjuuni: 0.3 -> 0.4
This commit bumps Sanjuuni's version. It also
adds OpenCL as a new dependency.

Changelog: https://github.com/MCJack123/sanjuuni/releases/tag/0.4
2023-05-17 17:13:36 +00:00
R. Ryantm 951deaab3d wallutils: 5.12.5 -> 5.12.7 2023-05-17 07:53:45 -03:00
Daniel Nagy 0ad5a24738
pngcheck: support cross compilation and install man page 2023-05-15 22:37:12 +02:00
Atemu 746a5fc2e0
Merge pull request #231874 from Atemu/fix/mangohud-layer-name-bitness
mangohud: add bitness suffix to layer name
2023-05-15 13:42:28 +02:00
Kira Bruneau 22b4111ea9 vkbasalt: add bitness suffix to layer name 2023-05-14 13:45:29 -04:00
Atemu 7eacc7f549 mangohud: make lower bitness support configurable
This allows the user to disable 32-bit support for closure size reasons or in
order to mitigate loader issues like
https://github.com/NixOS/nixpkgs/issues/230978.

The name is weird because it can't start with a digit :/
2023-05-14 18:35:51 +02:00
Atemu 272154f260 mangohud: add bitness suffix to layer name
The VK loader finds the 32-bit layer first and does not attempt to load the
64-bit layer afterwards; likely because it shares the same name. Simply giving
them different names fixes the issue; both layers are tried and the correct one
succeeds.

A similar patter is employed by obs-vkcapture which continued working after
https://github.com/NixOS/nixpkgs/pull/228870.

Fixes https://github.com/NixOS/nixpkgs/issues/230978
2023-05-14 18:25:15 +02:00
PedroHLC ☭ e3a53e1c97
vulkan-caps-viewer: replace withX11 with x11Support to match no-x-libs 2023-05-14 09:20:31 -03:00
PedroHLC ☭ 0015306203
vulkan-caps-viewer: 3.29 -> 3.30 2023-05-14 09:18:53 -03:00
Weijia Wang 949b2c6f16 ueberzugpp: mark as broken on darwin 2023-05-13 22:43:47 +02:00
R. Ryantm b8d011dabd ueberzugpp: 2.8.0 -> 2.8.1 2023-05-12 10:58:48 +00:00
Sandro Jäckel e97054e30b
gnuplot: use lib.makeBinPath to condense wrapper 2023-05-09 20:04:39 +02:00
figsoda b303d98840
Merge pull request #230692 from Aleksanaa/ueberzugpp 2023-05-08 16:19:24 -04:00
aleksana 1c73603403 ueberzugpp: init at 2.8.0 2023-05-09 01:10:03 +08:00
Rick van Schijndel e9d434cd03 gnuplot: fix cross-compilation by disabling docs and demos
Now we can cross-build rtl_433 completely!
2023-05-08 19:09:57 +02:00
github-actions[bot] 3510094ebe
Merge master into staging-next 2023-05-07 00:02:36 +00:00
Sergei Trofimovich dd6726df6c realesrgan-ncnn-vulkan: drop redundant libgcc dependency
`libgcc` should normally be provided by `gcc` `stdenv` directly.
Checked with `diffoscope` that final output did not change.

While at it added all platforms to supported list.
2023-05-06 19:54:00 +01:00
github-actions[bot] c0860aa88a
Merge master into staging-next 2023-05-05 18:01:12 +00:00
Yaya 746e22ac2f shotgun: 2.3.1 -> 2.4.0
https://github.com/neXromancers/shotgun/releases/tag/v2.4.0
2023-05-05 13:48:08 +00:00
github-actions[bot] bf19e21376
Merge master into staging-next 2023-05-04 12:01:18 +00:00
K900 3428bdf3c9
Merge pull request #229749 from K900/even-more-more-vulkan-updates
Even more more vulkan updates
2023-05-04 10:44:25 +03:00
github-actions[bot] da9874f93a
Merge master into staging-next 2023-05-04 06:01:25 +00:00
K900 bfa29e5245 vulkan-tools-lunarg: 1.3.243.0 -> 1.3.249 2023-05-04 00:05:37 +03:00
Anderson Torres 136b947128 gmic: cosmetic changes
- reorder input set
- use rec-less, finalAttrs-style attributes
- include cimg and gmic to passthru.tests
- use `preConfigure` instead of `sourceRoot`
- remove nested `with` from meta attributes
2023-05-02 22:33:34 -03:00
Anderson Torres 79101d8f8a gmic-qt: 3.2.3 -> 3.2.4 2023-05-02 22:33:34 -03:00
Anderson Torres 3765b2a1ee gmic: cosmetic changes
- reorder input set
- include cimg to passthru.tests
- use rec-less, finalAttrs-style attributes
- remove nested `with` from meta attributes
2023-05-02 22:33:33 -03:00