Skip to content

Commit abd3ff1

Browse files
Merge branch 'void-linux:master' into master
2 parents 21276e4 + 38c4186 commit abd3ff1

42 files changed

Lines changed: 243 additions & 154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/shlibs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,9 +3556,9 @@ libbelr.so.1 belr-0.1.3_1
35563556
libbelcard.so.1 belcard-1.0.2_1
35573557
libsoci_core.so.4.0 soci-4.0.3_1
35583558
libshaderc_shared.so.1 shaderc-2018.0_1
3559-
libglslang.so.15 glslang-15.0.0_1
3560-
libglslang-default-resource-limits.so.15 glslang-15.0.0_1
3561-
libSPIRV.so glslang-15.0.0_1
3559+
libglslang.so.16 glslang-16.2.0_1
3560+
libglslang-default-resource-limits.so.16 glslang-16.2.0_1
3561+
libSPIRV.so.16 glslang-16.2.0_1
35623562
libSPIRV-Tools-shared.so SPIRV-Tools-2022.3_1
35633563
libmaxminddb.so.0 libmaxminddb-1.3.2_1
35643564
libmysqlpp.so.3 mysql++-3.2.5_1
@@ -3602,6 +3602,7 @@ libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
36023602
libwlroots.so.12 wlroots0.17-0.17.0_1
36033603
libwlroots-0.18.so wlroots0.18-0.18.0_1
36043604
libwlroots-0.19.so wlroots0.19-0.19.0_1
3605+
libwlroots-0.20.so wlroots0.20-0.20.0_1
36053606
libbaseencode.so.1 libbaseencode-1.0.9_1
36063607
libcotp.so.4 libcotp-4.0.0_1
36073608
libunarr.so.1 libunarr-1.0.1_1

srcpkgs/SPIRV-LLVM-Translator19/template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'SPIRV-LLVM-Translator19'
22
pkgname=SPIRV-LLVM-Translator19
3-
version=19.1.8
3+
version=19.1.16
44
revision=1
55
_llvm_ver=${version%%.*}
66
build_style=cmake
@@ -17,7 +17,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
1717
license="NCSA"
1818
homepage="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
1919
distfiles="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v${version}.tar.gz"
20-
checksum=9b1c4a0cf164061f7680b82a6733026518c50b2b298ce0927aa5220222eaa7b5
20+
checksum=ad96f8dea30fac2dc68627694823df017bc8d20c244c8b6d98c70c3f3b1d39fa
2121

2222
alternatives="llvm-spirv:llvm-spirv:/usr/bin/llvm-spirv-${_llvm_ver}"
2323

