mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:17:16 +08:00
qjackctl: update to 0.4.4
This commit is contained in:
parent
972c2d2863
commit
6e92195294
@ -1,5 +1,5 @@
|
|||||||
pkgname=qjackctl
|
pkgname=qjackctl
|
||||||
pkgver=0.4.3
|
pkgver=0.4.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Qt front-end for the JACK low-latency audio server"
|
pkgdesc="A Qt front-end for the JACK low-latency audio server"
|
||||||
url="http://qjackctl.sourceforge.net/"
|
url="http://qjackctl.sourceforge.net/"
|
||||||
@ -10,12 +10,12 @@ makedepends=('qt5-tools')
|
|||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
categories=('multimedia')
|
categories=('multimedia')
|
||||||
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
|
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||||
sha1sums=('c093c2c93be9577aa4ef00e6f66cee6fa5d80190')
|
sha1sums=('438029f6bf1d88e46732c98595c78f5283fc2932')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
# fix to make .configure recognize Qt>=5.1
|
# fix to make .configure recognize Qt>=5.1
|
||||||
export CXXFLAGS="${CXXFLAGS} -std=c++11"
|
export CXXFLAGS="${CXXFLAGS} -std=c++11"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user