Search Criteria
Package Details: vkd3d-valve-git 1.1.r1120.ge685793-1
Git Clone URL: | https://aur.archlinux.org/vkd3d-valve-git.git (read-only, click to copy) |
---|---|
Package Base: | vkd3d-valve-git |
Description: | D3D12 to Vulkan translation library (Valve version) |
Upstream URL: | https://github.com/ValveSoftware/vkd3d |
Keywords: | proton valve vkd3d wine-valve |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kescherAUR |
Maintainer: | None |
Last Packager: | kescherAUR |
Votes: | 4 |
Popularity: | 0.013069 |
First Submitted: | 2020-01-14 19:52 |
Last Updated: | 2020-06-05 23:41 |
Dependencies (8)
- libxcb (libxcb-git)
- spirv-tools (spirv-tools-git, spirv-tools-nocheck-git)
- vulkan-icd-loader (vulkan-icd-loader-git)
- git (git-git) (make)
- spirv-headers-git (make)
- vulkan-headers (vulkan-headers-git) (make)
- wine (wine-unity3d-git, wine-vulkan-git, wine-valve-git, wine-no-pe, wine-git, wine-valve, wine-stable-next, wine-stable, wine-staging-git, wine-stable-ubuntu, wine-staging) (make)
- xcb-proto (xcb-proto-git) (make)
Required by (22)
- lib32-vkd3d-git (requires vkd3d)
- lib32-vkd3d-valve-git (requires vkd3d)
- lutris-git (requires vkd3d) (optional)
- wine-git (requires vkd3d) (make)
- wine-git (requires vkd3d) (optional)
- wine-lol (requires vkd3d) (make)
- wine-lol (requires vkd3d) (optional)
- wine-no-pe (requires vkd3d) (make)
- wine-no-pe (requires vkd3d) (optional)
- wine-stable (requires vkd3d) (make)
- wine-stable (requires vkd3d) (optional)
- wine-stable-next (requires vkd3d) (optional)
- wine-stable-next (requires vkd3d) (make)
- wine-stable-ubuntu (requires vkd3d)
- wine-staging-git (requires vkd3d) (make)
- wine-staging-git (requires vkd3d) (optional)
- wine-valve (requires vkd3d)
- wine-valve (requires vkd3d) (make)
- wine-valve-git
- wine-valve-git (make)
- wine-x64 (requires vkd3d) (optional)
- winegame (requires vkd3d) (optional)
Latest Comments
kescherAUR commented on 2020-06-05 23:42
(Patch removed, upstream fixed the issue)
kescherAUR commented on 2020-05-17 08:42
@silversilva Patch applied. Thanks for the heads-up! The same will be done for package
lib32-vkd3d-valve-git
.silversilva commented on 2020-05-17 03:55
I had build errors while installing the package (https://github.com/ValveSoftware/vkd3d/issues/1) and it got fixed after adding the patch given in the issue section.
xiretza commented on 2020-03-11 09:19
For the future, try building your packages in a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot. That'll definitely show you any missing build dependencies :)
kescherAUR commented on 2020-03-11 08:39
@xiretza thanks for the heads-up, added in both this package and related package
lib32-vkd3d-valve-git
. I guess it never crossed my mind that a -git package needs git as makedep.xiretza commented on 2020-03-10 21:36
Requires
makedepends=('git')
.kescherAUR commented on 2020-02-02 15:58
@Benzhaomin Thanks for the heads-up! I fixed the git describe in the pkgver() function. I have added you as a contributor for the package. Additionally, I have done the same for the
lib32-vkd3d-valve-git
package as well.Benzhaomin commented on 2020-02-01 12:28
Hi, I'm getting
You can fix it by using a standard pkgver() https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function