Search Criteria
Package Details: latencyflex-wine-git r61.0470806-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/latencyflex-git.git (read-only, click to copy) |
---|---|
Package Base: | latencyflex-git |
Description: | Vendor and game agnostic latency reduction middleware |
Upstream URL: | https://github.com/ishitatsuyuki/LatencyFleX |
Licenses: | Apache |
Conflicts: | latencyflex-wine |
Provides: | latencyflex-wine |
Submitter: | ishitatsuyuki |
Maintainer: | ishitatsuyuki |
Last Packager: | ishitatsuyuki |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-03 02:38 (UTC) |
Last Updated: | 2023-03-19 10:15 (UTC) |
Dependencies (8)
- latencyflex-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (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-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging) (make)
Latest Comments
1 2 3 Next › Last »
xiota commented on 2024-03-02 15:41 (UTC)
vulkan-headers
no longer contains the needed file...ishitatsuyuki commented on 2023-04-16 08:25 (UTC)
Updated the source to use its own definition of those macros so this should work fine now.
hydrocryo01 commented on 2023-04-13 02:47 (UTC) (edited on 2023-04-13 02:47 (UTC) by hydrocryo01)
I got an error about VK_LAYER_EXPORT does not name a type during compilation:
Do I miss something?
ishitatsuyuki commented on 2023-04-13 00:39 (UTC)
Please note that LatencyFleX 2 is in alpha development. Users should be aware of the caveats and the early access disclaimer should not be skipped.
Zeioth commented on 2023-04-12 23:41 (UTC)
I've made an alternative, easy to understand installer for LatencyFlex2: https://github.com/Zeioth/LatencyFlex2-installer
ishitatsuyuki commented on 2023-03-24 01:41 (UTC)
Cmon, don't flag a package just because it doesn't build. Flagging is only for cases where the version needs a bump.
Anyway, the same issue have been posted before, I don't know why, but make sure you have stock wine installed in your PATH. Most people with issues seemed to have some kind of custom wine.
Zeioth commented on 2023-03-24 00:39 (UTC)
It is still not building correctly for me:
SunRed commented on 2023-03-20 00:54 (UTC)
Please add
options=('!lto')
to thePKGBUILD
as it doesn't build with LTO enabled.ishitatsuyuki commented on 2023-03-19 10:16 (UTC)
Guys, sorry for the delay. The submodule incompatibility has been fixed now (thanks TheBill2001).
Hsky commented on 2023-03-19 01:21 (UTC)
Newest upload doesn't work because of the new git update that changes how the -C argument works but changing
git -C layer/subprojects/funchook submodule update distorm
-->git -c protocol.file.allow=always -C layer/subprojects/funchook submodule update distorm
on line 36 of the PKGBUILD allows me to build the package successfully1 2 3 Next › Last »