pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libass
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 19 11:59:47 UTC 2024
Modified Files:
pkgsrc/multimedia/libass: Makefile distinfo
Log Message:
libass: update to 0.17.2.
libass (0.17.2)
* Fix rendering of \h in certain cases
* Fix a minor memory leak in the CoreText and DirectWrite font provider
* Fix wrong ASS_Image dimensions for huge BorderStyle=4 backgrounds
potentially leading to out of bound reads by API users
* Improve quality of animated rectangular clips
* Improve accuracy of cache limits
* Full-Unicode cmaps are now always preferred
* Improve font selection compatibility in the DirectWrite font provider
* Improved documentation
* Color mangling notes in ass_types.h were updated for tone mapping and HDR video
* Guidelines for producing portable ASS files can now be found in our wiki
* Updating selective overrides now forces a cache clear to avoid issues with outdated caches
* Frame and storage resolutions are now limited to what a single ASS_Image can represent
* make check now runs checkasm if assembly is enabled
* CoreText can now be used on Mac OS X 10.5
* Meson/muon is now offered as a secondary build system bringing back first-party MSVC support
Note however it is not at feature parity with autotools in all cases
* aarch64: add optimized assembly routines covering the same set as on x86;
they work on both little and big endian systems
* x86: add SSSE3 versions of some assembly routines to help CPUs without AVX2
* x86: it is now possible to build binaries with optimized assembly and SHSTK support
* Improve VSFilter compatibility:
* Trailing spaces are no longer trimmed from style and
event string fields (this does not affect Text)
* All BiDi paragraph separators now delimit BiDi runs
* Fix treatment of font weights < 10
* Match GDI's faux italic slant
* Employ faux italics and faux bolding in the same cases as GDI
* Better match font selection with regard to italic and weight
* Treat empty Style name as "Default"
* Various drawing fixes
* Reject drawings not starting with a valid m command or invalid m followed by valid n
* Drop coordinates following invalid commands rather than appending them to the prior command
* Ignore p commands without enough preceding nodes
* Partially fix s and p commands used outside of a properly closed b-spline sequence
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/libass/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/libass/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/libass/Makefile
diff -u pkgsrc/multimedia/libass/Makefile:1.35 pkgsrc/multimedia/libass/Makefile:1.36
--- pkgsrc/multimedia/libass/Makefile:1.35 Sun Nov 12 13:22:59 2023
+++ pkgsrc/multimedia/libass/Makefile Sun May 19 11:59:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/11/12 13:22:59 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/05/19 11:59:47 wiz Exp $
-DISTNAME= libass-0.17.1
-PKGREVISION= 1
+DISTNAME= libass-0.17.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=libass/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/multimedia/libass/distinfo
diff -u pkgsrc/multimedia/libass/distinfo:1.20 pkgsrc/multimedia/libass/distinfo:1.21
--- pkgsrc/multimedia/libass/distinfo:1.20 Mon Feb 27 12:38:05 2023
+++ pkgsrc/multimedia/libass/distinfo Sun May 19 11:59:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/02/27 12:38:05 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/05/19 11:59:47 wiz Exp $
-BLAKE2s (libass-0.17.1.tar.xz) = 58e81f30333ffb6495174e1115c21aef51c3b45b04f8efaa434cd11e427c4a21
-SHA512 (libass-0.17.1.tar.xz) = 437b4b60db2626e48f438b5138ab4dbf2c2ab4c8f0b587a6e554510c6719544ef2235c601ff1e482d020410f9bab95ad1a9b176d19a3bd54880499a576b41f23
-Size (libass-0.17.1.tar.xz) = 403160 bytes
+BLAKE2s (libass-0.17.2.tar.xz) = cb47b8a78d15e89bbe519402fc79080cef9b0145afe94446a06ac7d8b81b51e8
+SHA512 (libass-0.17.2.tar.xz) = adb868d1adc6bc661bb2ba701fc775f2db698e3eb933d6c98e7969c1c039fdbae01ef35ceda002c9bac3614bc60eba73d09c03f1764edafa32d036891cc10341
+Size (libass-0.17.2.tar.xz) = 440232 bytes
Home |
Main Index |
Thread Index |
Old Index