Hmmm, something seems to have gone wrong with the commit. I had removed the calls to the script and it worked locally.
Unfortunately I won't be able to fix it before 8 pm CET
Git Clone URL: | https://aur.archlinux.org/dxvk-bin.git (read-only, click to copy) |
---|---|
Package Base: | dxvk-bin |
Description: | A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files) |
Upstream URL: | https://github.com/doitsujin/dxvk |
Keywords: | dxvk |
Licenses: | zlib/libpng |
Conflicts: | d9vk, dxvk |
Provides: | d9vk, dxvk |
Submitter: | ssorgatem |
Maintainer: | ssorgatem (kekonn) |
Last Packager: | kekonn |
Votes: | 227 |
Popularity: | 1.06 |
First Submitted: | 2018-03-02 07:39 (UTC) |
Last Updated: | 2025-01-14 08:30 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »
Hmmm, something seems to have gone wrong with the commit. I had removed the calls to the script and it worked locally.
Unfortunately I won't be able to fix it before 8 pm CET
Upstream wrote the code and can add/remove what they wish. Let's keep the AUR comments on topic as it should only be used to discuss the PKGBUILD, side discussions can happen elsewhere.
The reasoning by the upstream developer for removing it appears to be BS to me, honestly. The first thing that came to my mind was that DXVK is meant for Proton (and he works for Valve), so he doesn't want to offer a solution to other users to make installation easier. "No one has bash installed anyway"? Seriously?
instead of "dxvk-$pkgver"/setup_dxvk.sh
it would be something like ../setup_dxvk.sh
- assuming you've already copy-pasted setup_dxvk (with the appropriate permissions) next to the PKGBUILD
(i'm not familiar enough with PKGBUILDs to know the right way to do it)
simple solution, just add setup_dxvk.sh into the package - possibly with the license included at the top
For anyone curious about the reason setup_dxvk.sh
was removed, here's the deletion commit, with relevant discussion: https://github.com/doitsujin/dxvk/commit/64cb1ad208f80b11400eef779e99fec223754098
This PKGBUILD needs to be modified.
Bug Bump: install: cannot stat 'dxvk-2.1/setup_dxvk.sh': No such file or directory
@kekonn Since that's the case you'll need to correct your PKGBUILD to not install a nonexistent file. Or this package should be deleted entirely.
@ssorgatem and others:
BEWARE: setup_dxvk script has been removed from this version by the upstream maintainer.
See the upstream release log
Pinned Comments
ssorgatem commented on 2018-03-27 06:47 (UTC) (edited on 2019-02-26 12:20 (UTC) by ssorgatem)
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