Changes 0.11.2:
* Improve yasm version check * Fix \fscx0 crashes * Actually export ass_library_version * Fix change detection with vector clips * SIMD assembly bugfixes * Parse drawing numbers as floats * Fix shaper sign bug * Initialize \pbo correctly
This commit is contained in:
parent
2cb8b61e50
commit
6f7069c8bf
2 changed files with 13 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2014/04/04 05:52:17 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2014/06/04 10:25:18 adam Exp $
|
||||
|
||||
DISTNAME= libass-0.11.1
|
||||
DISTNAME= libass-0.11.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://github.com/libass/libass/releases/download/0.11.1/
|
||||
MASTER_SITES= https://github.com/libass/libass/releases/download/${PKGVERSION_NOREV}/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -10,21 +10,19 @@ HOMEPAGE= http://code.google.com/p/libass/
|
|||
COMMENT= Portable subtitle renderer for the ASS/SSA subtitle format
|
||||
LICENSE= isc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libass.pc.in
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
PKGCONFIG_OVERRIDE+= libass.pc.in
|
||||
|
||||
LDFLAGS+= ${BUILDLINK_LDADD.iconv}
|
||||
|
||||
BUILDLINK_API_DEPENDS.fribidi+= fribidi>=0.19.0
|
||||
.include "../../converters/fribidi/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../fonts/harfbuzz/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../textproc/enca/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/04/03 08:21:52 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/06/04 10:25:18 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (libass-0.11.2.tar.xz) = 1bffc32d0a601ee6cf289797557bb38636e185b5
|
||||
RMD160 (libass-0.11.2.tar.xz) = a82c57d849ccef01b8d0844b03cc9adeeea1469e
|
||||
Size (libass-0.11.2.tar.xz) = 297172 bytes
|
||||
|
|
Loading…
Reference in a new issue