vkd3d: update to 1.3.
This commit is contained in:
parent
59bf44cf54
commit
4ebb3a6367
|
@ -3593,6 +3593,7 @@ libeditline.so.1 editline-1.16.0_1
|
|||
libgnuradio-rds.so.1 gnuradio-rds-3.8.0_1
|
||||
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1
|
||||
libvkd3d-utils.so.1 vkd3d-1.1_1
|
||||
libvkd3d-shader.so.1 vkd3d-1.3_1
|
||||
libvkd3d.so.1 vkd3d-1.1_1
|
||||
libgaminggear.so.0 libgaminggear-0.15.1_1
|
||||
libgaminggearfx.so.0 libgaminggear-0.15.1_1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'vkd3d'
|
||||
pkgname=vkd3d
|
||||
version=1.2
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config flex"
|
||||
makedepends="Vulkan-Headers SPIRV-Headers vulkan-loader"
|
||||
short_desc="Direct3D 12 to Vulkan translation library"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.winehq.org"
|
||||
distfiles="https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz"
|
||||
checksum=b04b030fcbf0f2dacc933c76c74b449bffef1fc1a18d50254ef1ad3e380df96b
|
||||
checksum=134b347806d34a4d2b39ea29ff1c2b38443793803a3adc50800855bb929fb8b2
|
||||
|
||||
vkd3d-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue