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.17.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac160f923730
branches:  trunk
changeset: 389339:ac160f923730
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 03 21:27:35 2022 +0000

description:
libass: updated to 0.17.0

libass (0.17.0)
* Fix various parts relating to automatic linebreaking
* Fix rendering when hinting was enabled and fontsizes or scales are zero
* Switch build to a non-recursive setup for improved parallelism
* Improve quality of SSA Effects movement
* Further documentation improvements
* Completely invalid Events are now discarded during parsing

* Introduction of LayoutRes{X,Y} script headers
* New AlphaLevel style override to set all alpha values while keeping the color
* Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance
  with the Unicode line breaking algorithm instead of ASS' much stricter
  breaking rules. For the feature to be available at runtime, libass must be
  linked against the new optional dependency libunibreak.

* Improve VSFilter compatibility:
  * Fix premature truncation of animated alphas (was a 0.15.0 regression)
  * Fix handling of small delay parameters for legacy SSA Effects
  * Fix x-scaling with PlayResX
  * Fix x-scaling for anamorphic video
    (except for \be whose scaling remains buggy in general)
  * Support SSA's AlphaLevel style field
  * Support the \kt override tag from VSFilter's v4++ set
  * Parse ScriptType headers
  * Parse integer header, style and event field values like VSFilter
  * Ignore trailing whitespace in an event's text

diffstat:

 multimedia/libass/Makefile |  4 ++--
 multimedia/libass/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 65ca8d109ead -r ac160f923730 multimedia/libass/Makefile
--- a/multimedia/libass/Makefile        Sat Dec 03 20:54:40 2022 +0000
+++ b/multimedia/libass/Makefile        Sat Dec 03 21:27:35 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/05/13 05:21:03 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/12/03 21:27:35 adam Exp $
 
-DISTNAME=      libass-0.16.0
+DISTNAME=      libass-0.17.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libass/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 65ca8d109ead -r ac160f923730 multimedia/libass/distinfo
--- a/multimedia/libass/distinfo        Sat Dec 03 20:54:40 2022 +0000
+++ b/multimedia/libass/distinfo        Sat Dec 03 21:27:35 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/05/13 05:21:03 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/12/03 21:27:35 adam Exp $
 
-BLAKE2s (libass-0.16.0.tar.xz) = 3ab677d4042793433f772640ddaf131fb117d8c39a775348bb8192e65f712639
-SHA512 (libass-0.16.0.tar.xz) = ada605f5887da06aa1d072a52f8baaba64b62008ccb377560d71d5a030c1f5434d6c60fe39a156e063f553b8a07b4dfe954e4d035036888a629c6e663ce60ba9
-Size (libass-0.16.0.tar.xz) = 396304 bytes
+BLAKE2s (libass-0.17.0.tar.xz) = 9aed7e0500fe058d4bdf30b71e9b24b2b44d080094862d67e86dd611ea2b8f6e
+SHA512 (libass-0.17.0.tar.xz) = ed8a9264b4ad9fe467ccd647eabe6c7c26fd589d9d579595b145de7abebcd18b49a5d093ce9941c08a82911e2bd3a79eef66119d9805ff7654e0340dc3d1e727
+Size (libass-0.17.0.tar.xz) = 403780 bytes



Home | Main Index | Thread Index | Old Index