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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: dxvk
Section: libs
Priority: optional
Maintainer: Alexandre Viau <aviau@debian.org>
Uploaders: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper-compat (= 13),
glslang-tools,
meson,
ninja-build,
libwine-dev,
libvulkan-dev,
spirv-headers,
gcc-mingw-w64-x86-64-posix [amd64 arm64],
gcc-mingw-w64-i686-posix [i386 armel armhf],
g++-mingw-w64-x86-64-posix [amd64 arm64],
g++-mingw-w64-i686-posix [i386 armel armhf],
rename,
llvm,
Standards-Version: 4.7.0
Homepage: https://github.com/doitsujin/dxvk
Vcs-Browser: https://salsa.debian.org/aviau/dxvk
Vcs-Git: https://salsa.debian.org/aviau/dxvk.git
Rules-Requires-Root: no
Package: dxvk
Section: utils
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
dxvk-wine64 (>= ${source:Version}) | dxvk-wine32 (>= ${source:Version}),
Recommends: dxvk-wine32,
dxvk-wine64,
Description: Vulkan-based translation layer for Direct3D 8/9/10/11
DXVK is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows running 3D applications on Linux using Wine.
.
DXVK aims to provide support for D3D11, feature level 12_1, and
D3D10, feature level 10_1.
.
This package contains the dxvk-setup script that configures
or removes DXVK from a Wine prefix.
Package: dxvk-wine32
Architecture: i386 armel armhf
Multi-Arch: foreign
Recommends: dxvk
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Vulkan-based translation layer for Direct3D 8/9/10/11 - wine32 build
DXVK is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows running 3D applications on Linux using Wine.
.
DXVK aims to provide support for D3D11, feature level 12_1, and
D3D10, feature level 10_1.
.
This package contains the wine32 build.
Package: dxvk-wine64
Architecture: amd64 arm64
Multi-Arch: foreign
Recommends: dxvk
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Vulkan-based translation layer for Direct3D 8/9/10/11 - wine64 build
DXVK is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows running 3D applications on Linux using Wine.
.
DXVK aims to provide support for D3D11, feature level 12_1, and
D3D10, feature level 10_1.
.
This package contains the wine64 build.
Package: dxvk-wine32-development
Depends: dxvk-wine32, ${misc:Depends}
Architecture: i386 armel armhf
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: dxvk-wine64-development
Depends: dxvk-wine64, ${misc:Depends}
Architecture: amd64 arm64
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
|