aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-02-20 20:40:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-02-21 14:27:20 +0000
commit390e208ac1f99e6717207bb829c6179caf279f4d (patch)
tree158adec3b7e3f34707e7e7f538290cb1b758cff7
parent7dd904d9178aef2ac7369c77551e6c7774997564 (diff)
downloadports-390e208ac1f99e6717207bb829c6179caf279f4d.tar.gz
ports-390e208ac1f99e6717207bb829c6179caf279f4d.zip
audio/alsa-plugins: disable PULSEAUDIO by default after 44c14328c08e
- Reduce heavy dependencies for consumers e.g., wine, pipewire, qt?-webengine - "pulse" plugin was partially broken until 51317515580f - All plugins with extra dependencies (like "pulse") to be subpackaged later PR: 245321
-rw-r--r--audio/alsa-plugins/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index 127343819c20..3fa4c416249c 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -1,6 +1,6 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.2.7.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
@@ -20,7 +20,6 @@ INSTALL_TARGET= install-strip
CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files
OPTIONS_DEFINE= FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX
-OPTIONS_DEFAULT= PULSEAUDIO
OPTIONS_SUB= yes
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg