mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/qtractor to 0.9.24-1
This commit is contained in:
parent
e3392ed945
commit
50189d1f22
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
# - set -DCONFIG_SSE=OFF
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.23
|
||||
pkgver=0.9.24
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('x86_64')
|
||||
|
@ -24,8 +24,8 @@ optdepends=(
|
|||
)
|
||||
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=('fe57cc82d072ed49569441bb9f25f5233c0d7a6e7f0958a84247c8896741f2e4b83067e69d8e7999ccd9e68002b0e6ba4dc084674286952c17d472ae9f507bbd')
|
||||
b2sums=('6ccf22ccc21ad36aecff63a16de9e3bb2ae19ba6fd7475432c3cd1e37ce2468f837a68c160ceec0f9c7ec9931e1fc1614c3a84cd0dd34078d1e227868338c021')
|
||||
sha512sums=('b65dc90566023e06edc08a437e3a9f1e8a6e524cb1c9cf78afe90cdc1437ce345b7bb4907619ced7886966923facb7dbe8f22ac23076531e95e149a71286187b')
|
||||
b2sums=('a94822b20544aa0675a4b1208b7f1dcb726973c3ffb4705ef10ef284e21433c2b92747eca189667e2e8d8cec4569421e8492ea330d7b51cb80a6157dffdd8e41')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
@ -42,7 +42,7 @@ build() {
|
|||
package() {
|
||||
depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
|
||||
'libogg.so' 'librubberband.so' 'libsamplerate.so' 'libsndfile.so'
|
||||
'libsuil-0.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
|
||||
'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install -C build
|
||||
# docs
|
||||
|
|
Loading…
Reference in a new issue