update to fontconfig-2.2.96
changes: 2004-06-30 Keith Packard <keithp@keithp.com> * README: * configure.in: * fontconfig/fontconfig.h: Update for 2.2.96 2004-06-30 Keith Packard <keithp@keithp.com> Provided by: Lubos Lunak <l.lunak@suse.cz> * src/fccfg.c: (FcConfigUptoDate): However FcConfigUptoDate() doesn't seem to work. See the attached patch. First there's an obvious misplaced parenthesis making it return always false, and second, even this call fails to detect font changes (e.g. adding a new font to /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as well. The problem seems to be triggered by my fonts.conf specifying only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs doesn't include subdirs, unlike config->fontDirs. 2004-06-03 Keith Packard <keithp@keithp.com> * fontconfig/fontconfig.h: Remove comma at end of FcResult enum definition. 2004-05-29 Keith Packard <keithp@keithp.com> * INSTALL: Add steps to md5sum release
This commit is contained in:
parent
3a0afc4940
commit
9a98eccc53
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.32 2004/06/07 23:37:41 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2004/08/05 22:17:25 recht Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fontconfig-2.2.95
|
||||
DISTNAME= fontconfig-2.2.96
|
||||
CATEGORIES= fonts gnome
|
||||
MASTER_SITES= http://freedesktop.org/~fontconfig/release/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2004/06/07 23:37:41 dmcmahill Exp $
|
||||
$NetBSD: distinfo,v 1.8 2004/08/05 22:17:25 recht Exp $
|
||||
|
||||
SHA1 (fontconfig-2.2.95.tar.gz) = 865e2fdcba16cc0f44c4fc7f1e446b022ca6c46e
|
||||
Size (fontconfig-2.2.95.tar.gz) = 777980 bytes
|
||||
SHA1 (fontconfig-2.2.96.tar.gz) = 49acf58076e082b76c69bc71e476ca33ed07a621
|
||||
Size (fontconfig-2.2.96.tar.gz) = 778400 bytes
|
||||
SHA1 (patch-aa) = 5ac2316628124fe41c68aef7ab23e25389fffcc4
|
||||
SHA1 (patch-ab) = 6c795128c701d8dd98aeaa3a76c91b4a0a3f1b0c
|
||||
|
|
Loading…
Reference in a new issue