uh... again?
Oh, it's probably related to the unity build thing.
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: | 231 |
Popularity: | 2.01 |
First Submitted: | 2018-03-02 07:39 (UTC) |
Last Updated: | 2025-06-16 11:51 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »
uh... again?
Oh, it's probably related to the unity build thing.
Seems like the released package is changed upstream. Therefore the sha256sum needs to be updated.
@DonHugo indeed. Thanks for spotting that! Fixed.
@ssorgatem
Shouldn't the setup part in the pinned comment be
For 32-bit D3D11: setup_dxvk32
For 64-bit D3D11: setup_dxvk64
and the reset
argument only for uninstalling?
DXVK 0.60 currently requires the vulkan developer branch for NVIDIA cards:
https://github.com/doitsujin/dxvk/issues/433#issuecomment-398647461
https://developer.nvidia.com/vulkan-driver
I have submitted the 'nvidia-vulkan' package to the AUR, based off det's 'nvidia-full-beta', that will download and package the driver from this branch.
Yes, that was the normal pattern, but the new release didn't follow it. So I changed the PKGBUILD for it.
Which worked well this morning.
But now the link is "fixed"... which breaks the PKGBUILD now... I'll update it now.
The pkgbuild for version 0.60 doesn't have the right source file... It should be source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz") instead of source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-v$pkgver.tar.gz")
Nice one, well done peeps.
@Enverex @ssorgatem Mainainter of wine-staging-pba-git here, and I'm thinking the versioning problem @Enverex is having is in my PKGBUILD, not here and not in pacman.
I'll look into it and get it fixed! :)
Edit: The wine-staging-pga-git package shows the versions of the wine, wine-staging and wine-git replacements it provides now, so hopefully pacman shouldn't complain anymore. Sorry for the trouble it caused!
Edit2: Messed up my sed replacements on that first try, but now it properly extracts the various versions from the extensive versioning string. As of posting this the versions produced by the PKGBUILD are as below, and should function properly with pacman.
wine=3.5.r193.ga7b33a6a42 wine-git=3.5.r193.ga7b33a6a42 wine-pba=3.5.r33.8c72f84 wine-staging=3.5.r13.g3fe54232 wine-wow64=3.5.r193.ga7b33a6a42
@Enverex That looks like a bug that should be reported to the pacman developers.
As for trying to work around it... isn't wine 3.6 scheduled for release later today? That should "fix" the issue...
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