fontconfig: Update to version 2.15.0

Message ID 20231231092724.2222-2-adolf.belka@ipfire.org
State Staged
Commit 8c8aee96550b9ce437ea5d19f570c4bed176eca3
Headers
Series fontconfig: Update to version 2.15.0 |

Commit Message

Adolf Belka Dec. 31, 2023, 9:27 a.m. UTC
  - Update from version 2.14.1 to 2.15.0
- Update of rootfile
- Autogen no longer required
- fcobjshash.h is no longer in tarball from version 2.13.1
- Changelog
    2.15
	      Do not change the order of orth files
	      Convert tabs to spaces
	      Convert more tabs to spaces in docs
	      src/meson.build: Store correct paths to fontconfig.pc.
	      Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
	      Report more detailed logs instead of assertion.
	      Add some missing constant names for weight.
	      Adujst indentation between programlisting in fontconfig-user.sgml
	      Bump version to 2.14.2
	      Clean up unused code
	      Add another test case for flatpak
	      Update 65-nonlatin.conf for macOS
	      Change the order of the properties to the order of fontconfig cache format
	      Add missing property descriptions
	      Add namedinstance property
	      Remove the problematic language from code and doc
	      Fix a typo
	      Fix a typo for FcCharSetDelChar doc
	      Fix a typo in scalable property
	      Use 'outline' instead of 'scalable' for bitmaps
	      Add more docs about selectfont
	      Rework CI implementation
	      Fix a typo
	      Rework CI implementation v2
	      Apply a fix of ci-templates
	      Fix uninitialized memory access when failing memory allocation.
	      Create a symlink with relative path
	      Fix an error of "initializer element is not constant"
	      Update CaseFolding.txt to Unicode 15.1
	      Update the encoding table for Simplified Chinese
	      Retry to decode strings in the name table as UTF-16BE in some cases.
	      Work around decoding strings in Macintosh encoding for the name table.
	      Add iconv detection for meson build
	      .gitlab-ci: Update
	      CI: Update
	      CI: static build only for rawhide
	      Use memmove instead of memcpy
	      Rename README to NEWS and add README.md
	      Update so version
	      Fix leak of `reason` in _FcConfigParse when not complaining
	      Ignore LC_CTYPE if set to "UTF-8"
	      Some doc clarifications
	      Add FC_FONT_WRAPPER
	      Detect standalone CFF fonts for FC_FONT_WRAPPER
	      Add anp.orth, bhb.orth, hif.orth, mag.orth, raj.orth, and the.orth
	      Add {agr,ayc,bem,ckb,cmn,dsb,hak,lij,lzh,mfe,mhr,miq,mjw,mnw,nan,nhn,niu,rif,sgs,shn,szl,tcy,tpi,unm,wae,yue,yuw}.orth
	      Change index type to 16 bit and bump cache version to 9
	      Expand ~ in glob
	      Add optional 11-lcdfilter-none configuration
	      Fix filepaths added when scanning with sysroot
	      Fix false-positive CFI failure
	      In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and return the correct number of parsed tags in case the font file contains less tags than indicated.
	      meson: Support any compiler with gcc or msvc argument syntax
	      fix typo
	      Reload MM/VF metadata for each font face in font collection
	      fixed typos in fc-conflist.sgml
	      Add aliases for Helvetica LT Std
    2.14.2
	      Fix the build issue on meson when -g option is added to c_args
	      Store artifacts for meson windows CI
	      Add FC_DESKTOP_NAME property
	      Add --with-default-sub-pixel-rendering option
	      Update po-conf/POTFILES.in
	      Ignore null pointer on Fc*Destroy functions
	      Convert tabs to spaces
	      Convert more tabs to spaces in docs
	      src/meson.build: Store correct paths to fontconfig.pc.
	      Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
	      Report more detailed logs instead of assertion.
	      Add some missing constant names for weight.
	      Adujst indentation between programlisting in fontconfig-user.sgml
	      meson: modify gperf test to remove sh dependency
	      meson: Update freetype2 git repository to upstream
	      Ignore LC_CTYPE if set to "UTF-8"
	      Expand ~ in glob
	      fix typo

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/fontconfig | 7 ++++---
 lfs/fontconfig                     | 8 +++-----
 2 files changed, 7 insertions(+), 8 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/fontconfig b/config/rootfiles/common/fontconfig
index 2ca3e4649..50d503ed8 100644
--- a/config/rootfiles/common/fontconfig
+++ b/config/rootfiles/common/fontconfig
@@ -2,7 +2,7 @@ 
 #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-sub-pixel-none.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
@@ -39,7 +39,7 @@  usr/bin/fc-validate
 #usr/lib/libfontconfig.la
 #usr/lib/libfontconfig.so
 usr/lib/libfontconfig.so.1
-usr/lib/libfontconfig.so.1.12.0
+usr/lib/libfontconfig.so.1.12.1
 #usr/lib/pkgconfig/fontconfig.pc
 #usr/share/fontconfig
 #usr/share/fontconfig/conf.avail
@@ -51,9 +51,9 @@  usr/lib/libfontconfig.so.1.12.0
 #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
+#usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf
 #usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
 #usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf
 #usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf
@@ -62,6 +62,7 @@  usr/lib/libfontconfig.so.1.12.0
 #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/11-lcdfilter-none.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
diff --git a/lfs/fontconfig b/lfs/fontconfig
index 4add7abfd..318d643b0 100644
--- a/lfs/fontconfig
+++ b/lfs/fontconfig
@@ -24,11 +24,11 @@ 
 
 include Config
 
-VER        = 2.14.1
+VER        = 2.15.0
 SUMMARY    = Library for configuring and customizing font access
 
 THISAPP    = fontconfig-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -41,7 +41,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 870f7936b0ffb7afce37b1c6909cacfaff3a0613a4d0dabddb1e0ec5672018fb80e1aca9d22e3f31579edd304e3cc55a45dd392e199646bbc86a11d4a99e0f35
+$(DL_FILE)_BLAKE2 = 17c85fddc4ab84111c4f50afb89ecd8792c3aeaa2690b38fd39fca6f6cece69e9ce0cd3af8a2e54968c79ad1f9bee1e444699a13c068d9dfd3dfe1212ff37533
 
 install : $(TARGET)
 
@@ -71,8 +71,6 @@  $(subst %,%_BLAKE2,$(objects)) :
 $(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 \