summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-12-23Update .SRCINFORobbert van der Helm
2022-12-23Re-enable unity buildsRobbert van der Helm
The workarounds have been removed. Yabridge compiled against Wine 8.0-rc2 or later works without workarounds, and can also be used with older Wine versions.
2022-11-28Temporarily disable unity buildsRobbert van der Helm
Until the affected Wine versions are old enough that noone's using them anymore.
2022-10-09Update for initial CLAP supportRobbert van der Helm
2022-04-16Update for removal of yabridge-group.exeRobbert van der Helm
Since this is now merged into yabridge-host.exe.
2022-04-16Update for build option name changesRobbert van der Helm
2022-04-16Update for the chainloading changesRobbert van der Helm
- `boost` and by extension `lib32-boost` are no longer dependencies - `Asio` is is a new dependency, although like all other dependencies a Meson wrap will be used if it's not available - `libyabridge-chainloader-vst2.so` and `libyabridge-chainloader-vst3.so` are new and replace the old `libyabridge-{vst2,vst3}.so` copies. Yabridgectl will also need to be rebuilt to accommodate these changes.
2022-01-04Update the post-upgrade messageRobbert van der Helm
To get rid of all old references of the symlink-based installation method.
2021-12-20Use bitsery, function2 and tomlplusplus from reposRobbert van der Helm
These have now been packaged, and lib32-boost-libs is now also in multilib.
2021-12-19Bump for {lib32-,}boost-libs soname changesRobbert van der Helm
2021-11-23Fix library install pathRobbert van der Helm
I made an oopsie.
2021-11-23Clean up the PKGBUILD a bitRobbert van der Helm
2021-11-21No longer disable strippingRobbert van der Helm
I added this right around yabridge's launch when backtraces from crashed plugins could be useful, but that hasn't been the case for a long time now. Stripping the libraries can save a bit of disk space when using a ton of plugins.
2021-11-16Fix typo in last commitRobbert van der Helm
2021-11-16Make updating wraps more resilient to errorsRobbert van der Helm
2021-11-16Only update git subprojectsRobbert van der Helm
`wrap-file` wraps will just cause errors here.
2021-11-11Limit the number of concurrent jobs even furtherRobbert van der Helm
2021-11-11Bump version after that wrap changeRobbert van der Helm
From the last commit.
2021-11-11Use a cleaner way to keep wraps up to dateRobbert van der Helm
2021-10-28Get rid of the Vim modelineRobbert van der Helm
2021-10-28Use explicit $srcdir-sRobbert van der Helm
2021-08-24Add git to the makedependsRobbert van der Helm
2021-07-14Soname bump for Manjaro boost-libs-1.76.0-1Robbert van der Helm
2021-06-24Revert back to the master branchRobbert van der Helm
I accidentally changed the branch to a temporary branch with instrumentation.
2021-06-24Change meson build argument orderRobbert van der Helm
To match the new order from the readme.
2021-06-23Soname bump for lib32-boost-libs-1.76-1Robbert van der Helm
2021-04-24Remove the negative Wine version bound againRobbert van der Helm
Wine 6.7 is now in the repos.
2021-04-15Prevent building with Wine 6.6Robbert van der Helm
But don't bump the revision number because there's no need to rebuild.
2021-03-07Update for yabridge 3.0.2Robbert van der Helm
2021-02-26Update for yabridge 3.0.1Robbert van der Helm
2021-02-16Work around issue with Brazilian localesRobbert van der Helm
2021-02-15Get rid of the Wine 6.2 warningRobbert van der Helm
The most recent commit includes a workaround for the issue until it is fixed upstream.
2021-02-14Add a warning when building with Wine 6.2Robbert van der Helm
The build will fail with Wine 6.2 because some of the headers are now invalid C++.
2021-02-14Update for yabridge 3.0.0Robbert van der Helm
2021-01-06Disable concurrent builds at 4 GB of RAMRobbert van der Helm
2021-01-03Limit the number of jobs to 3 in low RAM envsRobbert van der Helm
2021-01-02Add a hint for reducing RAM usage while buildingRobbert van der Helm
2021-01-01Enable unity buildsRobbert van der Helm
This greatly reduces build times.
2020-12-29Update for the merge of feature/vst3Robbert van der Helm
`libyabridge.so` is now called `libyabridge-vst2.so`, and `libyabridge-vst3.so` is new.
2020-12-14Remove the build version constraint on WineRobbert van der Helm
__cdecl has been removed from main() since it's no longer necessary for Wine 5.9 and up.
2020-12-12Update for yabridge 2.2.1Robbert van der Helm
2020-12-11Update for yabridge 2.2.0Robbert van der Helm
2020-12-11Move the Wine version bound to makedependsRobbert van der Helm
Since it runs fine with Wine 6.0, it's just winegcc that's broken.
2020-12-11Add a version bound for the Wine versionRobbert van der Helm
Since compiling Winelibs is broken on Wine 6.0 right now.
2020-11-20Update for yabridge 2.1.0Robbert van der Helm
2020-11-14Update for yabridge 2.0.2Robbert van der Helm
2020-11-13Add the !strip optionRobbert van der Helm
2020-11-08Update for yabridge 2.0.1Robbert van der Helm
2020-11-08Update for yabridge 2.0.0Robbert van der Helm
2020-10-23Revert accidental branch switchRobbert van der Helm