mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/qtractor to 0.9.15-1
This commit is contained in:
parent
cab6f84531
commit
f433e6f9f8
1 changed files with 9 additions and 8 deletions
|
@ -7,21 +7,22 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.14
|
||||
pkgrel=2
|
||||
pkgver=0.9.15
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('x86_64')
|
||||
url="http://qtractor.org/"
|
||||
license=('GPL2')
|
||||
groups=('pro-audio')
|
||||
depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'libogg' 'qt5-base'
|
||||
depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'qt5-base'
|
||||
'qt5-x11extras' 'zlib')
|
||||
makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
|
||||
'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
|
||||
makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libogg'
|
||||
'libsamplerate' 'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband'
|
||||
'suil')
|
||||
optdepends=('non-session-manager: for session management')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
sha512sums=('b0fb388bf54ade03ec090d931a0902eb2a02c767c9dc61ccf7a4bfddd882e2bcf7af69958a8101fc2ef81f31837e9465df9040a8cd5e37319f61dec9e243cb6b'
|
||||
sha512sums=('11fa61dcdb8960ff86939ade2694d7cbeb623d9bd1bac2c0f27ff1d459b5685116ed8c59037f67d07def59f38c8c8c0a5e8678a2b5f1d002eb10c09b020d044d'
|
||||
'fe0e4d6adcd0eb64c39a194f16c026e6505d5f3b0537b7724ed9060443340559cc12a57665aec3e2a4d4c71ea05b1e575508cae334a8ca3a16543b5fdf55b4bf')
|
||||
|
||||
prepare() {
|
||||
|
@ -39,8 +40,8 @@ build() {
|
|||
|
||||
package() {
|
||||
depends+=('libasound.so' 'libaubio.so' 'libjack.so' 'liblilv-0.so' 'liblo.so'
|
||||
'librubberband.so' 'libsamplerate.so' 'libsndfile.so' 'libsuil-0.so'
|
||||
'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
|
||||
'libogg.so' 'librubberband.so' 'libsamplerate.so' 'libsndfile.so'
|
||||
'libsuil-0.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libvorbis.so' )
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
# docs
|
||||
|
|
Loading…
Reference in a new issue