David Runge pushed to branch main at Arch Linux / Packaging / Packages / yabridge
Commits: 30c80384 by David Runge at 2024-02-21T14:15:29+01:00 upgpkg: 5.1.0-2 Rebuild against vst3sdk 3.7.10_build_14 and ping upstream about support past 3.7.7: https://github.com/robbert-vdh/yabridge/issues/312 - - - - - 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 = 1 + pkgrel = 2 url = https://github.com/robbert-vdh/yabridge arch = x86_64 license = GPL-3.0-or-later ===================================== PKGBUILD ===================================== @@ -6,10 +6,11 @@ pkgname=( yabridgectl ) _commit=f86618e0073a69d20683206ea246baf2221e97cc # refs/tags/5.1.0 +# NOTE: currently only compatible with vst3sdk 3.7.7: https://github.com/robbert-vdh/yabridge/issues/312 _vst3sdk_commit=3ff02a8fb91f8e14f61c4e26130841b51d601575 # refs/tags/v3.7.7_build_19-patched -_bundled=1 # whether to use bundled vst3sdk (1) or not (0) +_bundled_vst3sdk=1 # whether to use bundled vst3sdk (1) or not (0) pkgver=5.1.0 -pkgrel=1 +pkgrel=2 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" @@ -65,7 +66,7 @@ prepare() { # add a subproject dir for vst3sdk mkdir -vp $pkgbase/subprojects/vst3 - if (( _bundled > 0 )); then + if (( _bundled_vst3sdk > 0 )); then # use upstream's specific version of vst3sdk to get around compilation errors ( cd $pkgbase-vst3sdk View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/commit/30c80384ef7888d41014abe0d2603686bc9568ee -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/commit/30c80384ef7888d41014abe0d2603686bc9568ee You're receiving this email because of your account on gitlab.archlinux.org.
