mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Add unbuilt vkd3d to updater-vkd3d-1.17 — vkd3d → 1.17 (#12939)
* Add unbuilt vkd3d to updater-vkd3d-1.17 * updater-vkd3d-1.17: Build Run on linux/amd64. * updater-vkd3d-1.17: Package File Update Run on linux/amd64 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0349e14540
commit
5d31b0fa7f
@@ -1,4 +1,4 @@
|
||||
# Total size: 7415299
|
||||
# Total size: 7602776
|
||||
/usr/local/bin/vkd3d-compiler
|
||||
/usr/local/bin/vkd3d-dxbc
|
||||
/usr/local/include/vkd3d/vkd3d.h
|
||||
@@ -20,17 +20,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.14.0
|
||||
/usr/local/lib64/libvkd3d-shader.so.1.15.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.6.2
|
||||
/usr/local/lib64/libvkd3d-utils.so.1.6.3
|
||||
/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.16.0
|
||||
/usr/local/lib64/libvkd3d.so.1.17.0
|
||||
/usr/local/lib64/pkgconfig/libvkd3d-shader.pc
|
||||
/usr/local/lib64/pkgconfig/libvkd3d-utils.pc
|
||||
/usr/local/lib64/pkgconfig/libvkd3d.pc
|
||||
|
||||
@@ -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.16'
|
||||
version '1.17'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://gitlab.winehq.org/wine/vkd3d.git'
|
||||
@@ -11,7 +11,7 @@ class Vkd3d < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
x86_64: '640dbf6451815908b51e438d3f48bacf032881cb17ee804c94ddf2da84e8e208'
|
||||
x86_64: 'e165921a54201ad2c300ce92f939780969f86c240993fd0828ebb55cc8196c2b'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user