pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/snd



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov  2 10:07:02 UTC 2020

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

Log Message:
snd: Sound backends can seemingly only coeexist on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/snd/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/snd/options.mk
diff -u pkgsrc/audio/snd/options.mk:1.9 pkgsrc/audio/snd/options.mk:1.10
--- pkgsrc/audio/snd/options.mk:1.9     Sat Dec 14 18:34:18 2019
+++ pkgsrc/audio/snd/options.mk Mon Nov  2 10:07:02 2020
@@ -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+=     --with-jack
 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