mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/qtractor to 0.9.26-1
This commit is contained in:
parent
e056cf3335
commit
7725b20023
1 changed files with 9 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
# - set -DCONFIG_SSE=OFF
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.25
|
||||
pkgver=0.9.26
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=(x86_64)
|
||||
|
@ -22,9 +22,11 @@ optdepends=(
|
|||
'qt6-wayland: for native wayland support'
|
||||
)
|
||||
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=('057add530356bd81c4afc9e5527fbf2f6ec21b2f0455f0f8739efb82730ea834a5d2397683e3622071fa75dde31e9d0a1f36d9381618d4a2604100f1b8dd5aa4')
|
||||
b2sums=('94e653724582ebb6be417574e4bc357b58fe79deca686745607dcdf75f14b813cfccdb1d976dc98f89a19c23450ff52ef6060417ce986882374ba36c8f724a7f')
|
||||
# NOTE: debug package contains include files of vst3sdk
|
||||
# options=(debug)
|
||||
source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('ca1a1cfcd7083bae83d26b0710cb7b884658176c060858f5f9fbc40a885a498731a544390be2a61f4f986d113ca112271eaf5c6218f6e3051b152dcae836b8d0')
|
||||
b2sums=('3e0febf185ad5818bec00c3b66cfdcf8e2ff89909f3934facf3e371283b840847111b3eb175bcc7f5e0a073f06b01554aa5f61a0add1c21588124858849a3cfa')
|
||||
|
||||
build() {
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
@ -33,7 +35,7 @@ build() {
|
|||
-DCONFIG_SSE=OFF \
|
||||
-Wno-dev \
|
||||
-B build \
|
||||
-S "${pkgname}-${pkgver}"
|
||||
-S $pkgname-$pkgver
|
||||
make VERBOSE=1 -C build
|
||||
}
|
||||
|
||||
|
@ -42,7 +44,7 @@ package() {
|
|||
librubberband.so libsamplerate.so libsndfile.so libvorbisenc.so
|
||||
libvorbisfile.so libvorbis.so )
|
||||
|
||||
make DESTDIR="${pkgdir}" install -C build
|
||||
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-$pkgver/{README,README.VST} -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue