Commit Graph

2827 Commits

Author SHA1 Message Date
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
Sergei Trofimovich
d97e83ff6f mangohud: backport gcc-13 fix
Without the change the build fails on `gcc-13` as:

    $ nix build --impure --expr 'with import ./. {}; mangohud.override { stdenv = gcc13Stdenv; }' -L

    mangohud> In file included from ../tests/../src/amdgpu.h:8,
    mangohud>                  from ../tests/test_amdgpu.cpp:9:
    mangohud> ../tests/../src/overlay_params.h:229:21: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'?
    mangohud>   229 |    std::vector<std::uint32_t> fps_limit;
    mangohud>       |                     ^~~~~~~~
    mangohud>       |                     wint_t
2023-08-12 22:21:58 +01:00
github-actions[bot]
cc6e13abfb
Merge master into staging-next 2023-08-11 12:01:01 +00:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
github-actions[bot]
1c6eb8b975
Merge staging-next into staging 2023-08-11 00:02:18 +00:00
Robert Scott
87cb27df44
Merge pull request #248044 from r-ryantm/auto-update/netpbm
netpbm: 11.3.0 -> 11.3.2
2023-08-10 22:07:12 +01:00
github-actions[bot]
d98b254ef5
Merge staging-next into staging 2023-08-10 12:01:53 +00:00
Norbert Melzer
1e99c8aa4c
Merge pull request #248301 from NobbZ/scrot-meta-main 2023-08-10 09:51:25 +02:00
Norbert Melzer
1d56cde48b scrot: provide meta.mainProgram 2023-08-10 08:56:51 +02:00
R. Ryantm
11cb8539dc dpic: 2023.02.01 -> 2023.06.01 2023-08-10 03:56:28 +00:00
github-actions[bot]
753276e426
Merge staging-next into staging 2023-08-09 18:01:38 +00:00
Weijia Wang
f6b85728fb ueberzugpp: 2.8.9 -> 2.9.0 2023-08-09 12:43:33 +02:00
R. Ryantm
778508d0ec netpbm: 11.3.0 -> 11.3.2 2023-08-08 23:36:42 +00:00
github-actions[bot]
792f4d7934
Merge staging-next into staging 2023-08-08 18:01:27 +00:00
Theodore Ni
44dddc3f18
gifski: fix tests by running them in debug mode 2023-08-07 18:28:51 -07:00
Anselm Schüler
1b6e441e02 graphviz: 8.0.5 -> 8.1.0 2023-08-07 10:33:29 +02:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
figsoda
f323c37700
Merge pull request #245401 from figsoda/unused-1 2023-07-26 12:01:25 -04:00
pacien
f747a635d6 ldgallery: drop package
This removes 'ldgallery' from nixpkgs.
It remains available through the Nix Flake provided by ldgallery.

The package of its "compiler" part was already marked as broken due to
dependencies having gone out of sync with the rest of the Haskell
packages.

