mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/qtractor to 0.9.13-1
This commit is contained in:
parent
6da40057e8
commit
ebbbf5361f
1 changed files with 9 additions and 7 deletions
|
@ -7,21 +7,20 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.9.12
|
||||
pkgver=0.9.13
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('x86_64')
|
||||
url="http://qtractor.org/"
|
||||
license=('GPL2')
|
||||
groups=('pro-audio')
|
||||
depends=('alsa-lib' 'glibc' 'gcc-libs' 'hicolor-icon-theme' 'libaubio.so'
|
||||
'libjack.so' 'liblilv-0.so' 'liblo.so' 'libmad' 'libogg' 'librubberband.so'
|
||||
'libsamplerate' 'libsndfile' 'libsuil-0.so' 'libvorbisenc.so'
|
||||
'libvorbisfile.so' 'libvorbis.so' 'qt5-base' 'qt5-x11extras' 'zlib')
|
||||
makedepends=('dssi' 'ladspa' 'lv2' 'qt5-tools')
|
||||
depends=('glibc' 'gcc-libs' 'hicolor-icon-theme' 'libmad' 'libogg' 'qt5-base'
|
||||
'qt5-x11extras' 'zlib')
|
||||
makedepends=('alsa-lib' 'aubio' 'dssi' 'jack' 'ladspa' 'liblo' 'libsamplerate'
|
||||
'libsndfile' 'libvorbis' 'lilv' 'lv2' 'qt5-tools' 'rubberband' 'suil')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
sha512sums=('cdd7414e2b287272164e3876603f4b051f22399e14aeb61c0e8d30a159a146d0028d36463400a239630cb31ba66bcd96302fb522fd8304342e533fd9d420cb2d'
|
||||
sha512sums=('9344a992d315e024aaf4d1e7277665e26085667077835cad0f75682bf2a474877808dbe244680e7fe3a2dd81184c8962d22a58d84ac24402afada2dabcd2b8d4'
|
||||
'fe0e4d6adcd0eb64c39a194f16c026e6505d5f3b0537b7724ed9060443340559cc12a57665aec3e2a4d4c71ea05b1e575508cae334a8ca3a16543b5fdf55b4bf')
|
||||
|
||||
prepare() {
|
||||
|
@ -38,6 +37,9 @@ 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' )
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
# docs
|
||||
|
|
Loading…
Reference in a new issue