Search Criteria
Package Details: airwindows-git r395.171fc8a1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/airwindows-git.git (read-only, click to copy) |
---|---|
Package Base: | airwindows-git |
Description: | Airwindows plugins are modular, graphic-less, stripped-down, VST plugins for Mac and PC |
Upstream URL: | https://www.airwindows.com/ |
Licenses: | MIT |
Groups: | vst-plugins, pro-audio |
Provides: | airwindows |
Submitter: | Teteros |
Maintainer: | galuise |
Last Packager: | galuise |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-18 08:38 (UTC) |
Last Updated: | 2024-07-01 19:35 (UTC) |
Latest Comments
« First ‹ Previous 1 2
Teteros commented on 2021-09-05 14:42 (UTC)
Apologies for the delays in updating this package, just got access to my work computer today.
@sg75 Thanks, I've added
-O3 -ffast-math
optimisations, please report any problems.Please add
-march=native
locally to yourmakepkg.conf
if needed, adding this to the PKGBUILD would break portability.Instructions for this here:
https://wiki.archlinux.org/title/Makepkg#Building_optimized_binaries
livvy commented on 2021-08-28 01:35 (UTC)
@Teteros Same error as below, please update the PKGBUILD or hand off maintenance to someone willing to fix.
jpcima commented on 2021-08-14 10:40 (UTC)
Not building, same problem and solution as these below. Can you possibly add this
mkdir
line to fix it? Or assign me co-maintainership and I will do.nyxkn commented on 2021-05-29 06:00 (UTC)
Same build error as @alexteee. Had to add
mkdir -p "${pkgname%-*}/plugins/LinuxVST/build"
to build() to have the build continue successfully.sg75 commented on 2021-05-24 16:36 (UTC)
@Teteros: Can you please have I look at: https://github.com/airwindows/airwindows/issues/28 ?
tl;dr:
-march=native -ffast-math
helps to reduce DSP loads significantly on AMD CPUs. However, I don't know where to best add these flags. In your PGKBUILD or better to /etc/makepkg.conf ?!?alexteee commented on 2021-05-21 02:27 (UTC)
can't build:
« First ‹ Previous 1 2