Bug 244377 - multimedia/ffmpeg: enable libass by default.
Summary: multimedia/ffmpeg: enable libass by default.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-24 17:44 UTC by Li-Wen Hsu
Modified: 2020-03-11 13:53 UTC (History)
1 user (show)

See Also:
lwhsu: maintainer-feedback+


Attachments
enable option ASS by default (778 bytes, patch)
2020-02-24 17:44 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.