git: 55c3ad38e96d - main - multimedia/mpv: expose rubberband audio filter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Nov 2022 15:38:31 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=55c3ad38e96d8c191029c6bd15920c7275bc851e commit 55c3ad38e96d8c191029c6bd15920c7275bc851e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-15 15:28:33 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-15 15:38:14 +0000 multimedia/mpv: expose rubberband audio filter --- multimedia/mpv/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 9398f2e7b306..b5cc60994e28 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -29,12 +29,11 @@ SHEBANG_FILES= *.py TOOLS/*.py USE_GITHUB= yes GH_ACCOUNT= mpv-player MESON_ARGS= -Dpdf-build=disabled \ - -Drubberband=disabled \ -Dshaderc=disabled \ -Dvapoursynth=disabled \ -Dlibmpv=true -OPTIONS_DEFINE= ARCHIVE DOCS LCMS2 MANPAGES MUJS TEST UCHARDET EXAMPLES ZIMG +OPTIONS_DEFINE= ARCHIVE DOCS LCMS2 MANPAGES MUJS RUBBERBAND TEST UCHARDET EXAMPLES ZIMG OPTIONS_DEFAULT= ARCHIVE DVDNAV LUAJIT MANPAGES NVDEC OPENGL UCHARDET \ V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP OPTIONS_GROUP= IN VO AO @@ -53,6 +52,7 @@ LUAJIT_DESC= Use LuaJIT instead of Lua scripting language support MUJS_DESC= Use MuJS for Javascript language support NVDEC_DESC= NVIDIA decoder with CUDA support PIPEWIRE_DESC= Pipewire sound server support +RUBBERBAND_DESC= High quality pitch correction with librubberband SIXEL_DESC= Sixel graphics support UCHARDET_DESC= Guess subtitle encoding via uchardet VULKAN_DESC= Vulkan output support @@ -123,6 +123,9 @@ PIPEWIRE_MESON_ENABLED= pipewire PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MESON_ENABLED= pulse +RUBBERBAND_LIB_DEPENDS= librubberband.so:audio/rubberband +RUBBERBAND_MESON_ENABLED= rubberband + SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_MESON_ENABLED= sdl2