Package updated. Maybe he could have released a 0.63.1 version instead of re-releasing 0.63.... with the same version number and same URL but different code.
Search Criteria
Package Details: dxvk-bin 2.5.3-1
Package Actions
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) |
Dependencies (2)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR) (optional) – 32-bit Windows application support
Required by (4)
- aio-creator-neo (requires dxvk)
- arch-gaming-meta (optional)
- dxvk-nvapi-mingw (requires dxvk)
- dxvk-nvapi-mingw-git (requires dxvk)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »
ssorgatem commented on 2018-07-22 07:24 (UTC)
Keridos commented on 2018-07-22 03:44 (UTC)
sha2sum not correct in build script anymore vor 0.63-1
bpierre commented on 2018-07-21 23:21 (UTC)
The URL for 0.63 is different because it should not be used:
Do not use
There is a critical regression which causes random crashes in some games after some time.
See: https://github.com/doitsujin/dxvk/releases/tag/v0.63 and https://github.com/doitsujin/dxvk/issues/507
gyscos commented on 2018-07-21 23:09 (UTC)
Indeed, correct URL is https://github.com/doitsujin/dxvk/archive/v0.63.tar.gz
dogumon commented on 2018-07-21 22:50 (UTC) (edited on 2018-07-21 22:51 (UTC) by dogumon)
Wrong URL in PKGBUILD?
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/doitsujin/dxvk/releases/download/v0.63/dxvk-0.63.tar.gz
beefsack commented on 2018-06-28 00:45 (UTC)
@ssorgatem thanks!
ssorgatem commented on 2018-06-27 12:14 (UTC)
@beefsack that command is not good for generating the sum. Every time you run it it will have a different sha256sum.
You need to do it on the downloaded file.
If you do, you'll see it's the one I added yesterday to the PKGBUILD
beefsack commented on 2018-06-27 10:44 (UTC) (edited on 2018-06-27 10:45 (UTC) by beefsack)
The new sha256sum appears to be:
$ curl <https://github.com/doitsujin/dxvk/releases/download/v0.60/dxvk-0.60.tar.gz> | sha256sum
4b3c66d3b40086653504b5a06a54cc992063c1aa7886327de84927b944c196f6 -
ssorgatem commented on 2018-06-26 11:47 (UTC)
uh... again?
Oh, it's probably related to the unity build thing.
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