community/qtractor to 0.9.30-1

This commit is contained in:
Kevin Mihelich 2022-12-30 16:49:04 +00:00
parent d51aa26a47
commit 20f6b75d76

View file

@ -7,25 +7,25 @@
# - set -DCONFIG_SSE=OFF
pkgname=qtractor
pkgver=0.9.29
pkgrel=3
pkgver=0.9.30
pkgrel=1
pkgdesc="Audio/MIDI multitrack sequencer"
arch=(x86_64)
url="https://qtractor.sourceforge.io/"
license=(GPL2)
groups=(pro-audio)
depends=(glibc gcc-libs hicolor-icon-theme libmad libxcb qt6-base qt6-svg zlib)
makedepends=(alsa-lib aubio cmake dssi jack ladspa liblo libogg libsamplerate
libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
makedepends=(alsa-lib aubio clap cmake dssi jack ladspa liblo libogg
libsamplerate libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
optdepends=(
'new-session-manager: for session management'
'qt6-wayland: for native wayland support'
)
provides=(clap-host dssi-host ladspa-host lv2-host vst-host vst3-host)
options=(debug)
source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('bd432e3eb2d804aacc45943c36160c938778827a1c832f30045b2456d363843ac2f77e4b2cb897b905aa026b7d9238eb2963ca1ebbd64d127d890857c5426c41')
b2sums=('d7f17211e885c8458c7d74d1cd0cde69d316b1765ab79bdfb3ff1abcfb35ad008f017dd12372a2fafb309a7bead0c3d31f8f1cc322da123d39760377c1883e82')
source=(https://github.com/rncbc/$pkgname/archive/refs/tags/${pkgname}_${pkgver//./_}.tar.gz)
sha512sums=('2fd59282a0cd7c41924e80ed3302766c06f182f9a2106fb91d8b24e81a2d46e962294490be6ff2e4b263d626c04f3efdd57d635162152fdfd4638c946ab87562')
b2sums=('119c5deb7a804a9e88b3171b339830fec94b6ae691a47d0ea129791e88444dca5ff8f9b1dc17ca558b65c739c1a8638c353bdaacd1e9e9cd075b7a97bf27d1ca')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
@ -34,7 +34,7 @@ build() {
-DCONFIG_SSE=OFF \
-Wno-dev \
-B build \
-S $pkgname-$pkgver
-S $pkgname-${pkgname}_${pkgver//./_}
make VERBOSE=1 -C build
}
@ -45,5 +45,5 @@ package() {
make DESTDIR="$pkgdir" install -C build
# docs
install -vDm 644 $pkgname-$pkgver/{README,README.VST} -t "$pkgdir/usr/share/doc/$pkgname/"
install -vDm 644 $pkgname-${pkgname}_${pkgver//./_}/{README,README.VST} -t "$pkgdir/usr/share/doc/$pkgname/"
}