Skip to content

Commit 0480e51

Browse files
YHStarwszqkzqk
andauthored
upgpatch: aida-x, ver=1.1.0-1.1 (#305)
- Fix vst3 - Upstream PR: DISTRHO/DPF#476 Co-authored-by: Zhou Qiankang <[email protected]>
1 parent 0218ea7 commit 0480e51

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

aida-x/disable-vst3.patch

-13
This file was deleted.

aida-x/loong.patch

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
diff --git a/PKGBUILD b/PKGBUILD
2-
index dd6a5b8..104de93 100644
2+
index dd6a5b8..36a1fd4 100644
33
--- a/PKGBUILD
44
+++ b/PKGBUILD
5-
@@ -4,7 +4,7 @@ pkgbase=aida-x
6-
_name="${pkgbase^^}"
7-
pkgname=(
8-
aida-x
9-
- aida-x-{clap,lv2,standalone,vst,vst3}
10-
+ aida-x-{clap,lv2,standalone,vst}
11-
)
12-
pkgver=1.1.0
13-
pkgrel=1
145
@@ -38,6 +38,11 @@ _pick() {
156
done
167
}
178

189
+prepare() {
19-
+ cd AIDA-X-$pkgver
20-
+ patch -p1 -i ../disable-vst3.patch
10+
+ cd AIDA-X-$pkgver
11+
+ patch -p1 -d "modules/dpf" -i "${srcdir}/add-loongarch-support.patch"
2112
+}
2213
+
2314
build() {
@@ -28,7 +19,6 @@ index dd6a5b8..104de93 100644
2819
install -vDm 755 build/bin/$_name.vst3/Contents/$CARCH-linux/*.so -t "$pkgdir/usr/lib/vst3/$_name.vst3/Contents/$CARCH-linux/"
2920
}
3021
+
31-
+source+=("disable-vst3.patch")
32-
+sha512sums+=('3673abb1162be4425376da68f57d22a6d8db6cc77c64fc7f576b610864b49ccba8f3bc0c4421c8e0341d5508e2c8a72f7eab2cb7a2678658e634a464dae15acd')
33-
+b2sums+=('1d807b77a7f292cc92f7caa572808b4e9f2e84c4bd2d067beab6a90462b341c128dd90a73792f4d201f7f91ec681078fa4ba7ad2936b6497e6f7a651ff590d5b')
34-
22+
+source+=("add-loongarch-support.patch::https://github.com/DISTRHO/DPF/commit/9c11acb038e4c8494519a4e271e046b49bd2eaea.patch")
23+
+sha512sums+=('d94c7a95c0602755e79624511b1862cdb4985986522990274f48373cb261210a2b558030692a290a755ee153799874bbb7cf83edd3754616cb72121d1d4e5ec8')
24+
+b2sums+=('c214508c3d2b759a490cce4b8ce26b66a173425d52fd1ff7b9323f877cff2614acdd46a8be352a6f36c18db1f7bafee6e4466f15cc1134be2ee679379db7ce9c')

0 commit comments

Comments
 (0)