pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/portaudio portaudio: Fix PLIST for jack option
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd606887b217
branches: trunk
changeset: 405493:bd606887b217
user: nia <nia%pkgsrc.org@localhost>
date: Fri Nov 29 17:31:39 2019 +0000
description:
portaudio: Fix PLIST for jack option
diffstat:
audio/portaudio/PLIST | 3 ++-
audio/portaudio/options.mk | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r e2d81e73c213 -r bd606887b217 audio/portaudio/PLIST
--- a/audio/portaudio/PLIST Fri Nov 29 15:27:42 2019 +0000
+++ b/audio/portaudio/PLIST Fri Nov 29 17:31:39 2019 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2019/10/26 17:22:07 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/11/29 17:31:39 nia Exp $
+${PLIST.jack}include/portaudio2/pa_jack.h
${PLIST.alsa}include/portaudio2/pa_linux_alsa.h
${PLIST.oss}include/portaudio2/pa_unix_oss.h
include/portaudio2/portaudio.h
diff -r e2d81e73c213 -r bd606887b217 audio/portaudio/options.mk
--- a/audio/portaudio/options.mk Fri Nov 29 15:27:42 2019 +0000
+++ b/audio/portaudio/options.mk Fri Nov 29 17:31:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/10/28 15:32:24 nia Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/29 17:34:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.portaudio
PKG_SUPPORTED_OPTIONS= alsa jack debug
@@ -15,7 +15,9 @@
CONFIGURE_ARGS+= --without-alsa
.endif
+PLIST_VARS+= jack
.if !empty(PKG_OPTIONS:Mjack)
+PLIST.jack= yes
CONFIGURE_ARGS+= --with-jack
.include "../../audio/jack/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index