encodings: update to 1.1.0.

This release adds the ISO8859-14 encoding

This allows legacy applications (xcalc for instance) to work without the
 "Warning: missing charsets in String to FontSet conversion"
message on systems with only ISO8859-1 and UTF-8 encoded fonts installed.

This release also adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
  https://gitlab.freedesktop.org/xorg/font/encodings/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (2):
      Add a meson build system
      font-encodings 1.1.0

Matthieu Herrb (1):
      Add the ISO8859-14 encoding
This commit is contained in:
wiz 2024-03-03 10:07:11 +00:00
parent a209fec5c3
commit 8caae92e24
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2023/02/28 07:07:16 wiz Exp $
# $NetBSD: Makefile,v 1.14 2024/03/03 10:07:11 wiz Exp $
DISTNAME= encodings-1.0.7
DISTNAME= encodings-1.1.0
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2012/11/08 01:20:15 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2024/03/03 10:07:11 wiz Exp $
share/fonts/X11/encodings/adobe-dingbats.enc.gz
share/fonts/X11/encodings/adobe-standard.enc.gz
share/fonts/X11/encodings/adobe-symbol.enc.gz
@ -12,6 +12,7 @@ share/fonts/X11/encodings/ibm-cp852.enc.gz
share/fonts/X11/encodings/ibm-cp866.enc.gz
share/fonts/X11/encodings/iso8859-11.enc.gz
share/fonts/X11/encodings/iso8859-13.enc.gz
share/fonts/X11/encodings/iso8859-14.enc.gz
share/fonts/X11/encodings/iso8859-16.enc.gz
share/fonts/X11/encodings/iso8859-6.16.enc.gz
share/fonts/X11/encodings/iso8859-6.8x.enc.gz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2023/02/28 07:07:16 wiz Exp $
$NetBSD: distinfo,v 1.11 2024/03/03 10:07:11 wiz Exp $
BLAKE2s (encodings-1.0.7.tar.xz) = 4ce833408b70a62650ed4c709b53215212f78c9ac4d0d81dd95e0aa6939c73f8
SHA512 (encodings-1.0.7.tar.xz) = dc72982b14e5d89fe1eff1ab11f308796c89255a06337d8cd6bf65757f11dd0a5478b41d844793213db8fe9638389734f148abe9df9fb05027ea563dacde6ba8
Size (encodings-1.0.7.tar.xz) = 299588 bytes
BLAKE2s (encodings-1.1.0.tar.xz) = b6ffbaaa4aaaff44cf146e4be71d9b3642295600c55b5e3c06e30e044bc5e41d
SHA512 (encodings-1.1.0.tar.xz) = ae912e120847954f5756193cc8860f50ada6c79bb3ba44f7f0cd1913b13aeed7885e140282cb47989a93fae0a0e8cedebe9a2420f65b1936b40192dc7d208427
Size (encodings-1.1.0.tar.xz) = 298328 bytes