Bug 244377

Summary: multimedia/ffmpeg: enable libass by default.
Product: Ports & Packages Reporter: Li-Wen Hsu <lwhsu>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: multimedia
Priority: --- Flags: lwhsu: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
enable option ASS by default none

Description Li-Wen Hsu freebsd_committer freebsd_triage 2020-02-24 17:44:52 UTC
Created attachment 211902 [details]
enable option ASS by default

libass is necessary for subtitle operations, and this is an very important feature for non-English speaking area. The attached patch enables option ASS by default.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-03-11 08:02:31 UTC
I'll commit this as there seems no objection.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-11 08:06:57 UTC
A commit references this bug:

Author: lwhsu
Date: Wed Mar 11 08:06:53 UTC 2020
New revision: 528216
URL: https://svnweb.freebsd.org/changeset/ports/528216

Log:
  multimedia/ffmpeg: enable libass by default

  libass is necessary for subtitle operations, and this is an very important
  feature for non-English speaking areas.

  PR:		244377

Changes:
  head/multimedia/ffmpeg/Makefile
Comment 3 Jan Beich freebsd_committer freebsd_triage 2020-03-11 13:53:55 UTC
Maybe also enable ASS in multimedia/vlc. After that there would be no non-default consumers as multimedia/mplayer and multimedia/mpv already enable ASS while the rest are unconditional.