Skip to content
Snippets Groups Projects
Commit de243cbb authored by Alex Xu (Hello71)'s avatar Alex Xu (Hello71) Committed by alice
Browse files

community/vkd3d: remove

now vendored into wine
parent ed16ff6a
No related branches found
No related tags found
1 merge request!43536community/wine: upgrade to 8.0, update deps; remove community/vkd3d
Pipeline #150598 canceled
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=vkd3d
pkgver=1.5
pkgrel=0
pkgdesc="Direct3D 12 to Vulkan translation library"
url="https://www.winehq.org"
arch="all !s390x" # test failures on big-endian
license="LGPL-2.1-or-later"
options="!check" # tests require a vulkan driver
makedepends="vulkan-headers vulkan-loader-dev spirv-tools-dev libxcb-dev
xcb-util-keysyms-dev flex bison"
subpackages="$pkgname-static $pkgname-dev"
source="https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--with-xcb \
--with-spirv-tools
make
}
check() {
VKD3D_TEST_FILTER=clear_render_target make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
69ec33bef28334a9a55da34621c71623843995279fb5267cc56228cd343c8cf292deb848596e6f850dfee6d07cc35206fc034fc4ce2a911652a9c42c032cdc08 vkd3d-1.5.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment