Skip to content

Commit

Permalink
Update to 0.11.1:
Browse files Browse the repository at this point in the history
libass (0.11.1)
 * Fix distfile generation
 * No functional changes

libass (0.11.0)
 * Add bitmap run combining/compositing
   This changes the text rendering model and increases compatibility with
   VSFilter. It may make rendering faster or slower in certain cases.
 * Add AVX/SSE2 implementations for \be and compositing
   This adds yasm as (optional) build dependency.
 * Add ass_library_version() API funcion (GC #113)
 * Add 'profile' program for benchmarks
 * Improve gaussian blur
 * Fix compilation with MSVC 2013
 * Speed up HarfBuzz shaper
 * Speed up cache
 * Notable compatibility bugfixes
   * Reset origin on \fay changes (GC #88)
   * Tons of parser fixes
   * Fix ascender/descender metrics (GH #8)
   * Fix \pbo sign and scaling
   * Don't reset wrap style on \r (GC #116, GH #45)
 * Notable bugfixes:
   * Correctly handle @font advance (GC #94)
   * Disable ligatures for non-zero \fsp
   * Make sure to release vector clip (GH #22)
  • Loading branch information
wiz committed Apr 3, 2014
1 parent 6da0560 commit 2e86997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions multimedia/libass/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.9 2014/03/21 07:58:25 obache Exp $
# $NetBSD: Makefile,v 1.10 2014/04/03 08:21:52 wiz Exp $

DISTNAME= libass-0.10.2
PKGREVISION= 1
DISTNAME= libass-0.11.1
CATEGORIES= multimedia
MASTER_SITES= http://libass.googlecode.com/files/
MASTER_SITES= https://github.com/libass/libass/releases/download/0.11.1/
EXTRACT_SUFX= .tar.xz

MAINTAINER= [email protected]
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.3 2013/10/20 21:53:20 wiz Exp $
$NetBSD: distinfo,v 1.4 2014/04/03 08:21:52 wiz Exp $

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
SHA1 (libass-0.11.1.tar.xz) = 285aed23605b1e05c3d0d9ee22b5a8a1b32b2bba
RMD160 (libass-0.11.1.tar.xz) = 4c116a576901c0edf5163fe67e7226a65c2a847c
Size (libass-0.11.1.tar.xz) = 297016 bytes

0 comments on commit 2e86997

Please sign in to comment.