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

David Runge dvzrv at archlinux.org
Sun Jul 7 11:59:30 UTC 2019


    Date: Sunday, July 7, 2019 @ 11:59:30
  Author: dvzrv
Revision: 487625

upgpkg: csoundqt 0.9.6rc1-2

Actually *building with* rtmidi...

Modified:
  csoundqt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-07 10:35:17 UTC (rev 487624)
+++ PKGBUILD	2019-07-07 11:59:30 UTC (rev 487625)
@@ -6,7 +6,7 @@
 _name=CsoundQt
 pkgname=csoundqt
 pkgver=${_pkgver//-}
-pkgrel=1
+pkgrel=2
 pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/"
@@ -30,7 +30,8 @@
   cd "${pkgname}-${pkgver}"
   qmake-qt5 qcs.pro \
     SHARE_DIR="${pkgdir}/usr/share" \
-    INSTALL_DIR="${pkgdir}/usr"
+    INSTALL_DIR="${pkgdir}/usr" \
+    CONFIG+=rtmidi
   make
 }
 



More information about the arch-commits mailing list