git: 73054fd089ab - main - multimedia/audacious-plugins: Enable AMIDI and JACK options by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 05:49:19 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=73054fd089ab8f7c9d918e3c5a14195a362bbf2d commit 73054fd089ab8f7c9d918e3c5a14195a362bbf2d Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-10-24 05:47:14 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-10-24 05:48:17 +0000 multimedia/audacious-plugins: Enable AMIDI and JACK options by default On user request enable AMIDI by default. Since this adds a dependency on audio/fluidsynth which, by default, also depends on jack, enable jack here too. PR: 282186 MFH: 2024Q4 --- multimedia/audacious-plugins/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 6a93ec34ca28..1dcc9ac2ac6e 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -1,5 +1,6 @@ PORTNAME= audacious-plugins DISTVERSION= 4.4.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -102,8 +103,8 @@ OPTIONS_DEFINE= AAC ADPLUG AMIDI BS2B CDDA CONSOLE CUE FFMPEG FLAC LAME \ LIRC MODPLUG MPG123 MPRIS NEON NLS NOTIFY OPENGL \ OPENMPT OPUS SAMPLERATE SCROBBLER SID SNDFILE SOXR \ SPEEDPITCH VORBIS WAVPACK -OPTIONS_DEFAULT= AAC ADPLUG CDDA CUE FFMPEG FILEWRITER FLAC MPG123 MPRIS \ - NEON NLS NOTIFY OPENMPT OPUS OSS PIPEWIRE PULSEAUDIO \ +OPTIONS_DEFAULT= AAC ADPLUG AMIDI CDDA CUE FFMPEG FILEWRITER FLAC JACK MPG123 \ + MPRIS NEON NLS NOTIFY OPENMPT OPUS OSS PIPEWIRE PULSEAUDIO \ SCROBBLER SID VORBIS WAVPACK OPTIONS_MULTI= OUTPUT OPTIONS_MULTI_OUTPUT= ALSA FILEWRITER JACK OSS PIPEWIRE PULSEAUDIO SDL SNDIO