Search Criteria
Package Details: yabridge 3.0.1-1
Git Clone URL: | https://aur.archlinux.org/yabridge.git (read-only, click to copy) |
---|---|
Package Base: | yabridge |
Description: | A modern and transparent way to use Windows VST2 and VST3 plugins on Linux |
Upstream URL: | https://github.com/robbert-vdh/yabridge |
Licenses: | |
Submitter: | robbert-vdh |
Maintainer: | robbert-vdh |
Last Packager: | robbert-vdh |
Votes: | 5 |
Popularity: | 1.07 |
First Submitted: | 2020-05-03 14:35 |
Last Updated: | 2021-02-26 15:37 |
Dependencies (8)
- boost (boost-git)
- lib32-libxcb (lib32-libxcb-git)
- libxcb (libxcb-git)
- 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)
- lib32-boost-libs>=1.72.0
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- yabridgectl (yabridge-bin, yabridgectl-git) (optional) – utility for setting up and managing yabridge
Latest Comments
1 2 3 Next › Last »
capoeira commented on 2021-02-16 20:15
@robbert-vdh damn, that was a nasty "bug". working fine now; thanks a lot
robbert-vdh commented on 2021-02-16 18:57
@capoeira Apparently the
pt_BR.UTF-8
breaks the format for no reason by translatingMem:
withMem.:
. I've updated the PKGBUILD and the RAM detection should now work with Brazilian locales.robbert-vdh commented on 2021-02-16 17:27
Huh yours has a dot after
Mem
, that's very odd. I can imagine that breaking a number of things. Could you check whetherenv LANG=C free --gibi --si
doesn't have that dot? I'll add that to the PKGBUILD then if this is caused by a broken translation.capoeira commented on 2021-02-16 17:24
it's in portuguese, yes (I use systemd-swap)
[studio@bahiahost ~]$ free --gibi --si total usada livre compart. buff/cache disponível Mem.: 8 2 2 0 2 5 Swap: 0 0 0
robbert-vdh commented on 2021-02-16 16:44
@capoeira And what does running just
free --gibi --si
print? Does the output of free gets translated somehow? (there are no Dutch translation for it, and I assumed all of these system utilities aren't translated to prevent scripts from breaking)capoeira commented on 2021-02-16 16:42
it doesn't output anything at all
robbert-vdh commented on 2021-02-16 15:57
@capoeira What's the output of
free --gibi --si | awk '/^Mem:/ { print $2 }'
on your system? If that's between 4 and 8 (inclusive) then the build should use three jobs, which on my system only 2.4 gigabytes of RAM maximum.capoeira commented on 2021-02-16 15:51
then could it be my aur helper? I use pikaur
robbert-vdh commented on 2021-02-16 15:13
Ninja doesn't use
MAKEFLAGS
. That's for Make, so that won't have any effect here.capoeira commented on 2021-02-16 15:05
it is always using 4 jobs, probably because I have "MAKEFLAGS="-j4"" in makepkg.conf?