encodings: update to 1.1.0 and meson

release notes:
- https://lists.x.org/archives/xorg-announce/2024-March/003466.html
This commit is contained in:
Rudi Heitbaum 2024-06-30 12:39:08 +00:00
parent 4ec9818161
commit 0fd31862cf

View File

@ -3,14 +3,14 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="encodings"
PKG_VERSION="1.0.7"
PKG_SHA256="3a39a9f43b16521cdbd9f810090952af4f109b44fa7a865cd555f8febcea70a4"
PKG_VERSION="1.1.0"
PKG_SHA256="9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975"
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/font/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros font-util:host"
PKG_LONGDESC="X font encoding meta files."
PKG_CONFIGURE_OPTS_TARGET="--enable-gzip-small-encodings \
--enable-gzip-large-encodings \
--with-fontrootdir=/usr/share/fonts"
PKG_MESON_OPTS_TARGET="-Dgzip-small-encodings=true \
-Dgzip-large-encodings=true \
-Dfontrootdir=/usr/share/fonts"