David Runge pushed to branch main at Arch Linux / Packaging / Packages /
yabridge
Commits:
96a782e9 by David Runge at 2024-02-22T20:04:53+01:00
upgpkg: 5.1.0-3
Rebuild to also package the CLAP integration.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = yabridge
pkgdesc = A modern and transparent way to use Windows VST2 and VST3
plugins on Linux
pkgver = 5.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/robbert-vdh/yabridge
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ _commit=f86618e0073a69d20683206ea246baf2221e97cc #
refs/tags/5.1.0
_vst3sdk_commit=3ff02a8fb91f8e14f61c4e26130841b51d601575 #
refs/tags/v3.7.7_build_19-patched
_bundled_vst3sdk=1 # whether to use bundled vst3sdk (1) or not (0)
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on
Linux"
arch=(x86_64)
url="https://github.com/robbert-vdh/yabridge"
@@ -126,7 +126,7 @@ package_yabridge() {
# project has no install target
install -vDm 755 build/$pkgname-host{,-32}.exe{,.so} -t "$pkgdir/usr/bin"
- install -vDm 755 build/lib$pkgname-{,chainloader-}{vst2,vst3}.so -t
"$pkgdir/usr/lib/"
+ install -vDm 755 build/lib$pkgname-{,chainloader-}{clap,vst2,vst3}.so -t
"$pkgdir/usr/lib/"
}
package_yabridgectl() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/commit/96a782e9a79a77d173a4e7fdd4542c8002b42362
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/commit/96a782e9a79a77d173a4e7fdd4542c8002b42362
You're receiving this email because of your account on gitlab.archlinux.org.