mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/qtractor to 0.9.32-1
This commit is contained in:
parent
15fe34f901
commit
de13e3b228
1 changed files with 41 additions and 7 deletions
|
@ -7,24 +7,58 @@
|
|||
# - set -DCONFIG_SSE=OFF
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.31
|
||||
pkgver=0.9.32
|
||||
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 clap cmake dssi jack ladspa liblo libogg
|
||||
libsamplerate libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
|
||||
depends=(
|
||||
gcc-libs
|
||||
glibc
|
||||
hicolor-icon-theme
|
||||
libmad
|
||||
libxcb
|
||||
qt6-base
|
||||
qt6-svg
|
||||
zlib
|
||||
)
|
||||
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)
|
||||
provides=(
|
||||
clap-host
|
||||
dssi-host
|
||||
ladspa-host
|
||||
lv2-host
|
||||
vst-host
|
||||
vst3-host
|
||||
)
|
||||
source=(https://github.com/rncbc/$pkgname/archive/refs/tags/${pkgname}_${pkgver//./_}.tar.gz)
|
||||
sha512sums=('20390e6035f5f3b7ac8af786d1fb72d9f02955df5e958f946a37914ffb18c50084598c5c878c5dcd9a3eabc29213cd5121712ce7bffa49bc1b7b99a71515c20d')
|
||||
b2sums=('09cd3f709ffc3a6ea13e2cf0bbf474cf5be6e67f9ecfd8738eddadebe0e3cdee7abe55712425437095bbf385a7f413a324a9bc7b88077adede2f162c9177f378')
|
||||
sha512sums=('f46fea340c3945cdd7ce96c7c0e48cfdf2bd374b3ec9751b3ef16eb40393b21c74b0be9be4922455569df765ae214e7be622ee7c2ca3d957c8d5b722051e73b5')
|
||||
b2sums=('e3d6a92b613641460a66807e6539ceb81eb637c9490a1d7fef9133a6f8c43e7a4cee8482c014a4822408e3fea1c84e73cf3aeb8907efe1ad3d9eb2f4b096fe3f')
|
||||
|
||||
build() {
|
||||
local cmake_options=(
|
||||
|
|
Loading…
Reference in a new issue