diff options
author | adam <adam@pkgsrc.org> | 2017-11-02 14:25:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-02 14:25:55 +0000 |
commit | 35ea906dc836960beeb437c9ae0129e12d256598 (patch) | |
tree | 9428ac07767488df888335c53f4210d3adcc3060 | |
parent | de0219ffedb6a85d4cdccf0a6b7dcb6590635559 (diff) | |
download | pkgsrc-35ea906dc836960beeb437c9ae0129e12d256598.tar.gz |
libass: updated to 0.14.0
libass (0.14.0)
* Brand new, faster and better outline stroker (replaces FreeType stroker)
* Remove option to use the FreeType rasterizer
* Fix spots of missing border around self-intersecting shapes
* Switch from Yasm to NASM for building hand-written assembler code
* Support Core Text font provider on Mac OS X 10.6 and 10.7
* Clear font cache in ass_set_fonts(). This fixes potentially incorrect
font choices and an occasional crash if this function is called midway
through rendering a file.
-rw-r--r-- | multimedia/libass/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libass/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 71235982ce5..643917aea5e 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2017/08/16 21:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2017/11/02 14:25:55 adam Exp $ -DISTNAME= libass-0.13.7 +DISTNAME= libass-0.14.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=libass/} GITHUB_PROJECT= libass diff --git a/multimedia/libass/distinfo b/multimedia/libass/distinfo index 3994219077c..66809cadca4 100644 --- a/multimedia/libass/distinfo +++ b/multimedia/libass/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/07/16 10:00:38 adam Exp $ +$NetBSD: distinfo,v 1.12 2017/11/02 14:25:55 adam Exp $ -SHA1 (libass-0.13.7.tar.xz) = d59127f18a87ee0528f70bd17258d9df29f7b707 -RMD160 (libass-0.13.7.tar.xz) = 8b432eb89bfaee7594c42cf9666d422675057f4d -SHA512 (libass-0.13.7.tar.xz) = 8f5531ab5ace0b4ec6160f37b2553b6f06f761a0e12b3521e1b6c78387f7b3b98f24f310a9a9ea47d76fc5529f3cd318c88bd770e08600b71c81f95a43258a21 -Size (libass-0.13.7.tar.xz) = 352752 bytes +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 |