@patlefort fixed, thanks.
Search Criteria
Package Details: dxvk-async-git 2.5.1.r13.gd7bd3cd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dxvk-async-git.git (read-only, click to copy) |
---|---|
Package Base: | dxvk-async-git |
Description: | A Vulkan-based compatibility layer for Direct3D 9/10/11 - Windows DLL version |
Upstream URL: | https://gitlab.com/Ph42oN/dxvk-gplasync/ |
Licenses: | zlib |
Conflicts: | dxvk |
Provides: | dxvk |
Submitter: | giantdwarf |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 6 |
Popularity: | 0.000027 |
First Submitted: | 2022-02-27 05:48 (UTC) |
Last Updated: | 2024-11-27 02:18 (UTC) |
Dependencies (7)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glslang (glslang-gitAUR) (make)
- meson (meson-gitAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-cachyosAUR, wine-tkg-staging-wow64-binAUR, wine-staging) (make)
Required by (3)
- aio-creator-neo (requires dxvk)
- dxvk-nvapi-mingw (requires dxvk)
- dxvk-nvapi-mingw-git (requires dxvk)
Sources (7)
niobium93 commented on 2023-04-12 10:00 (UTC)
patlefort commented on 2023-04-12 01:19 (UTC) (edited on 2023-04-12 01:19 (UTC) by patlefort)
It doesn't compile currently because of changes in the async patch git repo, needs revision.
niobium93 commented on 2023-01-19 22:33 (UTC)
@zfkerr report patch failures to https://github.com/Sporif/dxvk-async/issues. Also paste the full log into a github gist or something.
@kumax if you remove the prepare()
function you won't get the async patch obviously. You can just use the regular dxvk-mingw-git
package then. If you want the async patch on version 1.10.3
it looks like you can use the dxvk-async-af418dc.patch
version. (Change line 46) Refer to the dxvk-async readme to see what patch version goes with what dxvk version.
zfkerr commented on 2023-01-19 19:05 (UTC)
Hunk #2 FAILED at 908.
1 out of 2 hunks FAILED -- saving rejects to file src/dxvk/dxvk_graphics.cpp.rej
patching file src/dxvk/dxvk_graphics.h
patching file src/dxvk/dxvk_image.h
Hunk #1 succeeded at 548 (offset 1 line).
Hunk #2 succeeded at 587 (offset 1 line).
patching file src/dxvk/dxvk_options.cpp
patching file src/dxvk/dxvk_options.h
==> ERROR: A failure occurred in prepare().
Aborting...
Lehmaning commented on 2023-01-03 10:05 (UTC) (edited on 2023-01-04 11:36 (UTC) by Lehmaning)
@niobium93 Got it, thanks! My GPU is an old nvidia graphic card (GT 710) that it is only supports nvidia 470 driver. So I could only use dxvk 1.10.3. F Nvidia...
BTW, I just found that it can be only built after removing prepare() function from PKGBUILD if using branch 1.10.x.
niobium93 commented on 2023-01-02 19:18 (UTC)
@kumax you could probably just modify line 17 to
source=("git+https://github.com/doitsujin/dxvk.git#branch=1.10.x"
Though it's likely your drivers are just out of date. What gpu/driver combo are you using?
Lehmaning commented on 2023-01-02 15:10 (UTC)
My GPU driver seems do not support dxvk 2.0. Is this PKGBUILD possible to build version 1.10.3?
niobium93 commented on 2022-12-06 22:56 (UTC)
@loathingkernel We might want to change/replace the script eventually.
loathingkernel commented on 2022-12-06 22:51 (UTC)
It would probably be a simpler option to git revert
the commit that removed setup_dxvk.sh
instead of providing a copy of it.
Pinned Comments