Search Criteria
Package Details: vkd3d-proton-mingw 3.0a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vkd3d-proton-mingw.git (read-only, click to copy) |
|---|---|
| Package Base: | vkd3d-proton-mingw |
| Description: | Fork of VKD3D. Development branches for Protons Direct3D 12 implementation |
| Upstream URL: | https://github.com/HansKristian-Work/vkd3d-proton |
| Licenses: | LGPL-2.1 |
| Conflicts: | vkd3d-proton |
| Provides: | vkd3d-proton |
| Submitter: | loathingkernel |
| Maintainer: | loathingkernel |
| Last Packager: | loathingkernel |
| Votes: | 4 |
| Popularity: | 0.147763 |
| First Submitted: | 2021-09-22 23:30 (UTC) |
| Last Updated: | 2025-11-20 11:21 (UTC) |
Dependencies (10)
- bash (bash-devel-gitAUR, bash-gitAUR)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-gitAUR, wine-staging-gitAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine32AUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine-cachyosAUR, wine-staging)
- git (git-gitAUR, git-glAUR) (make)
- glslang (glslang-gitAUR) (make)
- meson (meson-gitAUR) (make)
- mingw-w64-gcc (llvm-mingwAUR) (make)
- mingw-w64-toolsAUR (llvm-mingwAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
Latest Comments
lxe commented on 2025-09-11 01:59 (UTC)
for clarity, this is the one that ends up compiling the dll's that you can use with wine. The vkd3d-proton-git and lib32-vkd3d-proton-git only build the .so's (I'm not quite sure why)
dreieck commented on 2025-05-26 09:34 (UTC)
Thanks.
OK, that's confusing.
I added comments to
vkd3d-proton-gitandlib32-vkd3d-proton-git: [1], [2].Maybe you want to/ can say more to make sense to the maintainers of those packages.
Regards!
loathingkernel commented on 2025-05-26 09:04 (UTC) (edited on 2025-05-26 09:06 (UTC) by loathingkernel)
vkd3dandvkd3d-protonat this point are completely different projects sharing very little or even nothing other than the name.vkd3dhas remained in the repos from the time wine needed it. For the past two major versions at least,wine-9.0andwine-10.0, vkd3d has been bundled with wine's source.dreieck commented on 2025-05-26 09:02 (UTC) (edited on 2025-05-26 09:02 (UTC) by dreieck)
I argue from the standpoint that
vkd3d(without-proton) is even in the main repositories (but notvkd3d-mingw), and that this also installs.soand not.dllfiles.From this I conclude that the Linux native version is the default.
loathingkernel commented on 2025-05-26 08:45 (UTC) (edited on 2025-05-26 08:47 (UTC) by loathingkernel)
@dreieck
I would argue that these packages have a confused identity
They build from the
vkd3d-protonrepo but they list the wine upstream vkd3d as theurl, and they are building the linux native libraries, which could be packaged aslibvkd3d-protonfollowing the waylibdxvknaming for native dxvk packaging.Since
vkd3d-protonis primarily meant to be used as Windows dlls with Wine, I'd argue that these should have priority of thevkd3d-protonname.dreieck commented on 2025-05-26 08:21 (UTC) (edited on 2025-05-26 09:00 (UTC) by dreieck)
This actually differs from
vkd3d-protonas the former installs Linux.sofiles and header files, and this here installs.dllfiles. So they neither should conflict nor provide each other.