Update to 1.2.3. Changes since 1.2.1:
* Fix operation with --disable-debug [Jeff Waugh] * Improve handling of ink rectangle extents for empty runs * Fix problem with keynav at line boundaries for RTL text [Matthias Clasen] * Cache fontsets for the Xft and FT2 backends, a large speedup for short strings [Owen Taylor, Soeren Sandmann] * Make built in rendering functions, especially the FT2 one, work more like the GDK implementation [Sven Neumann] * Add an indic-ft2 module [Kapil Chowskey], Add a thai-ft2 module [Theppitak Karoonboonyanan] * Optimize pango_x_render() by drawing multiple character with a single request when possible [Morten Welinder] * Change the handling of attributes that cover only partial glyphs [Owen, Taneem Ahmed, Sunil Mohan Adapa] * Fix problems with Arial Unicode and the Opentype code [Owen, Noah Levitt] * Fix common crash for fonts missing a GDEF table * Fix common portability problem with informative output at end of configure. * Build cleanups and fixes [Tim Mooney, Chris Ross, Akira Tagoh, Will Partain, James Su] * Miscellaneous bug fixes and cleanups [Simon Budig, Rick Jones, Noah, Padraig O'Briain, Benjamin Otte, Andrey Panov, Federic Zhang] * Documentation fixes [Tim, Sven]
This commit is contained in:
parent
70833dd196
commit
370d65ef6a
3 changed files with 16 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.23 2003/06/02 01:20:20 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2003/06/10 10:11:01 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pango-1.2.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= pango-1.2.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2003/02/15 10:38:17 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2003/06/10 10:11:01 jmmv Exp $
|
||||
bin/pango-querymodules
|
||||
include/pango-1.0/pango/pango-attributes.h
|
||||
include/pango-1.0/pango/pango-break.h
|
||||
|
@ -27,22 +27,22 @@ lib/libpango-1.0.a
|
|||
lib/libpango-1.0.la
|
||||
lib/libpango-1.0.so
|
||||
lib/libpango-1.0.so.200
|
||||
lib/libpango-1.0.so.200.1
|
||||
lib/libpango-1.0.so.200.3
|
||||
lib/libpangoft2-1.0.a
|
||||
lib/libpangoft2-1.0.la
|
||||
lib/libpangoft2-1.0.so
|
||||
lib/libpangoft2-1.0.so.200
|
||||
lib/libpangoft2-1.0.so.200.1
|
||||
lib/libpangoft2-1.0.so.200.3
|
||||
lib/libpangox-1.0.a
|
||||
lib/libpangox-1.0.la
|
||||
lib/libpangox-1.0.so
|
||||
lib/libpangox-1.0.so.200
|
||||
lib/libpangox-1.0.so.200.1
|
||||
lib/libpangox-1.0.so.200.3
|
||||
lib/libpangoxft-1.0.a
|
||||
lib/libpangoxft-1.0.la
|
||||
lib/libpangoxft-1.0.so
|
||||
lib/libpangoxft-1.0.so.200
|
||||
lib/libpangoxft-1.0.so.200.1
|
||||
lib/libpangoxft-1.0.so.200.3
|
||||
lib/pango/1.2.0/modules/pango-arabic-ft2.a
|
||||
lib/pango/1.2.0/modules/pango-arabic-ft2.la
|
||||
lib/pango/1.2.0/modules/pango-arabic-ft2.so
|
||||
|
@ -88,6 +88,9 @@ lib/pango/1.2.0/modules/pango-hebrew-x.so
|
|||
lib/pango/1.2.0/modules/pango-hebrew-xft.a
|
||||
lib/pango/1.2.0/modules/pango-hebrew-xft.la
|
||||
lib/pango/1.2.0/modules/pango-hebrew-xft.so
|
||||
lib/pango/1.2.0/modules/pango-indic-ft2.a
|
||||
lib/pango/1.2.0/modules/pango-indic-ft2.la
|
||||
lib/pango/1.2.0/modules/pango-indic-ft2.so
|
||||
lib/pango/1.2.0/modules/pango-indic-xft.a
|
||||
lib/pango/1.2.0/modules/pango-indic-xft.la
|
||||
lib/pango/1.2.0/modules/pango-indic-xft.so
|
||||
|
@ -97,6 +100,9 @@ lib/pango/1.2.0/modules/pango-myanmar-x.so
|
|||
lib/pango/1.2.0/modules/pango-tamil-x.a
|
||||
lib/pango/1.2.0/modules/pango-tamil-x.la
|
||||
lib/pango/1.2.0/modules/pango-tamil-x.so
|
||||
lib/pango/1.2.0/modules/pango-thai-ft2.a
|
||||
lib/pango/1.2.0/modules/pango-thai-ft2.la
|
||||
lib/pango/1.2.0/modules/pango-thai-ft2.so
|
||||
lib/pango/1.2.0/modules/pango-thai-x.a
|
||||
lib/pango/1.2.0/modules/pango-thai-x.la
|
||||
lib/pango/1.2.0/modules/pango-thai-x.so
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.12 2003/02/15 10:38:17 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.13 2003/06/10 10:11:01 jmmv Exp $
|
||||
|
||||
SHA1 (pango-1.2.1.tar.gz) = d1739bf7c8bad1c86522ea0548a005fbc1356388
|
||||
Size (pango-1.2.1.tar.gz) = 1189052 bytes
|
||||
SHA1 (pango-1.2.3.tar.gz) = c8e1a24794a83829ef731dc615369db6f0ebe0dc
|
||||
Size (pango-1.2.3.tar.gz) = 1286310 bytes
|
||||
SHA1 (patch-aa) = 78aa475af65b792a8ad2c06b3d516bb51cebe07e
|
||||
SHA1 (patch-ab) = bf2448c3ee0f96d2fec8b99eed4545ad52e8499c
|
||||
SHA1 (patch-ac) = d6043c232e34d13a0bb5be42a6936da0088273fb
|
||||
|
|
Loading…
Reference in a new issue