The package of its "viewer" part also got out of sync due to changes
in JS dependency manager.
2023-07-26 01:44:35 +02:00
Connor Baker
495875182e
Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupport
Respect global config.cudaSupport
2023-07-25 14:18:14 -04:00
figsoda
aa9d49bbd2 pkgs/tools/graphics: remove dead code 2023-07-25 11:04:11 -04:00
Pol Dellaiera
8c82245e29
Merge pull request #194082 from dit7ya/dnglab
dnglab: init at 0.5.0
2023-07-25 03:12:25 +02:00
R. Ryantm
94aaa919d9 vips: 8.14.2 -> 8.14.3 2023-07-23 15:24:04 +00:00
figsoda
d217eca58d smartcrop: init at unstable-2023-03-16
https://github.com/muesli/smartcrop
2023-07-21 10:07:27 -04:00
Evan Richter
e36cfd8916 maskromtool: 2023-06-17 -> 2023-07-20 2023-07-20 21:26:26 -05:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
Someone Serge
bf9e6fe9b8
tree-wide: rm cudaSupport ? false formal parameters
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
Weijia Wang
3fa49138c9
Merge pull request #244307 from wegank/ueberzugpp-bump
ueberzugpp: 2.8.8 -> 2.8.9
2023-07-19 13:55:13 +03:00
Weijia Wang
c0a57ce34f ueberzugpp: 2.8.8 -> 2.8.9 2023-07-19 13:13:41 +03:00
Emily Trau
8c7898a108 stegsolve: more precise license 2023-07-19 16:04:41 +10:00
Henner Zeller
42ebc1025a timg: 1.5.0 -> 1.5.1
Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.1
2023-07-16 17:28:29 -07:00
adisbladis
1b7241dd2a
Merge pull request #243197 from adisbladis/vips-no-magick
vips: Allow building without imagemagick support
2023-07-16 14:19:17 +12:00
github-actions[bot]
781017eaf1
Merge master into staging-next 2023-07-14 12:01:45 +00:00
Nick Cao
2a59d43096
Merge pull request #241437 from dasisdormax/astc-encoder-update-4.5.0
astc-encoder: 4.4.0 -> 4.5.0
2023-07-14 00:03:18 -06:00
github-actions[bot]
469798d2dd
Merge master into staging-next 2023-07-14 06:01:28 +00:00
Nick Cao
0e75cf5088
Merge pull request #243287 from wineee/qrcode
qrcode: unstable-2016-08-04 -> unstable-2022-01-10
2023-07-13 23:58:53 -06:00
rewine
1aea47f678
qrcode: unstable-2016-08-04 -> unstable-2022-01-10 2023-07-13 22:50:20 +08:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
adisbladis
91837d49fd vips: Allow building without imagemagick support 2023-07-13 15:44:09 +12:00
adisbladis
0c6070c15e vips: Add cgif 2023-07-12 20:24:16 +12:00
adisbladis
d1ef125f13 cgif: init at 0.3.2 2023-07-12 20:18:25 +12:00
adisbladis
e5aa87f731 vips: build PNG support using libspng instead of libpng
This has better performance and is the upstream libvips preferred option.
2023-07-12 20:07:19 +12:00
github-actions[bot]
8e15f4621a
Merge master into staging-next 2023-07-11 00:02:57 +00:00
Felix Buehler
f93ea48c58 findimagedupes: drop 2023-07-10 17:00:11 -03:00
github-actions[bot]
9105ae569b
Merge master into staging-next 2023-07-10 12:01:17 +00:00
Pol Dellaiera
b9ebd80c7d
Merge pull request #242418 from hzeller/20230708-timg-update
timg: 1.4.5 -> 1.5.0
2023-07-10 11:31:20 +02:00
github-actions[bot]
c60d48234a
Merge master into staging-next 2023-07-09 12:01:18 +00:00
Henner Zeller
8859693cf4 timg: 1.4.5 -> 1.5.0
Sixel support; faster compression of graphic protocols.
https://github.com/hzeller/timg/releases/tag/v1.5.0

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2023-07-08 22:32:01 -07:00
R. Ryantm
93d9c279dc vkbasalt: 0.3.2.9 -> 0.3.2.10 2023-07-08 21:32:22 +00:00
Maximilian Wende
39762cefc6
astc-encoder: 4.4.0 -> 4.5.0 2023-07-04 09:58:48 +02:00
github-actions[bot]
afae8eadb8
Merge staging-next into staging 2023-07-03 12:01:45 +00:00
Lily Foster
98f2ff08e3
gmic-qt: 3.2.5 -> 3.2.6 2023-07-03 03:54:53 -04:00
Weijia Wang
038455bb36
Merge pull request #240953 from r-ryantm/auto-update/gmic
gmic: 3.2.5 -> 3.2.6
2023-07-03 10:32:03 +03:00
Ellie Hermaszewska
16cc937db4
Merge pull request #237305 from remexre/fix-vulkan-extension-layer
vulkan-extension-layer: fix setup hook when XDG_DATA_DIRS unset
2023-07-03 14:55:44 +08:00
github-actions[bot]
f5a8109c46
Merge staging-next into staging 2023-07-02 00:03:47 +00:00
Emily
3dc2753970
Merge pull request #240767 from doronbehar/pkg/enblend-enfuse
enblend-enfuse: use fetchhg instead of sourceforge snapshots
2023-07-01 23:19:42 +02:00
Jan Tojnar
ff15350944 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/libraries/nss/generic.nix

