summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2022-11-28 13:31:02 +0100
committerRobbert van der Helm2022-11-28 13:31:02 +0100
commitd283fd9055ea67e7348d16017dc609d379a7061e (patch)
tree9b9641cfce4f4651ec66a1e23d39092163a59ddf
parentab35bc53ab9d2454197fe0a60ba24567a5d6267a (diff)
downloadaur-d283fd9055ea67e7348d16017dc609d379a7061e.tar.gz
Temporarily disable unity builds
Until the affected Wine versions are old enough that noone's using them anymore.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 734e43b4f912..a6997a28ab27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yabridge-git
pkgdesc = A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
- pkgver = 4.0.2.r225.g23f74326
+ pkgver = 5.0.1.r16.g1f6b5a4a
pkgrel = 1
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
diff --git a/PKGBUILD b/PKGBUILD
index 456030a0007e..6b6f7396ecf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yabridge-git
_pkgname=yabridge
-pkgver=4.0.2.r225.g23f74326
+pkgver=5.0.1.r16.g1f6b5a4a
pkgrel=1
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux"
arch=('x86_64')
@@ -42,9 +42,15 @@ build() {
build \
--cross-file cross-wine.conf \
--buildtype=release \
- --unity=on \
- --unity-size=1000 \
-Dbitbridge=true
+ # FIXME: Restore these at some point. Wine 7.21/7.22 (and likely also some
+ # more versions after that) will crash or freeze on startup because of
+ # Wine bug https://bugs.winehq.org/show_bug.cgi?id=53912.
+ # I was hoping this would be fixed in time for 7.22, but since it
+ # wasn't just disabling unity builds and praying this will work seems
+ # like the only alternative for now.
+ # --unity=on \
+ # --unity-size=1000 \
# The unity build takes can take up to 2 GB of RAM per target, so if the
# system does not have enough RAM to build everything at once we'll limit the