pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ardour



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec  3 12:31:22 UTC 2019

Modified Files:
        pkgsrc/audio/ardour: options.mk

Log Message:
ardour: require jack with working sunaudio


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/ardour/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ardour/options.mk
diff -u pkgsrc/audio/ardour/options.mk:1.4 pkgsrc/audio/ardour/options.mk:1.5
--- pkgsrc/audio/ardour/options.mk:1.4  Mon Dec  2 13:34:33 2019
+++ pkgsrc/audio/ardour/options.mk      Tue Dec  3 12:31:22 2019
@@ -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 @@ PLIST_VARS+=  jack
 .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