Package Details: vkd3d-git 1.2.799.ga4ca091-1

Git Clone URL: https://aur.archlinux.org/vkd3d-git.git (read-only, click to copy)
Package Base: vkd3d-git
Description: D3D12 to Vulkan translation library. (GIT version)
Upstream URL: https://source.winehq.org/git/vkd3d.git
Licenses: LGPL
Conflicts: vkd3d
Provides: vkd3d
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 3
Popularity: 0.000336
First Submitted: 2018-05-30 19:46 (UTC)
Last Updated: 2022-02-19 16:16 (UTC)

Latest Comments

1 2 Next › Last »

C_Schmidpeter commented on 2022-06-23 04:08 (UTC)

How can I activate vkd3d in my wine prefix? (I can't find any info in this regard on the Arch Wiki nor on the WineHQ Wiki)

damdam_kr commented on 2022-02-24 14:51 (UTC)

@sl1pkn07

thanks man

sl1pkn07 commented on 2022-02-23 07:47 (UTC)

Clean your cache

damdam_kr commented on 2022-02-23 06:00 (UTC)

hello;

==> ERROR: /home/xxy/.cache/paru/clone/vkd3d-git/vkd3d is not a clone of https://source.winehq.org/git/vkd3d.git Aborting... error: failed to download sources for 'vkd3d-git-1.2.799.ga4ca091-1 (vkd3d-git lib32-vkd3d-git)': error: packages failed to build: vkd3d-git-1.2.799.ga4ca091-1 (vkd3d-git lib32-vkd3d-git)

algebro commented on 2020-06-11 20:05 (UTC) (edited on 2020-06-11 20:18 (UTC) by algebro)

Has anyone been able to build this? I've tried in a clean chroot and normally and I always get a bunch of errors like this:

In file included from ../vkd3d/libs/vkd3d/vkd3d_main.c:20:
../vkd3d/libs/vkd3d/vkd3d_private.h:964:54: error: ‘VK_PIPELINE_BIND_POINT_RANGE_SIZE’ undeclared here (not in a function); did you mean ‘VK_PIPELINE_BIND_POINT_MAX_ENUM’?
  964 |     struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
      |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                      VK_PIPELINE_BIND_POINT_MAX_ENUM
make[1]: *** [Makefile:1161: libs/vkd3d/utils.lo] Error 1
make[1]: *** [Makefile:1161: libs/vkd3d/vkd3d_main.lo] Error 1
make[1]: Leaving directory '/build/vkd3d-git/src/build'
make: *** [Makefile:830: all] Error 2

Update: looks like the fix is here: https://github.com/d3d12/vkd3d/commit/8e7bf8a5c3e004763a62822ff2d79cf76907b712

For some reason the upstream winehq git repo doesn't match the Github mirror, but the github version builds successfully.

SolarAquarion commented on 2020-06-09 22:50 (UTC)

for some reason this is not getting vulkan.h

sl1pkn07 commented on 2019-12-12 16:41 (UTC)

try with git://source.winehq.org/git/vkd3d.git . i don't like much, but is a workground

gardotd426 commented on 2019-12-12 16:31 (UTC)

build hangs at indefinitely at

Cloning into bare repository '/home/matt/tmp/vkd3d-git/vkd3d'...

sl1pkn07 commented on 2019-02-20 15:41 (UTC)

good catch!

seems the source tarball include the pre-generated headers, but needs generate if is builded from git

fixed

greetings

PedroHLC commented on 2019-02-19 22:04 (UTC) (edited on 2019-02-19 22:06 (UTC) by PedroHLC)

I wasn't understanding why it wasn't building here, it was failing to find vkd3d_d3d12.h, so I decided to look at the Makefile, and it seems that for generating some headers it requires a widl executable, which for my surprise comes with wine. Yeah, wine is required as makedep, as well for lib32...