mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/qtractor to 0.9.0-1
This commit is contained in:
parent
f46e63e381
commit
3e64a90cf2
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Maintainer: Ray Rashif <schiv@archlinux.org>
|
||||
# Contributor: Ray Rashif <schiv@archlinux.org>
|
||||
# Contributor: speps <speps at aur dot archlinux dot org>
|
||||
# Contributor: Philipp Überbacher <hollunder at gmx dot at>
|
||||
|
||||
|
@ -8,19 +8,20 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.8.6
|
||||
pkgrel=2
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('x86_64')
|
||||
url="http://qtractor.org/"
|
||||
license=('GPL')
|
||||
groups=('pro-audio')
|
||||
depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo'
|
||||
'rubberband' 'hicolor-icon-theme')
|
||||
makedepends=('qt5-tools' 'ladspa' 'dssi')
|
||||
optdepends=('dssi-vst: win32 VST support')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
sha512sums=('491b0e253c8cfa232d82a4abd75a291a3e92403031f4d83320302e810b49a4e5541ae71372ddbba8f550cca32e693f3409082a7f55c70b40266ef5ede71156fc'
|
||||
sha512sums=('56beb82b3c98a40ceaac1aa4db51497ea9200666621ec2647f0543727df8fb9fbf8626103c1dac1d95358e8e325ad8166e985ccc609db4e4172092a324acf926'
|
||||
'fe0e4d6adcd0eb64c39a194f16c026e6505d5f3b0537b7724ed9060443340559cc12a57665aec3e2a4d4c71ea05b1e575508cae334a8ca3a16543b5fdf55b4bf')
|
||||
|
||||
prepare() {
|
||||
|
@ -41,7 +42,5 @@ package() {
|
|||
# docs
|
||||
install -t "${pkgdir}/usr/share/doc/${pkgname}" \
|
||||
-vDm644 {AUTHORS,README,README.VST,TODO}
|
||||
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue