diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-01 07:23:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-01 07:23:56 +0000 |
commit | 4b082cf4da6b186f6c7cd3301ffa7a7f0085d38a (patch) | |
tree | 05d54f5fa79059d2be71a0ba110283c63be78733 /devel | |
parent | 7efc51e2c8b44485d7a32450ff638ec373163f78 (diff) | |
download | pkgsrc-4b082cf4da6b186f6c7cd3301ffa7a7f0085d38a.tar.gz |
Update to 1.34.1:
Overview of changes between 1.34.0 and 1.34.1
=============================================
- 96238 - PangoAttrFilterFunc vs pango_attr_list_filter docs
- Update win32/CoreText shaper signature
- Fix CoreText scaling (again)
- Align word breaking with newer Unicode specs
Overview of changes between 1.33.9 and 1.34.0
=============================================
No changes
Overview of changes between 1.33.8 and 1.33.9
=============================================
- Port PangoWin32 to use GWeakRef
- 682846 - Use G_DEFINE_TYPE in pangowin32-fontmap
- Fix scale in pangocairo-threads test
- Misc Win32 build fixes
Overview of changes between 1.33.7 and 1.33.8
=============================================
- 694095 - Fails make check: -pango_cairo_win32_font_map_get_type
- 668154 - GTK+ Crashes on Non BMP utf-8 charpoints
- 694626 - Add pango_font_map_changed
- 694626 - PangoFc: change FontMap in pango_fc_font_map_clear_cache
- 694830 - Fails make check: +pango_font_map_change
- 694918 - Pango layout is misrendered with non-identity transformation
- 694882 - build broken - introspection of pangoxft2 and pangoxft
Overview of changes between 1.32.6 and 1.33.7
=============================================
- Allow enabling font features through fontconfig snipplets
- Fix an infinite loop when starting Inkscape
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/Makefile | 5 | ||||
-rw-r--r-- | devel/pango/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 967fc789ae1..c0ab9f395e7 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.178 2013/02/24 18:41:25 wiz Exp $ +# $NetBSD: Makefile,v 1.179 2013/06/01 07:23:56 wiz Exp $ -DISTNAME= pango-1.32.5 -PKGREVISION= 1 +DISTNAME= pango-1.34.1 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 af8f228bca5..18f563c0f8f 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.99 2013/01/06 00:40:48 wiz Exp $ +$NetBSD: distinfo,v 1.100 2013/06/01 07:23:56 wiz Exp $ -SHA1 (pango-1.32.5.tar.xz) = 0f390c43ba51e851d35e8dd9eb7eb8f72eef4035 -RMD160 (pango-1.32.5.tar.xz) = 809f009543426ec5153394e261fdb2faf16d259b -Size (pango-1.32.5.tar.xz) = 999156 bytes +SHA1 (pango-1.34.1.tar.xz) = a6c224424eb3f0dcc231a8000591c05a85df689c +RMD160 (pango-1.34.1.tar.xz) = 7c306f30aa6eed54050913e362a737abbe1e774c +Size (pango-1.34.1.tar.xz) = 1015112 bytes SHA1 (patch-pango_pangocoretext.h) = f842e66a712d24f4f221be5fcdae18cc13c8b84b SHA1 (patch-pangocairo-coretext.h) = 2f7c8efad48b58398070f48e71c16d99d3d59f57 |