mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/qtractor to 0.9.10-1
This commit is contained in:
parent
46b24af8ad
commit
56f75fd76f
1 changed files with 7 additions and 6 deletions
|
@ -7,19 +7,20 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.9
|
||||
pkgrel=2
|
||||
pkgver=0.9.10
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('x86_64')
|
||||
url="http://qtractor.org/"
|
||||
license=('GPL')
|
||||
license=('GPL2')
|
||||
groups=('pro-audio')
|
||||
depends=('aubio' 'desktop-file-utils' 'liblo' 'libmad' 'lilv' 'qt5-x11extras'
|
||||
'rubberband' 'suil')
|
||||
depends=('alsa-lib' 'aubio' 'desktop-file-utils' 'glibc' 'gcc-libs'
|
||||
'libsndfile' 'libjack.so' 'liblo' 'libmad' 'libogg' 'libvorbis' 'lilv'
|
||||
'qt5-x11extras' 'rubberband' 'suil' 'zlib')
|
||||
makedepends=('qt5-tools' 'ladspa' 'dssi')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
sha512sums=('151a3a92cfb98b9c9b19d18730109bce83744d4c24d3ca200f53a04938cbab1f33dd8080d3faae47b5026eebbbb750a74f64a5a046b0967278e848f424ff962a'
|
||||
sha512sums=('66074021fbc113eff4ffab0c81ef4a9c5db68cbc85344bc8bac42276d45645b1c945c47132d69bbc63907118a22b196db93d50bbf75230e15ddb920861b04eae'
|
||||
'fe0e4d6adcd0eb64c39a194f16c026e6505d5f3b0537b7724ed9060443340559cc12a57665aec3e2a4d4c71ea05b1e575508cae334a8ca3a16543b5fdf55b4bf')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue