diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-20 21:53:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-20 21:53:20 +0000 |
commit | ff218c69791e897514005b451a72a40fa7ccc37d (patch) | |
tree | bff3a1872fc22e8321efe2aafb4454a5c98c4be4 /multimedia | |
parent | 36fa1eb13368d4fff6af2b6ee40e4cc5b8ed563d (diff) | |
download | pkgsrc-ff218c69791e897514005b451a72a40fa7ccc37d.tar.gz |
Update to 0.10.2:
libass (0.10.2)
* API additions and some ABI changes, bumped SONAME
* Expose header field for VSFilter color mangling (GC #87)
* Add functions for explicit scaling hints (GC #6)
* Add 'type' field to ASS_Image (GC #31)
* Workaround Freetype's font size grid-fitting where appropriate
* Apply blur to both glyph and border when using opaque box
* Parser bugfixes
* Parse angles in style as number
* Fix fallback event formats
* Make closing ')' optional for some tags
* Fix crazy VSFilter behaviour for \move (GC #90)
* Make \r fall back to line style (GC #104)
* Parse style name like VSFilter
* Ignore junk in nested \t tags
* Make \clip tag arguments mandatory
* Properly handle script and language in the HarfBuzz shaper
* Allow ASS_Track and ASS_Renderer to have different ASS_Library
* Fix stroking in some rare cases
* Correctly handle @font advance (GC #94)
* Fix ascent/descent for some fonts (GC #106)
* Fix ass_step_sub to not require sorted events
* Fix blur scaling
* Don't mutate input strings (GC #88)
* Remove/change some error messages
* Fix various small memory leaks
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libass/Makefile | 6 | ||||
-rw-r--r-- | multimedia/libass/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 471b88e3513..aea5a6eca81 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/06/04 22:16:48 tron Exp $ -# +# $NetBSD: Makefile,v 1.7 2013/10/20 21:53:20 wiz Exp $ -DISTNAME= libass-0.10.1 -PKGREVISION= 2 +DISTNAME= libass-0.10.2 CATEGORIES= multimedia MASTER_SITES= http://libass.googlecode.com/files/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/libass/distinfo b/multimedia/libass/distinfo index ce2ea9a4062..08f49ea80ca 100644 --- a/multimedia/libass/distinfo +++ b/multimedia/libass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/01/21 13:24:52 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/10/20 21:53:20 wiz Exp $ -SHA1 (libass-0.10.1.tar.xz) = 6ebc6c4762c95c5abb96db33289b81780a4fbda6 -RMD160 (libass-0.10.1.tar.xz) = 66f81baae99445d277645ea72919b7c95484d6bd -Size (libass-0.10.1.tar.xz) = 257792 bytes +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 |