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

David Runge dvzrv at archlinux.org
Wed Jan 31 19:56:47 UTC 2018


    Date: Wednesday, January 31, 2018 @ 19:56:46
  Author: dvzrv
Revision: 288442

upgpkg: rtmidi 3.0.0-4

Using https for url. Manually adding jack backend to rtmidi.pc, until https://github.com/thestk/rtmidi/issues/154 is fixed.

Modified:
  rtmidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 18:54:46 UTC (rev 288441)
+++ PKGBUILD	2018-01-31 19:56:46 UTC (rev 288442)
@@ -5,10 +5,10 @@
 
 pkgname=rtmidi
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A set of C++ classes that provides a common API for realtime MIDI input/output."
 arch=('x86_64')
-url="http://www.music.mcgill.ca/~gary/rtmidi/"
+url="https://www.music.mcgill.ca/~gary/rtmidi/"
 license=('custom:MIT')
 depends=('jack')
 makedepends=('doxygen')
@@ -28,6 +28,7 @@
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr --with-alsa --with-jack
+  sed -i 's/Requires: /Requires: jack/' "${pkgname}.pc"
   make
 }
 



More information about the arch-commits mailing list