Bug 268284 - multimedia/libxine: needs --with-fontconfig and --with-freetype to show subtitles
Summary: multimedia/libxine: needs --with-fontconfig and --with-freetype to show subti...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-10 00:50 UTC by adr
Modified: 2025-01-25 07:32 UTC (History)
1 user (show)

See Also:


Attachments
multimedia/libxine, add --with-fontconfig and --with-freetype to show subtitles (687 bytes, patch)
2022-12-10 00:50 UTC, adr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adr 2022-12-10 00:50:12 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-25 07:27:33 UTC
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(-)
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2025-01-25 07:32:06 UTC
(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).