updater-vkd3d-1.16 — vkd3d => 1.16 (#12478)

* Add unbuilt vkd3d to updater-vkd3d-1.16

* Add perl_json dep.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-vkd3d-1.16: Build Run on linux/amd64.

* updater-vkd3d-1.16: Package File Update Run on linux/amd64 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-15 13:27:15 -05:00
committed by GitHub
parent 292cecc04f
commit 21e3e3c0fa
2 changed files with 7 additions and 5 deletions

View File

@@ -19,17 +19,17 @@
/usr/local/lib64/libvkd3d-shader.la
/usr/local/lib64/libvkd3d-shader.so
/usr/local/lib64/libvkd3d-shader.so.1
/usr/local/lib64/libvkd3d-shader.so.1.9.0
/usr/local/lib64/libvkd3d-shader.so.1.14.0
/usr/local/lib64/libvkd3d-utils.a
/usr/local/lib64/libvkd3d-utils.la
/usr/local/lib64/libvkd3d-utils.so
/usr/local/lib64/libvkd3d-utils.so.1
/usr/local/lib64/libvkd3d-utils.so.1.5.0
/usr/local/lib64/libvkd3d-utils.so.1.6.2
/usr/local/lib64/libvkd3d.a
/usr/local/lib64/libvkd3d.la
/usr/local/lib64/libvkd3d.so
/usr/local/lib64/libvkd3d.so.1
/usr/local/lib64/libvkd3d.so.1.11.0
/usr/local/lib64/libvkd3d.so.1.16.0
/usr/local/lib64/pkgconfig/libvkd3d-shader.pc
/usr/local/lib64/pkgconfig/libvkd3d-utils.pc
/usr/local/lib64/pkgconfig/libvkd3d.pc

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Vkd3d < Autotools
description 'Vkd3d is a 3D graphics library built on top of Vulkan. It has an API very similar, but not identical, to Direct3D 12.'
homepage 'https://wiki.winehq.org/Vkd3d/'
version '1.11'
version '1.16'
license 'LGPL-2.1'
compatibility 'x86_64'
source_url 'https://gitlab.winehq.org/wine/vkd3d.git'
@@ -11,17 +11,19 @@ class Vkd3d < Autotools
binary_compression 'tar.zst'
binary_sha256({
x86_64: '1bd0f096ce477dbc75ba59d09d8b368382047f4a789ba02699b22176119b7157'
x86_64: '640dbf6451815908b51e438d3f48bacf032881cb17ee804c94ddf2da84e8e208'
})
depends_on 'glibc' # R
depends_on 'libxcb' => :build
depends_on 'ncurses' # R
depends_on 'perl_json' => :build
depends_on 'spirv_headers' => :build
depends_on 'spirv_tools' # R
depends_on 'vulkan_headers' => :build
depends_on 'vulkan_icd_loader' => :build
depends_on 'wine' => :build
no_lto
autotools_configure_options '--with-xcb \