Date: Saturday, July 25, 2015 @ 10:09:30 Author: schiv Revision: 242492
upgpkg: qjackctl 0.4.0-1 upstream release Modified: qjackctl/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-25 02:45:29 UTC (rev 242491) +++ PKGBUILD 2015-07-25 08:09:30 UTC (rev 242492) @@ -3,15 +3,15 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=qjackctl -pkgver=0.3.13 +pkgver=0.4.0 pkgrel=1 pkgdesc="A Qt front-end for the JACK low-latency audio server" url="http://qjackctl.sourceforge.net/" arch=('i686' 'x86_64') license=('GPL') -depends=('jack' 'qt4') # qjackctl may soon support qt5 +depends=('jack' 'qt4') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('f0eac5808f4d1d90b111b8570de4f0f2') +md5sums=('2081b96e4facf3c2be641848b1c184fd') # hack not working as-is, needs inspection # in the meantime, please build in a chroot @@ -26,9 +26,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" - # metadata is a jack1 feature - # avoid this until I sort out where qjackctl is heading - ./configure --prefix=/usr --disable-jack-metadata + ./configure --prefix=/usr make }
