Skip to content

Commit

Permalink
Update to 0.10.2:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Oct 20, 2013
1 parent 49563e1 commit 34240b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions multimedia/libass/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions multimedia/libass/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34240b3

Please sign in to comment.