lcms2: update to 2.13.1

Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
This commit is contained in:
heitbaum 2022-01-30 10:48:06 +00:00 committed by Rudi Heitbaum
parent ac35bdf77e
commit 1620eea575

View File

@ -2,14 +2,15 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="lcms2" PKG_NAME="lcms2"
PKG_VERSION="2.12" PKG_VERSION="2.13.1"
PKG_SHA256="18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5" PKG_SHA256="d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88"
PKG_LICENSE="MIT/GPLv3" PKG_LICENSE="MIT/GPLv3"
PKG_SITE="http://www.littlecms.com" PKG_SITE="http://www.littlecms.com"
PKG_URL="${SOURCEFORGE_SRC}/lcms/lcms/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/mm2/Little-CMS/releases/download/lcms${PKG_VERSION}/lcms2-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain tiff" PKG_DEPENDS_TARGET="toolchain tiff"
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance." PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static" --enable-static"