diff options
author | adam <adam@pkgsrc.org> | 2014-08-30 11:20:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-08-30 11:20:38 +0000 |
commit | 8336435f01029ad5634bcc7867058caf03f31e2c (patch) | |
tree | b4956641e4454899b698ef453d1c10dfd2d1aa5b /devel/pango | |
parent | fc591782d3d39ae471ffa8aa55605fae7683b956 (diff) | |
download | pkgsrc-8336435f01029ad5634bcc7867058caf03f31e2c.tar.gz |
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
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/Makefile | 4 | ||||
-rw-r--r-- | devel/pango/distinfo | 8 | ||||
-rw-r--r-- | devel/pango/options.mk | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 648088f8070..fadeb4a6b13 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -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 diff --git a/devel/pango/distinfo b/devel/pango/distinfo index bef503619d9..67630102c83 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -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 diff --git a/devel/pango/options.mk b/devel/pango/options.mk index 115e05566ed..6f1d6d8e752 100644 --- a/devel/pango/options.mk +++ b/devel/pango/options.mk @@ -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 |