Created attachment 238676 [details] multimedia/libxine, add --with-fontconfig and --with-freetype to show subtitles multimedia/libxine needs --with-fontconfig and --with-freetype to show subtitles, even if "separate.font use freetype" is not set. Note that --with-freetype has to be explicitly enabled.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=939635a0284b245421ed68f940b7972fb52cdad9 commit 939635a0284b245421ed68f940b7972fb52cdad9 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-01-25 07:25:14 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-01-25 07:25:14 +0000 multimedia/*xine: undeprecate and improve the ports - Cleanup unused or duplicated dependencies - Ensure that Fontconfig and FreeType are enabled so that subtitles could be displayed [*] - Optionize Speex and VCD support (but keep on) - Do not leak Wayland into VAAPI when disabled - Chase HTTP redirection in the WWW address line PR: 268284 [*] Fixes: 2153d6346a15 multimedia/libxine/Makefile | 48 +++++++++++++++++++++++--------------------- multimedia/libxine/pkg-plist | 4 ++-- multimedia/xine/Makefile | 6 +----- 3 files changed, 28 insertions(+), 30 deletions(-)
(In reply to adr from comment #0) > libxine needs --with-fontconfig and --with-freetype to show subtitles Nice catch, committed (thanks and sorry it took us so long).