@@ -28,7 +28,8 @@ post_install() {
2828

2929
SPIRV-LLVM-Translator19-devel_package() {
3030
depends="SPIRV-LLVM-Translator${_llvm_ver}-${version}_${revision}"
31-
conflicts="SPIRV-LLVM-Translator-devel>=0"
31+
conflicts="SPIRV-LLVM-Translator-devel>=0 SPIRV-LLVM-Translator21-devel>=0
32+
SPIRV-LLVM-Translator22-devel>=0"
3233
short_desc+=" - development files"
3334
pkg_install() {
3435
vmove usr/include

srcpkgs/SPIRV-LLVM-Translator21/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'SPIRV-LLVM-Translator21'
22
pkgname=SPIRV-LLVM-Translator21
3-
version=21.1.1
3+
version=21.1.5
44
revision=1
55
_llvm_ver=${version%%.*}
66
build_style=cmake
@@ -16,7 +16,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
1616
license="NCSA"
1717
homepage="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
1818
distfiles="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v${version}.tar.gz"
19-
checksum=dda46febdb060a1d5cc2ceeb9682ccaf33e55ae294fd0793274531b54f07c46b
19+
checksum=704fb1d0244a688b97decafbb51deb11774a081d5ef31652245a2527b658e0a7
2020

2121
alternatives="llvm-spirv:llvm-spirv:/usr/bin/llvm-spirv-${_llvm_ver}"
2222

@@ -27,7 +27,7 @@ post_install() {
2727

2828
SPIRV-LLVM-Translator21-devel_package() {
2929
depends="SPIRV-LLVM-Translator${_llvm_ver}-${version}_${revision}"
30-
conflicts="SPIRV-LLVM-Translator-devel>=0"
30+
conflicts="SPIRV-LLVM-Translator19-devel>=0 SPIRV-LLVM-Translator22-devel>=0"
3131
short_desc+=" - development files"
3232
pkg_install() {
3333
vmove usr/include

srcpkgs/SPIRV-LLVM-Translator22/template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ post_install() {
3030

3131
SPIRV-LLVM-Translator22-devel_package() {
3232
depends="SPIRV-LLVM-Translator${_llvm_ver}-${version}_${revision}"
33-
conflicts="SPIRV-LLVM-Translator-devel>=0"
33+
conflicts="SPIRV-LLVM-Translator-devel>=0 SPIRV-LLVM-Translator21-devel>=0
34+
SPIRV-LLVM-Translator19-devel>=0"
3435
short_desc+=" - development files"
3536
pkg_install() {
3637
vmove usr/include

srcpkgs/Vulkan-Headers/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Template file for 'Vulkan-Headers'
22
pkgname=Vulkan-Headers
3-
version=1.4.328.1
3+
version=1.4.341.0
44
revision=1
55
build_style=cmake
66
short_desc="Vulkan header files"
77
maintainer="Orphaned <orphan@voidlinux.org>"
88
license="Apache-2.0"
99
homepage="https://www.khronos.org/vulkan/"
1010
distfiles="https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-${version}.tar.gz"
11-
checksum=c465aa56757e7746ac707f582b6e2d51546569a4a2488c1172fb543aa5fdfc2c
11+
checksum=d73bc5036b6556b741f6985ff600ca720308c5f2850e4a43ceb498bd3de069e7

srcpkgs/Vulkan-Tools/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'Vulkan-Tools'
22
pkgname=Vulkan-Tools
3-
version=1.4.313.0
4-
revision=2
3+
version=1.4.341.0
4+
revision=1
55
build_style=cmake
66
configure_args="-DGLSLANG_INSTALL_DIR=/usr
77
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
@@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1515
license="Apache-2.0"
1616
homepage="https://www.khronos.org/vulkan/"
1717
distfiles="https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-${version}.tar.gz"
18-
checksum=6b88045c8cad7bd042e202826d8b597c657b9a422ca1f89fc3b0ab2dd64c5a0f
18+
checksum=dc65f1ea97dd0b2155c2281a79e87d27183c0737fb96377744091a3c8460ae1e

srcpkgs/Vulkan-Utility-Libraries/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'Vulkan-Utility-Libraries'
22
pkgname=Vulkan-Utility-Libraries
3-
version=1.4.328.1
3+
version=1.4.341.0
44
revision=1
55
build_style=cmake
66
configure_args="-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="Apache-2.0"
1212
homepage="https://www.khronos.org/vulkan/"
1313
distfiles="https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-${version}.tar.gz"
14-
checksum=953ef4c2547b1611f90102f531f362bcfd6c76751eba2ae8c0f23b38947ef48d
14+
checksum=4438cd451b51b5cd13de924bd9d5015c35a06a69e4423452edf79bad646f0469

srcpkgs/Vulkan-ValidationLayers/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'Vulkan-ValidationLayers'
22
pkgname=Vulkan-ValidationLayers
3-
version=1.4.328.1
3+
version=1.4.341.0
44
revision=1
55
build_style=cmake
66
configure_args="
@@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1515
license="Apache-2.0"
1616
homepage="https://www.khronos.org/vulkan/"
1717
distfiles="https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-${version}.tar.gz"
18-
checksum=91d9be1347a270288bcc50206bda8ccf6aad33bab8318c0643dd36bef97478f9
18+
checksum=7f521490495e43561f70fe8b6317fd5cc13d4083413f1abf891f50cbabe12238

srcpkgs/amdgpu_top/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'amdgpu_top'
22
pkgname=amdgpu_top
3-
version=0.11.2
3+
version=0.11.3
44
revision=1
55
build_style=cargo
66
hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="al20ov <nicolas.antauf@gmail.com>"
1010
license="MIT"
1111
homepage="https://github.com/Umio-Yasuno/amdgpu_top"
1212
distfiles="https://github.com/Umio-Yasuno/amdgpu_top/archive/refs/tags/v${version}.tar.gz"
13-
checksum=4e7174edbaaa55dfeb0e5913c712a57c6805acb01eae6f968b1c826cda48dd2e
13+
checksum=8fc21b08949d871ae07daa96d79c31ea46b419a7bfd7fa12e06534f299294c0a
1414

1515
do_install() {
1616
vbin target/${RUST_TARGET}/release/amdgpu_top

srcpkgs/arti/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'arti'
22
pkgname=arti
3-
version=2.1.0
3+
version=2.2.0
44
revision=1
55
archs="x86_64* i686* aarch64* arm*" # ring
66
build_style=cargo
@@ -13,7 +13,7 @@ license="Apache-2.0, MIT"
1313
homepage="https://gitlab.torproject.org/tpo/core/arti"
1414
changelog="https://gitlab.torproject.org/tpo/core/arti/-/raw/main/CHANGELOG.md"
1515
distfiles="https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v${version}/arti-arti-v${version}.tar.gz"
16-
checksum=9187d6a7b789de4e6b09445c8f3ba63f3ec24bc080a36468b923cda38070208d
16+
checksum=db4b8c4ae62e585bc1d49c2baa7e467354037b0b177d71670b2cd7d3369b2f8e
1717

1818
post_install() {
1919
vlicense LICENSE-MIT

0 commit comments

Comments
 (0)