pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libass libass: updated to 0.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a313e70e1064
branches:  trunk
changeset: 441151:a313e70e1064
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 27 18:07:57 2020 +0000

description:
libass: updated to 0.15.0

Release 0.15.0

Boo! Three long years in the making due to large internal changes, this long-awaited release brings bug fixes, speed, and a new mechanism for opting into VSFilter-incompatible features:

Fix backwards/VSFilter-incompatible font sizes with FreeType 2.10+
Improve speed via better caching
Require HarfBuzz unconditionally to ensure good shaping for complex scripts
ass_set_use_margins(true) now simply places text on the whole screen instead of attempting to tie it to video positioning (set by the margin values) and failing in various ways when margins are used 
to implement pan & scan in a video player
Add ass_track_set_feature() & catch-all ASS_FEATURE_INCOMPATIBLE_EXTENSIONS
Add ASS_FEATURE_BIDI_BRACKETS to enable Unicode 6.3+ bracket matching when applying the Unicode Bidirectional Algorithm (incompatible with VSFilter; requires libass built with FriBidi 1.0+)
Fix stack overflow on deeply nested \t tags
Fix positioning of events with leading line breaks
Fix small but nonzero \bord becoming \bord0 (regression in 0.14.0)
Measure BorderStyle=4 box padding from glyph border, not from glyph fill
Scale everything from script resolution if storage size is not set (including borders and shadows regardless of ScaledBorderAndShadow)
Fix the default aspect ratio calculation when neither ass_set_pixel_aspect() nor ass_set_aspect_ratio() is called
Multiple fixes for karaoke override tags
Handle memory allocation failures better: avoid some crashes and produce images closer to truth
Avoid some integer overflows
Add internal infrastructure for regression testing
Improve VSFilter compatibility:
- Treat invalid nested \t tags like VSFilter
- Make \t(T,T,...) at time exactly T use the post-transition values
- Make lines stack more like they do in VSFilter
- Default ScaledBorderAndShadow to 0 (like VSFilter), except for subtitles that were produced by old FFmpeg/Libav
- Make shadow positioning with 3D transforms match VSFilter’s
- Cut out glyphs from border & shadow in all the same cases as VSFilter
- Match VSFilter on animated color tags with negative acceleration
- Fix parsing of some files that VSFilter accepts but libass didn’t by ignoring leading whitespace in each line of an ASS file or CodecPrivate
- Improve font selection with CoreText
- Stop faux-bolding fonts that are too bold to get faux bold in VSFilter
- Ignore leading/trailing spaces when calculating height of nonblank lines
- Match VSFilter on \fade with large alpha value arguments
- Stop splitting bitmaps on font substitution
- Multiple fixes for Banner and Scroll effects
- Multiple fixes for karaoke override tags

diffstat:

 multimedia/libass/Makefile |   5 ++---
 multimedia/libass/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 9880bc55a5a3 -r a313e70e1064 multimedia/libass/Makefile
--- a/multimedia/libass/Makefile        Tue Oct 27 17:01:32 2020 +0000
+++ b/multimedia/libass/Makefile        Tue Oct 27 18:07:57 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:17:38 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/10/27 18:07:57 adam Exp $
 
-DISTNAME=      libass-0.14.0
-PKGREVISION=   5
+DISTNAME=      libass-0.15.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libass/}
 GITHUB_PROJECT=        libass
diff -r 9880bc55a5a3 -r a313e70e1064 multimedia/libass/distinfo
--- a/multimedia/libass/distinfo        Tue Oct 27 17:01:32 2020 +0000
+++ b/multimedia/libass/distinfo        Tue Oct 27 18:07:57 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/11/02 14:25:55 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/10/27 18:07:57 adam Exp $
 
-SHA1 (libass-0.14.0.tar.xz) = e7335c043445e6febaa6330fc38828b00c526cac
-RMD160 (libass-0.14.0.tar.xz) = 5353d6ec72c66b825488080a8db605ca42d44b42
-SHA512 (libass-0.14.0.tar.xz) = 0f5fe5d7e662ee1d649981f829e5ef7a53457754f74faaed5679252a5a6769c8f267b6119cda922ebc6a8e5b5b331569f13813ac74881b4e94da7b2e8143a9e6
-Size (libass-0.14.0.tar.xz) = 356256 bytes
+SHA1 (libass-0.15.0.tar.xz) = be4a19dfa7f62b8243607f28caf9b8a7d2e9aff1
+RMD160 (libass-0.15.0.tar.xz) = 91b469b82de4aa69dd6ccb07f3e195d369de2cb4
+SHA512 (libass-0.15.0.tar.xz) = 067ed519e64da7e2e45436bb09e390f1a77d966aeb9420729f36c9725d89491655ead69eb61b43f3220b8ff8f9de3891911b62757466f843ab13ee7149d88459
+Size (libass-0.15.0.tar.xz) = 367848 bytes


Home | Main Index | Thread Index | Old Index