David Runge pushed to branch main at Arch Linux / Packaging / Packages / yabridge
Commits: 4e36a65d by David Runge at 2024-11-05T09:30:57+01:00 Switch to locked tags as more transparent upstream sources Signed-off-by: David Runge <[email protected]> - - - - - c4d2acfe by David Runge at 2024-11-05T09:36:17+01:00 upgpkg: 5.1.1-1 - - - - - 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 = 5 + pkgver = 5.1.1 + pkgrel = 1 url = https://github.com/robbert-vdh/yabridge arch = x86_64 license = GPL-3.0-or-later @@ -20,18 +20,18 @@ pkgbase = yabridge makedepends = vst3sdk makedepends = wine options = !lto - source = git+https://github.com/robbert-vdh/yabridge#tag=f86618e0073a69d20683206ea246baf2221e97cc + source = git+https://github.com/robbert-vdh/yabridge#tag=5.1.1 source = yabridge-vst3sdk::git+https://github.com/robbert-vdh/vst3sdk.git#commit=3ff02a8fb91f8e14f61c4e26130841b51d601575 source = yabridge-vst3_base::git+https://github.com/steinbergmedia/vst3_base.git source = yabridge-vst3_pluginterfaces::git+https://github.com/steinbergmedia/vst3_pluginterfaces.git source = yabridge-vst3_public_sdk::git+https://github.com/steinbergmedia/vst3_public_sdk.git + sha512sums = 679b63e8dfd686f8f3199f1e65cb9794446bf17819039458ce2d15b769573b8176e96fb51075076371663394e5b8479532fe450a9a115b8df27f4065ed7f8a96 + sha512sums = 39d8b7188aa5b07442e9bf998644bce5d54e3c30000dbf3922cee76c4864e859ff850abe6699d178399948d3d73f3b4a639738429320aa2ebc4b1e0c85d63792 sha512sums = SKIP sha512sums = SKIP sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - b2sums = SKIP - b2sums = SKIP + b2sums = 378ba811ac3676b4a122030c9d1260a95b062e614d17efc29ed047b7fa72f0945914544ae8526ed424108c18094ea4408fe784df5a6690eac5232e5bc571a302 + b2sums = 3f09ff6929db53a5387661be68a363726edbd966346605444191e791565cf596503e9f88138b7921d15366d1aa1688a41730e3d4163bdc694448269855d982a9 b2sums = SKIP b2sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -5,12 +5,11 @@ pkgname=( yabridge 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_vst3sdk=1 # whether to use bundled vst3sdk (1) or not (0) -pkgver=5.1.0 -pkgrel=5 +pkgver=5.1.1 +pkgrel=1 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" @@ -34,19 +33,19 @@ makedepends=( # if LTO is enabled the cmake detection will explode because of wine options=(!lto) source=( - git+$url#tag=$_commit + git+$url#tag=$pkgver $pkgbase-vst3sdk::git+https://github.com/robbert-vdh/vst3sdk.git#commit=$_vst3sdk_commit $pkgbase-vst3_base::git+https://github.com/steinbergmedia/vst3_base.git $pkgbase-vst3_pluginterfaces::git+https://github.com/steinbergmedia/vst3_pluginterfaces.git $pkgbase-vst3_public_sdk::git+https://github.com/steinbergmedia/vst3_public_sdk.git ) -sha512sums=('SKIP' - 'SKIP' +sha512sums=('679b63e8dfd686f8f3199f1e65cb9794446bf17819039458ce2d15b769573b8176e96fb51075076371663394e5b8479532fe450a9a115b8df27f4065ed7f8a96' + '39d8b7188aa5b07442e9bf998644bce5d54e3c30000dbf3922cee76c4864e859ff850abe6699d178399948d3d73f3b4a639738429320aa2ebc4b1e0c85d63792' 'SKIP' 'SKIP' 'SKIP') -b2sums=('SKIP' - 'SKIP' +b2sums=('378ba811ac3676b4a122030c9d1260a95b062e614d17efc29ed047b7fa72f0945914544ae8526ed424108c18094ea4408fe784df5a6690eac5232e5bc571a302' + '3f09ff6929db53a5387661be68a363726edbd966346605444191e791565cf596503e9f88138b7921d15366d1aa1688a41730e3d4163bdc694448269855d982a9' 'SKIP' 'SKIP' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/compare/9783ddb56396d93a4f0c8a8ac9c0c2224e37bb84...c4d2acfe1cbfb0ee61b6b0aada43417fa1286b58 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/compare/9783ddb56396d93a4f0c8a8ac9c0c2224e37bb84...c4d2acfe1cbfb0ee61b6b0aada43417fa1286b58 You're receiving this email because of your account on gitlab.archlinux.org.
