pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/audacious-plugins



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Dec 14 13:23:51 UTC 2025

Modified Files:
        pkgsrc/audio/audacious-plugins: Makefile PLIST options.mk

Log Message:
audio/audacious-plugins: allow optional sndio support


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/audio/audacious-plugins/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/audacious-plugins/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/audacious-plugins/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/audacious-plugins/Makefile
diff -u pkgsrc/audio/audacious-plugins/Makefile:1.169 pkgsrc/audio/audacious-plugins/Makefile:1.170
--- pkgsrc/audio/audacious-plugins/Makefile:1.169       Thu Oct 23 20:35:39 2025
+++ pkgsrc/audio/audacious-plugins/Makefile     Sun Dec 14 13:23:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2025/10/23 20:35:39 wiz Exp $
+# $NetBSD: Makefile,v 1.170 2025/12/14 13:23:51 vins Exp $
 
 DISTNAME=      audacious-plugins-4.1
 PKGREVISION=   49
@@ -23,7 +23,6 @@ CONFIGURE_ARGS+=      --disable-cue
 CONFIGURE_ARGS+=       --disable-soxr
 CONFIGURE_ARGS+=       --disable-notify
 CONFIGURE_ARGS+=       --disable-qtaudio
-CONFIGURE_ARGS+=       --disable-sndio
 
 .include "../../mk/oss.buildlink3.mk"
 PLIST_VARS+=           oss4

Index: pkgsrc/audio/audacious-plugins/PLIST
diff -u pkgsrc/audio/audacious-plugins/PLIST:1.25 pkgsrc/audio/audacious-plugins/PLIST:1.26
--- pkgsrc/audio/audacious-plugins/PLIST:1.25   Wed May 18 15:09:55 2022
+++ pkgsrc/audio/audacious-plugins/PLIST        Sun Dec 14 13:23:51 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2022/05/18 15:09:55 nia Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/12/14 13:23:51 vins Exp $
 lib/audacious/Container/asx.so
 lib/audacious/Container/asx3.so
 lib/audacious/Container/audpl.so
@@ -62,6 +62,7 @@ ${PLIST.jack}lib/audacious/Output/jack-n
 ${PLIST.oss4}lib/audacious/Output/oss4.so
 ${PLIST.pulse}lib/audacious/Output/pulse_audio.so
 lib/audacious/Output/sdlout.so
+${PLIST.sndio}lib/audacious/Output/sndio-ng.so
 lib/audacious/Transport/gio.so
 lib/audacious/Transport/mms.so
 lib/audacious/Transport/neon.so

Index: pkgsrc/audio/audacious-plugins/options.mk
diff -u pkgsrc/audio/audacious-plugins/options.mk:1.12 pkgsrc/audio/audacious-plugins/options.mk:1.13
--- pkgsrc/audio/audacious-plugins/options.mk:1.12      Mon Mar 15 13:15:56 2021
+++ pkgsrc/audio/audacious-plugins/options.mk   Sun Dec 14 13:23:51 2025
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.12 2021/03/15 13:15:56 nia Exp $
+# $NetBSD: options.mk,v 1.13 2025/12/14 13:23:51 vins Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS+=                alsa jack pulseaudio lirc
+PKG_SUPPORTED_OPTIONS+=                alsa jack pulseaudio lirc sndio
 PKG_SUPPORTED_OPTIONS+=                adplug sidplay fluidsynth libgme modplug wavpack
 PKG_SUGGESTED_OPTIONS+=                wavpack
 PKG_SUGGESTED_OPTIONS.Linux+=  alsa lirc
@@ -88,3 +88,11 @@ PLIST.wavpack=       yes
 .else
 CONFIGURE_ARGS+=       --disable-wavpack
 .endif
+
+PLIST_VARS+=   sndio
+.if !empty(PKG_OPTIONS:Msndio)
+.  include "../../audio/sndio/buildlink3.mk"
+PLIST.sndio=   yes
+.else
+CONFIGURE_ARGS+=       --disable-sndio
+.endif



Home | Main Index | Thread Index | Old Index