Commit Graph

3299 Commits

Author SHA1 Message Date
Nick Cao
056ec1c327
vulkan-caps-viewer: 3.42 -> 3.43 (#346388) 2024-10-04 14:53:22 -04:00
R. Ryantm
93f6be3634 vulkan-caps-viewer: 3.42 -> 3.43 2024-10-04 09:52:12 +00:00
R. Ryantm
94bf8a0010 resvg: 0.43.0 -> 0.44.0 2024-10-04 02:49:26 +00:00
h7x4
22b3e817a2
dnglab: 0.5.2 -> 0.6.3 (#279273) 2024-09-30 23:58:04 +02:00
Weijia Wang
0bd382c5c8 dnglab: fix hash mismatch 2024-09-30 17:33:11 +02:00
Thiago Kenji Okada
c362e9e298
grim: adopt and refactor (#342840) 2024-09-27 19:18:26 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Aleksana
33e82aab99
sng: 1.1.0 -> 1.1.1 (#342809) 2024-09-22 19:00:45 +08:00
Mihai Fufezan
25988a2f35
xcur2png: add "fix wrong math" patch 2024-09-20 22:29:08 +03:00
Mihai Fufezan
4cf65dda7b
xcur2png: format with nixfmt-rfc-style 2024-09-20 22:29:08 +03:00
Mihai Fufezan
5935caffde
xcur2png: fix cross-build
Fixes errors caused by autoconf not finding rpl_malloc

/nix/store/vl7wj0kj6rq3lgn7czb266lbr5y26kfn-aarch64-unknown-linux-gnu-binutils-2.42/bin/aarch64-unknown-linux-gnu-ld: /build/source/xcur2png.c:230:(.text+0x91c): undefined reference to `rpl_malloc'
2024-09-20 22:29:08 +03:00
Anderson Torres
0611a6bf49 grim: migrate to by-name 2024-09-18 13:38:53 -03:00
Anderson Torres
6dd26b15ef sng: migrate to by-name 2024-09-18 11:01:42 -03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. Ryantm
44a2013436 vulkan-caps-viewer: 3.41 -> 3.42 2024-09-15 16:42:00 +00:00
Fabián Heredia Montiel
346cb5cf94
netpbm: 11.7.0 -> 11.7.1 (#341089) 2024-09-12 18:41:07 -06:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00
Weijia Wang
6ba9e631f4
vips: 8.15.2 -> 8.15.3 (#334565) 2024-09-11 01:46:05 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
R. Ryantm
1ba931d6e7 netpbm: 11.7.0 -> 11.7.1 2024-09-10 17:58:59 +00:00
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
Robert Scott
5d6cbed56a exiftags: add CVE-2023-50671 & CVE-2024-42851 to knownVulnerabilities 2024-09-08 19:09:08 +01:00
github-actions[bot]
769b11176d
Merge master into staging-next 2024-09-05 18:03:49 +00:00
Peder Bergebakken Sundt
257cfbf1cc
google-amber: 2023-09-02 -> 2024-08-21 (#337715) 2024-09-05 10:50:31 -04:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next 2024-09-05 00:13:11 +00:00
Sirio Balmelli
e3a09a5f14
wkhtmltopdf: restore support for aarch64-linux
Some production instances of odoo run on aarch64-linux,
which depends on wkhtmltopdf.

Commit 569d5e54 moved to the -bin release of wkhtmltopdf
but did not include the binary package for aarch64-linux.

This commit extends the -bin packaging to pull the "arm64"
release for aarch64-linux.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2024-09-04 09:20:15 +02:00
K900
99f6323722
Vulkan 1.3.290 (#338599) 2024-08-31 20:22:56 +03:00
K900
d4bd2a8446 spirv-cross: 1.3.283.0 -> 1.3.290.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/1.3.290.0
2024-08-31 13:51:13 +03:00
K900
7b2ce5236d vulkan-extension-layer: 1.3.283.0 -> 1.3.290.0
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
2024-08-31 13:51:13 +03:00
K900
2cf5c8b852 vulkan-tools-lunarg: 1.3.283.0 -> 1.3.290.0
Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
2024-08-31 13:51:12 +03:00
K900
9a94f57d73 vulkan-tools: 1.3.283.0 -> 1.3.290.0
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
2024-08-31 13:51:12 +03:00
Vladimír Čunát
36a13f9f21
staging-next 2024-08-23 (#336718) 2024-08-31 11:49:12 +02:00
Vladimír Čunát
2703ea9572
wdisplays: fix build, missing wayland-scanner 2024-08-31 11:44:03 +02:00
Alyssa Ross
d4a72a3935 lib.platforms.mesaPlatforms: remove
Mesa is a package like any other.  There's no reason for it to be a
special case with its platforms listed in lib, because if other
packages want to refer to mesa's platforms, they can access the
platforms from the package meta like they would for any other package.
2024-08-31 10:28:31 +02:00
K900
195182d135 mesa-demos: fix build harder
osmesa tests are not worth the complexity of handling the lack of osmesa
on some platforms. Please just let osmesa die.
2024-08-29 23:23:24 +03:00
K900
7cb4bb6e88 mesa-demos: fix build 2024-08-29 20:48:35 +03:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
Sandro Jäckel
d50e23f0a4
glxinfo: replace with mesa-demos 2024-08-28 14:38:12 +02:00
github-actions[bot]
d62aaef66a
Merge master into staging-next 2024-08-28 00:13:03 +00:00
Sandro
58bd90220b
ffmpeg_4: almost drop (#336401) 2024-08-27 22:08:20 +02:00
R. Ryantm
9faaa27620 dnglab: 0.5.2 -> 0.6.3 2024-08-27 19:31:39 +00:00
Sebastian Neubauer
35409608ea
google-amber: 2023-09-02 -> 2024-08-21
Update amber to get support for some newer extensions.
Also add a test that runs with lavapipe.
2024-08-27 15:42:25 +02:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Nick Cao
6510da8329
dippi: 4.0.6 -> 4.1.0 (#337252) 2024-08-26 18:15:01 -04:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
zendo
7960c50993 dippi: move to by-name 2024-08-25 22:08:40 +08:00
github-actions[bot]
69716c980f
Merge staging-next into staging 2024-08-22 10:21:47 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Sandro
11b26f016e
Merge pull request #336141 from emilazy/push-uztymzmukyyk
opencv{2,3}: drop
2024-08-22 09:14:40 +02:00
Emily
5e13c4193b vulkan-cts: unpin FFmpeg 4 2024-08-21 23:01:51 +01:00