pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/snd snd: Sound backends can seemingly only coeex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c04d3ff7e1c1
branches:  trunk
changeset: 441358:c04d3ff7e1c1
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 02 10:07:02 2020 +0000

description:
snd: Sound backends can seemingly only coeexist on Linux

diffstat:

 audio/snd/options.mk |  23 +++++++----------------
 1 files changed, 7 insertions(+), 16 deletions(-)

diffs (45 lines):

diff -r 423730678289 -r c04d3ff7e1c1 audio/snd/options.mk
--- a/audio/snd/options.mk      Mon Nov 02 08:17:43 2020 +0000
+++ b/audio/snd/options.mk      Mon Nov 02 10:07:02 2020 +0000
@@ -1,20 +1,18 @@
-# $NetBSD: options.mk,v 1.9 2019/12/14 18:34:18 nia Exp $
+# $NetBSD: options.mk,v 1.10 2020/11/02 10:07:02 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.snd
 PKG_SUPPORTED_OPTIONS=
-# ruby, forth, alsa, oss, jack, pulseaudio, gmp, ladspa
+
 PKG_OPTIONS_REQUIRED_GROUPS=   frontend
 PKG_OPTIONS_GROUP.frontend=    gtk motif
 
-PKG_SUPPORTED_OPTIONS+=                alsa jack portaudio pulseaudio ladspa
-PKG_SUGGESTED_OPTIONS.Linux+=  alsa
-PKG_SUGGESTED_OPTIONS+=                gtk ladspa
+PKG_SUPPORTED_OPTIONS+=                ladspa
 
-.include "../../mk/oss.buildlink3.mk"
+# Audio backends can seemingly only coeexist on Linux
+PKG_SUPPORTED_OPTIONS.Linux+=  alsa jack pulseaudio
+PKG_SUGGESTED_OPTIONS.Linux+=  alsa jack
 
-.if ${OSS_TYPE} == "none" && ${OPSYS} != "Linux"
-PKG_SUGGESTED_OPTIONS+=                portaudio
-.endif
+PKG_SUGGESTED_OPTIONS+=                gtk ladspa
 
 .include "../../mk/bsd.options.mk"
 
@@ -32,13 +30,6 @@
 CONFIGURE_ARGS+=       --without-jack
 .endif
 
-.if !empty(PKG_OPTIONS:Mportaudio)
-CONFIGURE_ARGS+=       --with-portaudio
-.include "../../audio/portaudio/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-portaudio
-.endif
-
 .if !empty(PKG_OPTIONS:Mpulseaudio)
 CONFIGURE_ARGS+=       --with-pulseaudio
 .include "../../audio/pulseaudio/buildlink3.mk"



Home | Main Index | Thread Index | Old Index