Skip to content

Commit

Permalink
audio/alsa-plugins: disable PULSEAUDIO by default after 44c1432
Browse files Browse the repository at this point in the history
- Reduce heavy dependencies for consumers e.g., wine, pipewire, qt?-webengine
- "pulse" plugin was partially broken until 5131751
- All plugins with extra dependencies (like "pulse") to be subpackaged later

PR:		245321
  • Loading branch information
jbeich committed Feb 21, 2024
1 parent 7dd904d commit 390e208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audio/alsa-plugins/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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
Expand Down

0 comments on commit 390e208

Please sign in to comment.