[arch-commits] Commit in qtractor/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Oct 31 12:04:43 UTC 2020


    Date: Saturday, October 31, 2020 @ 12:04:43
  Author: dvzrv
Revision: 737640

upgpkg: qtractor 0.9.18-1: Upgrade to 0.9.18.

Add vst3sdk to makedepends for vst3 plugin support.
Add vst3-host to provides as qtractor can now host vst3 plugins.

Modified:
  qtractor/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 11:54:28 UTC (rev 737639)
+++ PKGBUILD	2020-10-31 12:04:43 UTC (rev 737640)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher <hollunder at gmx dot at>
 
 pkgname=qtractor
-pkgver=0.9.17
+pkgver=0.9.18
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -15,12 +15,12 @@
 'qt5-x11extras' 'zlib')
 makedepends=('alsa-lib' 'aubio' 'cmake' 'dssi' 'jack' 'ladspa' 'liblo' 'libogg'
 'libsamplerate' 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband'
-'suil')
+'suil' 'vst3sdk')
 optdepends=('new-session-manager: for session management')
-provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host')
+provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
 source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9392eb594920be5c826613bfd75be93ac006a718c14256b20bf8d6af23f9316f56c801e5422548b9387ccfd4fe3ba926f1a01cacc2324eab1ca66255f02c9c93')
-b2sums=('2cb387484203fcd6511a87364db9ed00d4d21452948abc0bad7d2775f022ab9a224537a8300a46ec220ddc497d071072456ed4e46a3e73c52954b5992bb1ba52')
+sha512sums=('e488f95becde10117fc675a5b20b66378e8ae1f8c388fb12042cafa1f4434292d4156f5fe613b93e0c7409c414df9bf0e614afce843e0a42e4a1bce7c9ee9125')
+b2sums=('269d2fd9cdb3171155ba32d7af5d6c0ad0037287311d2e77efb706820071fde353c84ba6958c0c0fb75f3ecc22eea5e5f7204018d1503bbfb424f48aefc60150')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list