[arch-commits] Commit in qjackctl/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Mon Oct 20 13:37:29 UTC 2014


    Date: Monday, October 20, 2014 @ 15:37:29
  Author: schiv
Revision: 225067

upgpkg: qjackctl 0.3.12-1

upstream release; not including metadata support

Modified:
  qjackctl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 10:55:17 UTC (rev 225066)
+++ PKGBUILD	2014-10-20 13:37:29 UTC (rev 225067)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=qjackctl
-pkgver=0.3.11
+pkgver=0.3.12
 pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/"
@@ -11,12 +11,24 @@
 license=('GPL')
 depends=('jack' 'qt4') # qjackctl may soon support qt5
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('93eabb66334ffb770ab4e270621ab2a4')
+md5sums=('441800d633f0b1fb767ba4320f25f638')
 
+# hack not working as-is, needs inspection
+# in the meantime, please build in a chroot
+#prepare() {
+#  cd "$srcdir/$pkgname-$pkgver"
+#
+#  # qt4+qt5 co-existing compatibility
+#  # see http://www.rncbc.org/drupal/node/753
+#  sed -i 's/ac_qtdirs=.*/ac_qtdirs="qt4"/' configure
+#}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  # metadata is a jack1 feature
+  # avoid this until I sort out where qjackctl is heading
+  ./configure --prefix=/usr --disable-jack-metadata
 
   make
 }



More information about the arch-commits mailing list