Package Details: dxvk-mingw-git 2.3.r11.ge00db245-1

Git Clone URL: https://aur.archlinux.org/dxvk-git.git (read-only, click to copy)
Package Base: dxvk-git
Description: A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine. Windows DLL version)
Upstream URL: https://github.com/doitsujin/dxvk
Keywords: dxvk
Licenses: zlib/libpng
Conflicts: dxvk-bin
Provides: d9vk, dxvk
Submitter: ssorgatem
Maintainer: ssorgatem (niobium93)
Last Packager: ssorgatem
Votes: 21
Popularity: 0.000000
First Submitted: 2018-01-24 19:41 (UTC)
Last Updated: 2023-10-16 15:53 (UTC)

Pinned Comments

ssorgatem commented on 2018-06-22 06:24 (UTC) (edited on 2019-02-26 15:49 (UTC) by ssorgatem)

This package provides Windows binaries of the DXVK dlls. They work on wine and should work on Windows too. If you don't specifically want Windows binaries and you want to just use DXVK on wine, the winelib package is a better approach and much easier to build (dxvk-winelib-git).

To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):

setup_dxvk install

In order to uninstall DXVK from a wineprefix:

setup_dxvk uninstall

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

loathingkernel commented on 2023-10-17 07:58 (UTC) (edited on 2023-10-17 08:09 (UTC) by loathingkernel)

@ssorgatem The package in https://aur.archlinux.org/packages/libdxvk is the linux native version of dxvk, this is the cross-compiled version that produces windows dlls. They are not related in any way except using the same source. Their usage is different, their dependencies are different, they do not even conflict with each other. There is no reason to tie them together.

If you are worried about multiple source tree copies, you should check out SRCDEST env variable in pacman.conf and what it does.

ssorgatem commented on 2023-10-17 07:18 (UTC)

@xiota Thanks, I removed the redundant conflicts line.

There used to be another package built from this source, the winelib version of DXVK, but a while after upstream stopped supporting it I also removed it from the PKGBUILD, and at the time no-one missed it.

I see now that the package https://aur.archlinux.org/packages/libdxvk exists. Maybe they should be merged ina single source package since they are using the same sources.

ssorgatem commented on 2022-11-29 15:56 (UTC)

@niobium93 I'll gladly make you a co-maintainer if you want to. I recently became a father and yester I got some surgery so I haven't had much free time to keep this up to date.

I'll look into the changes you did on the other package

niobium93 commented on 2022-11-26 06:52 (UTC)

We have to ship our own setup script now. Look at the changes I've made to dxvk-async-git

Maybe we can co-maintain this package?

HurricanePootis commented on 2022-11-25 19:40 (UTC)

Looks like the setup script was removed for some reason from upstream? https://github.com/doitsujin/dxvk/commit/64cb1ad208f80b11400eef779e99fec223754098

HurricanePootis commented on 2022-11-25 19:39 (UTC)

==> Starting package_dxvk-mingw-git()...
ninja: Entering directory `build/x32'
[1/2] Installing files.
Installing src/dxgi/dxgi.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Stripping target 'src/dxgi/dxgi.dll'.
Installing src/dxgi/dxgi.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Installing src/d3d11/d3d11.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Stripping target 'src/d3d11/d3d11.dll'.
Installing src/d3d11/d3d11.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Installing src/d3d10/d3d10core.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Stripping target 'src/d3d10/d3d10core.dll'.
Installing src/d3d10/d3d10core.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Installing src/d3d9/d3d9.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
Stripping target 'src/d3d9/d3d9.dll'.
Installing src/d3d9/d3d9.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x32/.
ninja: Entering directory `build/x64'
[1/2] Installing files.
Installing src/dxgi/dxgi.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Stripping target 'src/dxgi/dxgi.dll'.
Installing src/dxgi/dxgi.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Installing src/d3d11/d3d11.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Stripping target 'src/d3d11/d3d11.dll'.
Installing src/d3d11/d3d11.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Installing src/d3d10/d3d10core.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Stripping target 'src/d3d10/d3d10core.dll'.
Installing src/d3d10/d3d10core.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Installing src/d3d9/d3d9.dll to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
Stripping target 'src/d3d9/d3d9.dll'.
Installing src/d3d9/d3d9.dll.a to /home/hurricane/.cache/paru/clone/dxvk-git/pkg/dxvk-mingw-git/usr/share/dxvk/x64/.
install: cannot stat 'dxvk/setup_dxvk.sh': No such file or directory
==> ERROR: A failure occurred in package_dxvk-mingw-git().
    Aborting...

niobium93 commented on 2022-10-21 21:27 (UTC)

Recent git update broke many packages. change line 40 to git -c protocol.file.allow=always submodule update include/{native/directx,vulkan,spirv} as a workaround.