Changes 1.36.6:

- Cope with lack of LC_CTYPE
- Prevent harfbuzz from using replacement char
- Don't force static builds on win32
- Allow backend selection via PANGOCAIRO_BACKEND
- Support more font weights
- Fix vertical positioning on win32
- Don't break in the middle of jamo
This commit is contained in:
adam 2014-08-30 11:20:38 +00:00
parent 480a8011c4
commit f16bd0a67e
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.192 2014/07/26 08:30:58 adam Exp $
# $NetBSD: Makefile,v 1.193 2014/08/30 11:20:38 adam Exp $
DISTNAME= pango-1.36.5
DISTNAME= pango-1.36.6
CATEGORIES= devel fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.103 2014/07/26 08:30:58 adam Exp $
$NetBSD: distinfo,v 1.104 2014/08/30 11:20:38 adam Exp $
SHA1 (pango-1.36.5.tar.xz) = 98e954e0a9e9c47f7f399488d074c1965eaaceae
RMD160 (pango-1.36.5.tar.xz) = 5fd983eac7660dedd10d46406462e581ad3d5960
Size (pango-1.36.5.tar.xz) = 1023952 bytes
SHA1 (pango-1.36.6.tar.xz) = 91aea0a9364532ba2fb1bde8c84f4d5c2ef5f1ca
RMD160 (pango-1.36.6.tar.xz) = 9f0477b8622a8ec147feea952858bb8a6891026b
Size (pango-1.36.6.tar.xz) = 1027756 bytes
SHA1 (patch-pango_pangocoretext.h) = f842e66a712d24f4f221be5fcdae18cc13c8b84b
SHA1 (patch-pangocairo-coretext.h) = 2f7c8efad48b58398070f48e71c16d99d3d59f57

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.15 2014/08/08 14:55:21 wiz Exp $
# $NetBSD: options.mk,v 1.16 2014/08/30 11:20:38 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pango
PKG_SUPPORTED_OPTIONS= libthai quartz x11
@ -41,10 +41,10 @@ PLIST.thai= yes
###
.if ${OPSYS} == "Darwin"
### always looks for system CoreText
.if empty(MACHINE_PLATFORM:MDarwin-[1-8].*-*)
. if empty(MACHINE_PLATFORM:MDarwin-[1-8].*-*)
### CoreText is only available in 10.5 or newer
PLIST.coretext= yes
.endif
. endif
. if !empty(PKG_OPTIONS:Mquartz)
### installs its coretext header file if cairo was built with "quartz" option
PLIST.quartz= yes