Skip to content

Commit

Permalink
Update to 0.10.1; bump ABI depends due to new fribidi dependency.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Jan 21, 2013
1 parent f0b4066 commit 30ac08d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions multimedia/libass/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion multimedia/libass/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# $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

.if !defined(LIBASS_BUILDLINK3_MK)
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"
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.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

0 comments on commit 30ac08d

Please sign in to comment.