fa93045a5b adds `< 3.91` conjunct for the `remove-c25519-support.patch` condition
bb53634671 removes the ≥ 3.90 condition for the `remove-c25519-support.patch` since nss < 3.90 is no longer provided
2023-07-01 20:11:04 +02:00
R. Ryantm
b3dceb7b37 gmic: 3.2.5 -> 3.2.6 2023-07-01 17:33:22 +00:00
R. RyanTM
e8f97f0ff1
gifsicle: 1.93 -> 1.94 (#240801) 2023-07-01 10:37:03 +02:00
Doron Behar
62dddab336 enblend-enfuse: use fetchhg instead of sourceforge snapshots
See also discussion at:
https://github.com/NixOS/nixpkgs/pull/239140#discussion_r1248079360
2023-06-30 20:53:17 +03:00
github-actions[bot]
36acc4f99b
Merge staging-next into staging 2023-06-30 12:02:06 +00:00
Weijia Wang
f126023168
Merge pull request #240609 from r-ryantm/auto-update/netpbm
netpbm: 11.2.0 -> 11.3.0
2023-06-30 14:46:12 +03:00
github-actions[bot]
f6242f9557
Merge staging-next into staging 2023-06-30 00:03:00 +00:00
R. Ryantm
50ebee7c49 netpbm: 11.2.0 -> 11.3.0 2023-06-29 21:24:12 +00:00
R. Ryantm
d7474a3a1c graphviz: 7.1.0 -> 8.0.5 2023-06-29 07:22:59 +00:00
Weijia Wang
1babaa8a05 gfxreconstruct: set platforms 2023-06-29 10:18:26 +03:00
R. Ryantm
7b4b3ef3de gfxreconstruct: 0.9.18 -> 1.0.0 2023-06-28 17:21:51 +00:00
Mario Rodas
ef1e57456f resvg: 0.34.1 -> 0.35.0
Diff: https://github.com/RazrFalcon/resvg/compare/v0.34.1...v0.35.0

Changelog: https://github.com/RazrFalcon/resvg/raw/v0.35.0/CHANGELOG.md
2023-06-27 04:20:00 +00:00
7c6f434c
d9895270b7
Merge pull request #240004 from xworld21/asymptote-xasy-lsp
asymptote: make xasy work, enable lsp
2023-06-26 22:52:29 +00:00
Vincenzo Mantova
3493e85258 asymptote: enable lsp 2023-06-26 22:09:19 +01:00
Vincenzo Mantova
ba1db967e7 asymptote: add Qt5 libraries and wrapper for xasy 2023-06-26 22:09:19 +01:00
Vincenzo Mantova
640d4e204d asymptote: make the python modules imported by xasy available at runtime 2023-06-26 22:09:19 +01:00
Weijia Wang
5f90d586f0
Merge pull request #239963 from wegank/ueberzugpp-bump
ueberzugpp: 2.8.7 -> 2.8.8
2023-06-26 21:53:41 +02:00
Weijia Wang
cfd669d9d5 ueberzugpp: 2.8.7 -> 2.8.8 2023-06-26 18:48:55 +03:00
github-actions[bot]
36bd3b4559
Merge master into staging-next 2023-06-25 06:01:15 +00:00
figsoda
cb2e5a4bc0 shotgun: 2.5.0 -> 2.5.1
Diff: https://github.com/neXromancers/shotgun/compare/v2.5.0...v2.5.1
2023-06-24 19:36:17 -04:00
github-actions[bot]
9af472e5c9
Merge master into staging-next 2023-06-24 12:01:09 +00:00
Thomas Gerbet
42637bd822 jhead: 3.06.0.1 -> 3.08
"Release notes":
https://github.com/Matthias-Wandel/jhead/releases/tag/3.08
2023-06-24 13:49:06 +02:00
K900
f2a2be87eb spirv-cross: 1.3.243.0 -> 1.3.250.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/sdk-1.3.243.0...sdk-1.3.250.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/23.11pre-git
2023-06-23 12:59:36 +03:00
K900
1a8fd67c6c vulkan-extension-layer: 1.3.248 -> 1.3.254
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.248...v1.3.254
2023-06-23 12:59:36 +03:00
K900
0eb5d95df1 vulkan-tools-lunarg: 1.3.249 -> 1.3.250
Diff: https://github.com/LunarG/VulkanTools/compare/v1.3.249...v1.3.250

Apply small hacks to make it build with latest SDK/VVL.
2023-06-23 12:59:36 +03:00
K900
b727077eaa vulkan-tools: 1.3.249 -> 1.3.254
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.249...v1.3.254

Also add new Python dependency.
2023-06-23 12:59:36 +03:00
Franz Pletz
44ea75db4a
scrot: 1.7 -> 1.10 2023-06-21 15:20:16 +02:00
Sergei Trofimovich
664602c8f9 grim: 1.4.0 -> 1.4.1
Changes: https://git.sr.ht/~emersion/grim/refs/v1.4.1
2023-06-20 23:09:31 +01:00
lunik1
74fd95a634
gifski: enable video support 2023-06-20 18:26:20 +01:00
Evan Richter
5fe5c1046e maskromtool: 2023-05-30 -> 2023-06-17 2023-06-19 08:12:37 -05:00
Emily
a5ab3544cc
Merge pull request #238325 from Benjamin-L/add-deqp-runner
deqp-runner: init at 0.16.1
2023-06-18 23:33:10 +02:00
Benjamin Lee
02379010ee
deqp-runner: init at 0.16.1 2023-06-18 12:44:03 -07:00
R. Ryantm
9d064ec73b svg2pdf: 0.4.1 -> 0.5.0 2023-06-17 10:07:12 +00:00
7c6f434c
5a891322ab
Merge pull request #237330 from amjoseph-nixpkgs/pr/zbar/fixcross
zbar: fix cross compilation
2023-06-15 12:34:47 +00:00
Adam Joseph
95a4cdaba5 zbar: fix cross compilation
This commit fixes cross compilation for zbar by adding `qtbase` to
its `nativeBuildInputs`.
2023-06-14 23:29:01 -07:00
R. Ryantm
ff8c1f1cd6 gnuplot: 5.4.6 -> 5.4.8 2023-06-14 06:41:55 +00:00
novenary
dc8eaddb93 shotgun: add novenary to maintainers
I am upstream, so I think it's appropriate for me to be listed here too.
2023-06-13 19:30:44 +03:00
novenary
5ace6ef7de shotgun: 2.4.0 -> 2.5.0 2023-06-13 19:26:04 +03:00
novenary
5a93954d8c shotgun: remove build script workaround
No longer necessary as of 2.4.0.

See: ba5c70bb20
2023-06-13 19:18:05 +03:00
Nathan Ringo
471ee27e4e vulkan-extension-layer: fix setup hook when XDG_DATA_DIRS unset
Previously, an error would occur in set -e environments.
2023-06-12 02:26:47 -05:00
Weijia Wang
dc8bbbf0dd ueberzugpp: 2.8.6 -> 2.8.7 2023-06-12 10:14:45 +03:00
Ryan Lahfa
e6926e0b92
Merge pull request #236922 from evanrichter/maskromtool
maskromtool: init
2023-06-10 16:15:10 +02:00
Daniel Nagy
ca2cb9f644 treewide: "libary" -> "library" 2023-06-10 14:54:08 +01:00
Evan Richter
bb50a8eceb maskromtool: init at v2023-05-30 2023-06-09 17:02:11 -04:00
Rick van Schijndel
52fa363d54
Merge pull request #235795 from AngryAnt/pdftoipe/zhf-23.05
pdftoipe: fix build
2023-06-09 08:24:05 +02:00
Weijia Wang
3cf7afb5bc
Merge pull request #236538 from lilyinstarlight/upd/gmic-3.2.5
gmic,gmic-qt: 3.2.4 -> 3.2.5
2023-06-08 14:28:43 +03:00
Lily Foster
f400b178d2
gmic-qt: 3.2.4 -> 3.2.5 2023-06-07 22:07:45 +00:00
Lily Foster
ad9f6a15df
gmic: 3.2.4 -> 3.2.5 2023-06-07 22:06:20 +00:00
Pol Dellaiera
fe2e5ade02
Merge pull request #236434 from wegank/luxcorerender-drop
luxcorerender: drop
2023-06-07 20:35:11 +02:00
Pol Dellaiera
f4d6e33e8e
Merge pull request #236081 from Flakebi/vulkan-cts
vulkan-cts: 1.3.5.2 -> 1.3.6.0
2023-06-07 20:22:26 +02:00
Weijia Wang
c8935386b3 luxcorerender: drop 2023-06-07 14:03:23 +03:00
Emil "AngryAnt" Johansen
acb5b93f26
pdftoipe: fix build by applying patch from PR 55 as well 2023-06-07 12:03:36 +02:00
Sebastian Neubauer
4649e2c604 vulkan-cts: 1.3.5.2 -> 1.3.6.0 2023-06-05 14:31:44 +02:00
github-actions[bot]
e8e956566c
Merge staging-next into staging 2023-06-01 12:02:11 +00:00
Nick Cao
06adb25e47
Merge pull request #231603 from NickCao/mesa-demos-cross
mesa-demos: fix cross compilation, set strictDeps
2023-06-01 01:48:36 -06:00
github-actions[bot]
323e9a44c2
Merge staging-next into staging 2023-05-31 12:01:43 +00:00
Mario Rodas
02fe8fdf95 resvg: 0.34.0 -> 0.34.1
Diff: https://github.com/RazrFalcon/resvg/compare/v0.34.0...v0.34.1

Changelog: https://github.com/RazrFalcon/resvg/raw/v0.34.1/CHANGELOG.md
2023-05-31 04:20:00 +00:00
github-actions[bot]
36927e8629
Merge staging-next into staging 2023-05-30 06:01:32 +00:00
Weijia Wang
62042b0009 ueberzugpp: drop uuid 2023-05-30 05:48:14 +03:00
github-actions[bot]
1df97aede2
Merge staging-next into staging 2023-05-30 00:02:56 +00: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
github-actions[bot]
5611fa71ab
Merge staging-next into staging 2023-05-29 18:01:43 +00: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
github-actions[bot]
a0de937efb
Merge staging-next into staging 2023-05-29 12:02:05 +00: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
K900
dc6fd4b5e7 graphviz: drop libdevil backend
Seems unmaintained upstream, both the backend and the library, and
the feature set is already covered by other backends.

Removes a Mesa dependency, which is especially relevant in light of #233265.
2023-05-28 08:46:28 +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
Nick Cao
de91fb2921
mesa-demos: fix cross compilation, set strictDeps 2023-05-19 20:36:08 +08: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
Anderson Torres
1a898558c8 gmic: 3.2.3 -> 3.2.4 2023-05-02 22:33:33 -03:00
github-actions[bot]
e7d9c8250f
Merge master into staging-next 2023-05-03 00:02:12 +00:00
figsoda
c459330caf gifski: 1.10.3 -> 1.11.0, add figsoda as a maintainer
Diff: https://github.com/ImageOptim/gifski/compare/1.10.3...1.11.0

Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.11.0
2023-05-02 13:42:13 -04:00
github-actions[bot]
7783054bd0
Merge staging-next into staging 2023-05-01 18:01:56 +00:00
K900
07fd3ec5df vulkan-extension-layer: 1.3.243 -> 1.3.248, remove vulkan-headers version check 2023-05-01 15:23:36 +03:00
K900
064bcc58cd vulkan-tools: 1.3.243 -> 1.3.249, remove vulkan-headers version check
The tools build just fine with older/newer headers generally.
2023-05-01 15:23:36 +03:00
K900
a2332386df gnuplot-qt: fix wrapper 2023-04-30 20:36:22 +03:00
R. Ryantm
eb2e154443 resvg: 0.31.0 -> 0.32.0 2023-04-30 03:28:24 +00:00
Emery Hemingway
c5b46371a7 didder: init at 1.2.0 2023-04-29 15:49:46 +00:00
figsoda
29da0c2ff9 sic-image-cli: 0.22.1 -> 0.22.2
Diff: https://github.com/foresterre/sic/compare/v0.22.1...v0.22.2

Changelog: https://github.com/foresterre/sic/blob/v0.22.2/CHANGELOG.md
2023-04-27 22:01:36 -04:00
7c6f434c
dd598be67a
Merge pull request #226968 from delroth/zbar-0.23.92
zbar: 0.23.90 -> 0.23.92 (+ enable checkPhase)
2023-04-26 18:50:31 +00:00
Robert Scott
fdd4f77e5c
zbar: enable checkPhase on Darwin 2023-04-26 14:35:55 +02:00
Pierre Bourdon
8ae1865b52
zbar: make checkPhase work, and enable it 2023-04-26 14:17:51 +02:00
Pierre Bourdon
a1eed9f1ff
zbar: 0.23.90 -> 0.23.92 2023-04-26 14:17:44 +02:00
Nick Cao
8426a11c2f
Merge pull request #228003 from alyssais/vulkan-cts-cross
vulkan-cts: fix cross
2023-04-26 09:15:38 +08:00