Search Criteria
Package Details: yabridge-git 5.0.2.r14.g399db4d2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yabridge-git.git (read-only, click to copy) |
---|---|
Package Base: | yabridge-git |
Description: | A modern and transparent way to use Windows VST2 and VST3 plugins on Linux |
Upstream URL: | https://github.com/robbert-vdh/yabridge |
Licenses: | GPL3 |
Conflicts: | yabridge |
Provides: | yabridge |
Submitter: | robbert-vdh |
Maintainer: | robbert-vdh |
Last Packager: | robbert-vdh |
Votes: | 8 |
Popularity: | 0.000373 |
First Submitted: | 2020-05-05 13:30 (UTC) |
Last Updated: | 2022-12-23 19:11 (UTC) |
Dependencies (12)
- libxcb (libxcb-gitAUR)
- tomlplusplus
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-cachyosAUR, wine-staging)
- asio (asio-gitAUR) (make)
- bitsery (make)
- cmake (cmake-gitAUR) (make)
- function2 (make)
- git (git-gitAUR, git-glAUR) (make)
- lib32-libxcb (lib32-libxcb-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- yabridgectl (yabridgectl-gitAUR, yabridge-binAUR) (optional) – utility for setting up and managing yabridge
Latest Comments
« First ‹ Previous 1 2
robbert-vdh commented on 2021-01-06 00:21 (UTC)
@magillos Of course! Those unity builds take up quite a bit of RAM, but they do speed up compilation significantly. I've now changed it so it only builds a single target a time at 4 GB RAM, since building a single target can take up to 1.5-2 gigs so with two at a time you're probably already swapping. If you have the time to spare, could you check for me whether building one unity target at a time is still faster than doing a normal build? If you get rid of the
--unity=on
and replace the memory checks with a plainninja -C build
then it will do a normal non-unity build. And if you really have the time, I'm also curious whether doing two targets at a time (and swapping) is faster than doing only one like I now configured it, because it probably is.magillos commented on 2021-01-05 23:30 (UTC)
Hey, I noticed your pkgbuild takes into consideration amount of ram available. Could you limit number of current jobs for systems with little ram even further? With 4GB of ram and 4GB of swap on hand the build uses nearly all resources and it takes ages to finish. Thanks for your work!
« First ‹ Previous 1 2