diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-03 08:21:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-03 08:21:52 +0000 |
commit | 3e9e602b92e46eccfc5ad0d0bc9244871129918c (patch) | |
tree | 59dc93fc7835dd3a47e1e1ea2378872b358b2588 /multimedia/libass | |
parent | f57245e76549fcbad290782fc5e1df3b8fe69b11 (diff) | |
download | pkgsrc-3e9e602b92e46eccfc5ad0d0bc9244871129918c.tar.gz |
Update to 0.11.1:
libass (0.11.1)
* Fix distfile generation
* No functional changes
libass (0.11.0)
* Add bitmap run combining/compositing
This changes the text rendering model and increases compatibility with
VSFilter. It may make rendering faster or slower in certain cases.
* Add AVX/SSE2 implementations for \be and compositing
This adds yasm as (optional) build dependency.
* Add ass_library_version() API funcion (GC #113)
* Add 'profile' program for benchmarks
* Improve gaussian blur
* Fix compilation with MSVC 2013
* Speed up HarfBuzz shaper
* Speed up cache
* Notable compatibility bugfixes
* Reset origin on \fay changes (GC #88)
* Tons of parser fixes
* Fix ascender/descender metrics (GH #8)
* Fix \pbo sign and scaling
* Don't reset wrap style on \r (GC #116, GH #45)
* Notable bugfixes:
* Correctly handle @font advance (GC #94)
* Disable ligatures for non-zero \fsp
* Make sure to release vector clip (GH #22)
Diffstat (limited to 'multimedia/libass')
-rw-r--r-- | multimedia/libass/Makefile | 7 | ||||
-rw-r--r-- | multimedia/libass/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 03ec2a2533a..36df285decf 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/03/21 07:58:25 obache Exp $ +# $NetBSD: Makefile,v 1.10 2014/04/03 08:21:52 wiz Exp $ -DISTNAME= libass-0.10.2 -PKGREVISION= 1 +DISTNAME= libass-0.11.1 CATEGORIES= multimedia -MASTER_SITES= http://libass.googlecode.com/files/ +MASTER_SITES= https://github.com/libass/libass/releases/download/0.11.1/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/multimedia/libass/distinfo b/multimedia/libass/distinfo index 08f49ea80ca..04bd92aa114 100644 --- a/multimedia/libass/distinfo +++ b/multimedia/libass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/10/20 21:53:20 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/04/03 08:21:52 wiz Exp $ -SHA1 (libass-0.10.2.tar.xz) = 72a153364e838d3b561bae3653f1515169d479c4 -RMD160 (libass-0.10.2.tar.xz) = 91c61c60cfb99f69ece6bb43ddfba43acf3975a7 -Size (libass-0.10.2.tar.xz) = 278244 bytes +SHA1 (libass-0.11.1.tar.xz) = 285aed23605b1e05c3d0d9ee22b5a8a1b32b2bba +RMD160 (libass-0.11.1.tar.xz) = 4c116a576901c0edf5163fe67e7226a65c2a847c +Size (libass-0.11.1.tar.xz) = 297016 bytes |