- Update from version 2.13.1 (2018) to 2.14.1 (Oct 2022) - 8 versions - Update of rootfile - Changelog is the gitlab repository commits https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commits/main/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/fontconfig | 12 ++++++++++++ lfs/fontconfig | 9 +++++---- 2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/fontconfig b/config/rootfiles/common/fontconfig index e3d100505..2ca3e4649 100644 --- a/config/rootfiles/common/fontconfig +++ b/config/rootfiles/common/fontconfig @@ -2,11 +2,15 @@ #etc/fonts/conf.d etc/fonts/conf.d/10-hinting-slight.conf etc/fonts/conf.d/10-scale-bitmap-fonts.conf +etc/fonts/conf.d/10-sub-pixel-rgb.conf +etc/fonts/conf.d/10-yes-antialias.conf +etc/fonts/conf.d/11-lcdfilter-default.conf etc/fonts/conf.d/20-unhint-small-vera.conf etc/fonts/conf.d/30-metric-aliases.conf etc/fonts/conf.d/40-nonlatin.conf etc/fonts/conf.d/45-generic.conf etc/fonts/conf.d/45-latin.conf +etc/fonts/conf.d/48-spacing.conf etc/fonts/conf.d/49-sansserif.conf etc/fonts/conf.d/50-user.conf etc/fonts/conf.d/51-local.conf @@ -39,11 +43,14 @@ usr/lib/libfontconfig.so.1.12.0 #usr/lib/pkgconfig/fontconfig.pc #usr/share/fontconfig #usr/share/fontconfig/conf.avail +#usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf +#usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf #usr/share/fontconfig/conf.avail/10-autohint.conf #usr/share/fontconfig/conf.avail/10-hinting-full.conf #usr/share/fontconfig/conf.avail/10-hinting-medium.conf #usr/share/fontconfig/conf.avail/10-hinting-none.conf #usr/share/fontconfig/conf.avail/10-hinting-slight.conf +#usr/share/fontconfig/conf.avail/10-no-antialias.conf #usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf #usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf @@ -51,15 +58,18 @@ usr/lib/libfontconfig.so.1.12.0 #usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf #usr/share/fontconfig/conf.avail/10-unhinted.conf +#usr/share/fontconfig/conf.avail/10-yes-antialias.conf #usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf #usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf #usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf #usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf #usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf #usr/share/fontconfig/conf.avail/30-metric-aliases.conf +#usr/share/fontconfig/conf.avail/35-lang-normalize.conf #usr/share/fontconfig/conf.avail/40-nonlatin.conf #usr/share/fontconfig/conf.avail/45-generic.conf #usr/share/fontconfig/conf.avail/45-latin.conf +#usr/share/fontconfig/conf.avail/48-spacing.conf #usr/share/fontconfig/conf.avail/49-sansserif.conf #usr/share/fontconfig/conf.avail/50-user.conf #usr/share/fontconfig/conf.avail/51-local.conf @@ -75,6 +85,8 @@ usr/lib/libfontconfig.so.1.12.0 #usr/share/fontconfig/conf.avail/90-synthetic.conf #usr/share/gettext/its/fontconfig.its #usr/share/gettext/its/fontconfig.loc +#usr/share/locale/ka/LC_MESSAGES/fontconfig-conf.mo +#usr/share/locale/ka/LC_MESSAGES/fontconfig.mo #usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo #usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo #usr/share/xml diff --git a/lfs/fontconfig b/lfs/fontconfig index ec8d9f398..4add7abfd 100644 --- a/lfs/fontconfig +++ b/lfs/fontconfig @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,8 +24,8 @@
include Config
-VER = 2.13.1 -SUMMARY = NFSv4 User and Group ID Mapping Library +VER = 2.14.1 +SUMMARY = Library for configuring and customizing font access
THISAPP = fontconfig-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 08b9a522a9d89bc5e5ed0f0898182359efb110f22b6b7010f6bdda0d6d516957ea74ebe0703d684d4724fd9f44a2eaf50d8329d4e0f4e45e79f50466d808b9e1 +$(DL_FILE)_BLAKE2 = 870f7936b0ffb7afce37b1c6909cacfaff3a0613a4d0dabddb1e0ec5672018fb80e1aca9d22e3f31579edd304e3cc55a45dd392e199646bbc86a11d4a99e0f35
install : $(TARGET)
@@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && rm -vf src/fcobjshash.h + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \