mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/qtractor to 0.7.9-1
This commit is contained in:
parent
c3be6482af
commit
69c31bdfdd
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to fix building on ARM
|
||||
|
||||
pkgname=qtractor
|
||||
pkgver=0.7.8
|
||||
pkgver=0.7.9
|
||||
pkgrel=1
|
||||
pkgdesc="Audio/MIDI multitrack sequencer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,7 @@ makedepends=('qt5-tools' 'ladspa' 'dssi')
|
|||
optdepends=('dssi-vst: win32 VST support')
|
||||
source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz"
|
||||
'04-q_atomic_ftbfs.patch')
|
||||
md5sums=('aed4a9e1f40f1298a31f183506066fac'
|
||||
md5sums=('d26325af04e4da88e2d5aba3ea624dc0'
|
||||
'da44b00b6bcf808a1b840959361ba19f')
|
||||
|
||||
prepare() {
|
||||
|
@ -45,9 +45,9 @@ prepare() {
|
|||
ac_lupdate=/usr/bin/lupdate-qt5 \
|
||||
ac_lrelease=/usr/bin/lrelease-qt5 \
|
||||
QMAKE=qmake-qt5
|
||||
|
||||
|
||||
# Fix build with GCC 6 (Fedora)
|
||||
sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure configure.ac
|
||||
#sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure configure.ac
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue