Update to 0.10.1; bump ABI depends due to new fribidi dependency.
libass (0.10.1) * Fix letter spacing * Add \rSTYLENAME syntax support (GC #43) * Fix border generation and border style reset (GC #56) * Fix various issues with bug-for-bug compatibility of transformations (\fax, \fay, etc.) to VSFilter (GC #46, GC #42) * Fix drawing parsing (GC #47) * Various fixes to shaper (GC #54, GC #55, GC#59) * Fix change detection * Add ass_set_line_position API to set a vertical subtitle offset * Fix scaling of drawing baseline offset (\pbo) values * Fix skipping of zero-width characters for FriBiDi shaper * Use LTR text base direction by default, similar to VSFilter libass (0.10.0) * Bidirectional layout and Arabic shaping via FriBidi (GC #13) * OpenType shaping via HarfBuzz-ng (GC #13) * Add API for shaper configuration * Add support for `Language' Script Info property, this can be used for hinting the text language * Vertical layout improvements * Use `vert' and `vkna' OpenType features for vertical glyph variants * Position rotated glyphs onto baseline * Parse font encoding property for base text direction hinting * Refactor cache system * Use generic outlines in place of FreeType glyphs * Direct outline bitmap rendering * Fix whitespace trimming (GC #35) * Do not render border if there's no shadow or glyph (GC #29) * Adjust spacing after a italic to non-italic style change (GC #37) * Fix fade timing * Fix x positioning with borders (GC #27) * Build system tweaks
This commit is contained in:
parent
60ceb2afa9
commit
032583bc9a
3 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/08 09:21:05 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/01/21 13:24:52 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libass-0.9.12
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libass-0.10.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://libass.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -12,13 +11,14 @@ HOMEPAGE= http://code.google.com/p/libass/
|
|||
COMMENT= Portable subtitle renderer for the ASS/SSA subtitle format
|
||||
LICENSE= isc
|
||||
|
||||
WRKSRC= ${WRKDIR}/libass-0.9.12
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libass.pc.in
|
||||
|
||||
BUILDLINK_API_DEPENDS.fribidi+= fribidi>=0.19.0
|
||||
.include "../../converters/fribidi/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../textproc/enca/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2012/12/16 13:09:25 drochner Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2013/01/21 13:24:52 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= libass
|
||||
|
||||
|
@ -6,8 +6,10 @@ BUILDLINK_TREE+= libass
|
|||
LIBASS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libass+= libass>=0.9.12
|
||||
BUILDLINK_ABI_DEPENDS.libass+= libass>=0.10.1
|
||||
BUILDLINK_PKGSRCDIR.libass?= ../../multimedia/libass
|
||||
|
||||
.include "../../converters/fribidi/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../textproc/enca/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/09 10:24:18 abs Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/01/21 13:24:52 wiz Exp $
|
||||
|
||||
SHA1 (libass-0.9.12.tar.xz) = 7ce9689a6a3f822477880f3d11203a7f65444396
|
||||
RMD160 (libass-0.9.12.tar.xz) = be9998877bd07f0854434c1dbd3a0073f0647376
|
||||
Size (libass-0.9.12.tar.xz) = 250268 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue