pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ardour ardour: require jack with working sunaudio



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7ff1cb0a44d
branches:  trunk
changeset: 418737:e7ff1cb0a44d
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 03 12:31:22 2019 +0000

description:
ardour: require jack with working sunaudio

diffstat:

 audio/ardour/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 62b5c78c7fd2 -r e7ff1cb0a44d audio/ardour/options.mk
--- a/audio/ardour/options.mk   Tue Dec 03 09:32:17 2019 +0000
+++ b/audio/ardour/options.mk   Tue Dec 03 12:31:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/12/02 13:34:33 nia Exp $
+# $NetBSD: options.mk,v 1.5 2019/12/03 12:31:22 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ardour
 PKG_SUPPORTED_OPTIONS= alsa jack
@@ -24,6 +24,7 @@
 .if !empty(PKG_OPTIONS:Mjack)
 PLIST.jack=    yes
 ARD_BACKENDS+= jack
+BUILDLINK_API_DEPENDS.jack+=   jack>=0.125.0nb2
 .  include "../../audio/jack/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index