diff options
author | wiz <wiz> | 2013-10-20 21:53:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-10-20 21:53:20 +0000 |
commit | da2d6050b5831df2778aa6c080c3c2916dd603b7 (patch) | |
tree | bff3a1872fc22e8321efe2aafb4454a5c98c4be4 /multimedia/libass/Makefile | |
parent | 10117048bcde0795f0a7de6f6034adf1b5cbe432 (diff) | |
download | pkgsrc-da2d6050b5831df2778aa6c080c3c2916dd603b7.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/libass/Makefile')
-rw-r--r-- | multimedia/libass/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |