pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 31 15:25:04 UTC 2023

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile PLIST distinfo

Log Message:
fontconfig: update to 2.14.2.

Bugfix release.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/fonts/fontconfig/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/fonts/fontconfig/PLIST
cvs rdiff -u -r1.73 -r1.74 pkgsrc/fonts/fontconfig/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.126 pkgsrc/fonts/fontconfig/Makefile:1.127
--- pkgsrc/fonts/fontconfig/Makefile:1.126      Sun Jan 29 21:14:35 2023
+++ pkgsrc/fonts/fontconfig/Makefile    Tue Jan 31 15:25:04 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2023/01/29 21:14:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.127 2023/01/31 15:25:04 wiz Exp $
 
-DISTNAME=      fontconfig-2.14.1
-PKGREVISION=   1
+DISTNAME=      fontconfig-2.14.2
 CATEGORIES=    fonts
 MASTER_SITES=  https://www.fontconfig.org/release/
 EXTRACT_SUFX=  .tar.xz
@@ -68,13 +67,29 @@ CONF_FILES+=        ${EGDIR}/conf.d/README ${PK
 TMPLDIR=       ${PREFIX}/share/fontconfig/conf.avail
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/conf.d
 # following list from ${WRKSRC}/conf.d/Makefile.am
-FC_STDCONF=    10-scale-bitmap-fonts.conf 10-hinting-full.conf \
-               10-hinting-medium.conf 10-hinting-none.conf 10-hinting-slight.conf \
-               20-unhint-small-vera.conf \
-               30-metric-aliases.conf 40-nonlatin.conf \
-               45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf \
-               60-latin.conf 65-fonts-persian.conf 65-nonlatin.conf 69-unifont.conf \
-               80-delicious.conf 90-synthetic.conf
+FC_STDCONF=    \
+       10-hinting-full.conf    \
+       10-scale-bitmap-fonts.conf \
+       10-yes-antialias.conf   \
+       10-sub-pixel-none.conf  \
+       11-lcdfilter-default.conf \
+       20-unhint-small-vera.conf \
+       30-metric-aliases.conf \
+       40-nonlatin.conf \
+       45-generic.conf \
+       45-latin.conf \
+       48-spacing.conf \
+       49-sansserif.conf \
+       50-user.conf \
+       51-local.conf \
+       60-generic.conf \
+       60-latin.conf \
+       65-fonts-persian.conf \
+       65-nonlatin.conf \
+       69-unifont.conf \
+       80-delicious.conf \
+       90-synthetic.conf
+
 # pkgsrc addition
 FC_STDCONF+=   30-pkgsrc-aliases.conf
 FC_STDCONF+=   70-no-bitmap-webfonts.conf

Index: pkgsrc/fonts/fontconfig/PLIST
diff -u pkgsrc/fonts/fontconfig/PLIST:1.33 pkgsrc/fonts/fontconfig/PLIST:1.34
--- pkgsrc/fonts/fontconfig/PLIST:1.33  Fri Jan 20 13:10:08 2023
+++ pkgsrc/fonts/fontconfig/PLIST       Tue Jan 31 15:25:04 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2023/01/20 13:10:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2023/01/31 15:25:04 wiz Exp $
 bin/fc-cache
 bin/fc-cat
 bin/fc-conflist
@@ -159,6 +159,7 @@ man/man3/FcMatrixScale.3
 man/man3/FcMatrixShear.3
 man/man3/FcNameConstant.3
 man/man3/FcNameGetConstant.3
+man/man3/FcNameGetConstantFor.3
 man/man3/FcNameGetObjectType.3
 man/man3/FcNameParse.3
 man/man3/FcNameRegisterConstants.3
@@ -380,6 +381,7 @@ share/doc/fontconfig/fontconfig-devel/fc
 share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html
 share/doc/fontconfig/fontconfig-devel/fcnameconstant.html
 share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html
+share/doc/fontconfig/fontconfig-devel/fcnamegetconstantfor.html
 share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html
 share/doc/fontconfig/fontconfig-devel/fcnameparse.html
 share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html
@@ -479,9 +481,9 @@ share/fontconfig/conf.avail/10-hinting-m
 share/fontconfig/conf.avail/10-hinting-none.conf
 share/fontconfig/conf.avail/10-hinting-slight.conf
 share/fontconfig/conf.avail/10-no-antialias.conf
-share/fontconfig/conf.avail/10-no-sub-pixel.conf
 share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
 share/fontconfig/conf.avail/10-sub-pixel-bgr.conf
+share/fontconfig/conf.avail/10-sub-pixel-none.conf
 share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
 share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf
 share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf

Index: pkgsrc/fonts/fontconfig/distinfo
diff -u pkgsrc/fonts/fontconfig/distinfo:1.73 pkgsrc/fonts/fontconfig/distinfo:1.74
--- pkgsrc/fonts/fontconfig/distinfo:1.73       Fri Jan 20 13:10:08 2023
+++ pkgsrc/fonts/fontconfig/distinfo    Tue Jan 31 15:25:04 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2023/01/20 13:10:08 wiz Exp $
+$NetBSD: distinfo,v 1.74 2023/01/31 15:25:04 wiz Exp $
 
-BLAKE2s (fontconfig-2.14.1.tar.xz) = cbd7fd124850f111838dd96cfeb89a703c635dfb508449e75ad7bab1ef95a55d
-SHA512 (fontconfig-2.14.1.tar.xz) = ba42e6f90ec92914895d2157c872c373adfc17be791b92253bcc40e85674a84e43c08ab2b37c3ae85b53b2e7bd2a7847abb479043f303b732c08eeac3ee733db
-Size (fontconfig-2.14.1.tar.xz) = 1447044 bytes
+BLAKE2s (fontconfig-2.14.2.tar.xz) = 840cd81d955d0f4a67dcbacca3b5498bf5d8a07c3372bc007668bef6d932b5d5
+SHA512 (fontconfig-2.14.2.tar.xz) = 23483e0ae6aa7589fd37f9949a4cf951c5bff981739dbb446881e4cea86a208c0ab31e2358666eac724af1dc6a689a42733a7ce91cd3e76d8d91eacedb318085
+Size (fontconfig-2.14.2.tar.xz) = 1440844 bytes
 SHA1 (patch-aa) = 8fec573ffd4bcc976681cae51a4ead1647e521e8
 SHA1 (patch-ac) = 47b98e6766d2a842bc69d209622dfe83d9b5d06e
 SHA1 (patch-af) = d351265c894738284215f0bb38d47cc1c8f28ec7



Home | Main Index | Thread Index | Old Index