pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pango Update to 1.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40623a7e3451
branches:  trunk
changeset: 497440:40623a7e3451
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 28 11:04:13 2005 +0000

description:
Update to 1.8.2:

* Add Khmer support [Jens Herden, Javier Sola]
* Fix bugs and crashes in the operation of PangoLayoutIter [Amit Aronovitch]
* Increase sharing of data between different copies of Pango
  [Tommi Komulainen, Ross Burton]
* Remove dependence of opentype code on FreeType internals [David Turner,
  Behdad Esfahbod]
* Cache metrics for the Win32 backend [Tor Lillqvist]
* Improve handling of RTL text when passing it to Uniscribe [Tor]
* Support for TrueType fonts on Win32 with characters outside the BMP [Tor]
* Handle alpha in XftColors again. [Mikael Magnusson]
* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan]
* Handle zero width chars properly in Hangul backend
  [Young-Ho Cha, Changwoo Ryu]
* Fix Oriya character classification [Gora Mohanty, Gautam Sengupta]
* PangoAttrIterator bug fixes [Morten Welinder]
* Clean up copyright/licensing information [William N. Ray]
* Misc bug and build fixes [Sebastien Bacher, Brandon Bergren,
  Chris Blizzard, Paolo Borelli, Behdad, Harshula, Alex Jones, Aivars Kalvans,
  Stepan Kasal,  Karel Kulhavy, Ryan Lortie, Ben Maurer, Sukhjinder Sidhu,
  Manish Singh, Emil Soleyman-Zomalan, Morten]

diffstat:

 devel/pango/Makefile         |   4 ++--
 devel/pango/PLIST            |   4 +++-
 devel/pango/distinfo         |  10 +++++-----
 devel/pango/patches/patch-aa |   6 +++---
 4 files changed, 13 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r 44b653f3cb94 -r 40623a7e3451 devel/pango/Makefile
--- a/devel/pango/Makefile      Thu Jul 28 10:26:30 2005 +0000
+++ b/devel/pango/Makefile      Thu Jul 28 11:04:13 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2005/07/21 16:29:49 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2005/07/28 11:04:13 wiz Exp $
 #
 
-DISTNAME=              pango-1.8.1
+DISTNAME=              pango-1.8.2
 CATEGORIES=            devel fonts
 MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.6/ \
                        ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.6/ \
diff -r 44b653f3cb94 -r 40623a7e3451 devel/pango/PLIST
--- a/devel/pango/PLIST Thu Jul 28 10:26:30 2005 +0000
+++ b/devel/pango/PLIST Thu Jul 28 11:04:13 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2005/03/05 13:49:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2005/07/28 11:04:13 wiz Exp $
 bin/pango-querymodules
 include/pango-1.0/pango/pango-attributes.h
 include/pango-1.0/pango/pango-break.h
@@ -38,6 +38,7 @@
 lib/pango/1.4.0/modules/pango-hangul-fc.la
 lib/pango/1.4.0/modules/pango-hebrew-fc.la
 lib/pango/1.4.0/modules/pango-indic-fc.la
+lib/pango/1.4.0/modules/pango-khmer-fc.la
 lib/pango/1.4.0/modules/pango-syriac-fc.la
 lib/pango/1.4.0/modules/pango-thai-fc.la
 lib/pango/1.4.0/modules/pango-tibetan-fc.la
@@ -81,6 +82,7 @@
 share/doc/pango/pango.html
 share/doc/pango/rendering.html
 share/doc/pango/right.png
+share/doc/pango/style.css
 share/doc/pango/tools.html
 share/doc/pango/up.png
 @dirrm share/doc/pango
diff -r 44b653f3cb94 -r 40623a7e3451 devel/pango/distinfo
--- a/devel/pango/distinfo      Thu Jul 28 10:26:30 2005 +0000
+++ b/devel/pango/distinfo      Thu Jul 28 11:04:13 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2005/03/05 13:49:36 wiz Exp $
+$NetBSD: distinfo,v 1.27 2005/07/28 11:04:13 wiz Exp $
 
-SHA1 (pango-1.8.1.tar.bz2) = 46d6992cd5782a3ca7623f0d91f31b6bdffb0346
-RMD160 (pango-1.8.1.tar.bz2) = a65832954fa495fdb1f72076f15d61116ebd91ed
-Size (pango-1.8.1.tar.bz2) = 996389 bytes
-SHA1 (patch-aa) = 1058468d520a80789bc2bfeed581237ed8cb0d0a
+SHA1 (pango-1.8.2.tar.bz2) = 1ff94ba7618ea8bffbd9872ffb4856c414a0e8d8
+RMD160 (pango-1.8.2.tar.bz2) = fc44c26d6f3543ca6054c996a4edc772b888de2a
+Size (pango-1.8.2.tar.bz2) = 1021372 bytes
+SHA1 (patch-aa) = b8f8d32dd163e6fbf80cf09d1321546499302275
diff -r 44b653f3cb94 -r 40623a7e3451 devel/pango/patches/patch-aa
--- a/devel/pango/patches/patch-aa      Thu Jul 28 10:26:30 2005 +0000
+++ b/devel/pango/patches/patch-aa      Thu Jul 28 11:04:13 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.10 2005/03/05 13:49:36 wiz Exp $
+$NetBSD: patch-aa,v 1.11 2005/07/28 11:04:13 wiz Exp $
 
---- pango/opentype/Makefile.in.orig    2005-03-04 21:08:23.000000000 +0100
+--- pango/opentype/Makefile.in.orig    2005-07-26 20:45:53.000000000 +0200
 +++ pango/opentype/Makefile.in
-@@ -280,7 +280,8 @@ ottest_SOURCES = \
+@@ -283,7 +283,8 @@ ottest_SOURCES = \
  
  ottest_LDADD = \
        libpango-ot.la  \



Home | Main Index | Thread Index | Old Index