blob: 9fc111cba5e2181dd4c32b46a3e0a2de019f254c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = dxvk-git
pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine. Requires Wine with Vulkan support (wine-vulkan)
pkgver = 20180305.5f3bfde
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
makedepends = ninja
makedepends = meson
makedepends = glslang
makedepends = mingw-w64-gcc
depends = vulkan-icd-loader
depends = wine
optdepends = wine-vulkan-git: Wine with Vulkan support
optdepends = wine-staging-vulkan-git: Wine with Vulkan support
provides = dxvk
conflicts = dxvk-bin
options = !strip
options = !buildflags
options = staticlibs
source = git+https://github.com/doitsujin/dxvk.git
md5sums = SKIP
pkgname = dxvk-git
|