[arch-commits] Commit in yabridge/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sun Jun 12 16:28:49 UTC 2022
Date: Sunday, June 12, 2022 @ 16:28:49
Author: dvzrv
Revision: 1236986
upgpkg: yabridge 4.0.1-1: Upgrade to 4.0.1.
Remove now included upstream patches.
Modified:
yabridge/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-12 16:23:04 UTC (rev 1236985)
+++ PKGBUILD 2022-06-12 16:28:49 UTC (rev 1236986)
@@ -2,9 +2,9 @@
pkgbase=yabridge
pkgname=(yabridge yabridgectl)
-_commit=b826f800374d0b6392ac17847fb599e47ec2accc # 4.0.0^{}
-pkgver=4.0.0
-pkgrel=4
+_commit=67747531ccc566871cf3c409a45eaf509041e06d # 4.0.0^{}
+pkgver=4.0.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"
@@ -15,25 +15,14 @@
options=(debug !lto)
source=(
git+https://github.com/robbert-vdh/$pkgbase.git#commit=$_commit
- $pkgbase-4.0.0-asio_detection.patch::https://github.com/robbert-vdh/yabridge/commit/c4c4bacd14e22b0e3d5e442e23196abfec83fdf7.patch
- $pkgbase-4.0.0-ghc_filesystem_detection.patch::https://github.com/robbert-vdh/yabridge/commit/84ab5a4cd5f7ab55aaa67f21bb4a145f57e1d8df.patch
$pkgbase-4.0.0-vst3sdk_meson.build::https://raw.githubusercontent.com/robbert-vdh/vst3sdk/7a30caa588ff48eabae5f4f8cdac2c7c053800fa/meson.build
)
sha512sums=('SKIP'
- 'be12b6018a6d101f62e91de90d7acdb0df4fcf30855683e82d78812f55d110564e17b0acae03cc2ce0b9ec4a5bc979c40f3ca9e1ad333750ecbc35d9f96afdf1'
- 'e4cd898238a0488a338c8de5ae3283306cca1c8c09f4a5ec04ab6fba9920cbd2d571e125d24bf4117ba1987a70701d1e039a3d0f91341d7c65093eb17f16b94a'
'0b59cd5929434cadfcf3a2ad2cddbc1ad82f38a1d778040619b825439d6acb4f1fafa17512ad2eb5fc1c5b3ba45656f12e77e57834d85ee7f23e5754a9b8cb13')
b2sums=('SKIP'
- '5d60521954b453fb0fee30f963ca01450f7905d8615ffb8ceb32b2863e72721161d20e48a13060b44e1f92d47416ba6ac1ab1c26c19a4cf62ad1abadd3283c3e'
- '35c08043b6c546118aa21cf4df2fa0d209cd16a182740ea6c22b61654abffd23c9ee6150dd6a5e6b26276aa26beb0d7bd510fa5ce9ddfeecdaf4dc3ba54bff06'
'4bf8b6c2390db5657026539869cada55accd38aee8d514d84a34c5c4b56bdc5e1ea3d1d4b2e323ed304b9f28eb767f29d316622a73dc2af9f5587da8e75c85f8')
prepare() {
- # fix detection of asio
- patch -Np1 -d $pkgbase -i ../$pkgbase-4.0.0-asio_detection.patch
- # fix detection of ghc-filesystem
- patch -Np1 -d $pkgbase -i ../$pkgbase-4.0.0-ghc_filesystem_detection.patch
-
# remove all wraps as they are ignored anyways
rm -rv $pkgname/subprojects/*
More information about the arch-commits
mailing list