From patchwork Wed Feb 9 21:29:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5132 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JvCgP1VGWz3wsl for ; Wed, 9 Feb 2022 21:29:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JvCgN3MWQz1ds; Wed, 9 Feb 2022 21:29:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JvCgN3dqLz2yqd; Wed, 9 Feb 2022 21:29:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JvCgM6Y7lz2xkv for ; Wed, 9 Feb 2022 21:29:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JvCgM3LC2zYR; Wed, 9 Feb 2022 21:29:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644442143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mfu1JTMmV7ZpzHf5Moux25t4DbEi95gXlg54p6PkyIo=; b=K1/Bp+t1DrxxOo1rHYrX8pHMZHnOzkhhQTEgji7jBBhnyC+ZurgYkvVvKbBDAzfvTpSVin HdZfy1IOi7ukJfBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644442143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mfu1JTMmV7ZpzHf5Moux25t4DbEi95gXlg54p6PkyIo=; b=Y82uPKGwOyt9cdTuyhf2RouJrD6Kdx3MP78vn/nqqe1vj//NVC39d486+yd3agloztfxXl a/l1KtohTwpAQ4LynAjcm2ufXZQe925x/yEpzEeqLteGvpmjkYwe6KJ6PcZH0vI4wg+kBq MlpZbo5HfYMPyMJXkZqYYI60L10ARi10+vScoRv6LbE7TMaYmSvUjMVQqTEQgnJXQWDD9p iDnxQLNh4zc7Gks9PuU5UsOZiW6v+I0rHDPAC3E75mWIOeeTTHLcn3iO8frapU0/c0mv1N TdB6G3eC97EBCZkYP7lU72x+15NH5uUgQvS7pyseHE7FrIAEwPJ83LA05QAN/w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lcms2: Update to version 2.13.1 Date: Wed, 9 Feb 2022 22:29:01 +0100 Message-Id: <20220209212901.2754109-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 2.12 to 2.13.1 - Update of rootfile - Changelog 2.13.1 Hot fix Fix for pure white going gray in grayscale transforms. 2.13 Featured release Added support for premultiplied alpha tifficc can now handle alpha channels, both unassociated and premultiplied Better documentation CGATS parser can now deal with very long strings Added Projects for Visual Studio 2020 Travis CI discontinued, GitHub actions used instead Added a very preliminar meson build script (thanks to xclaesse) Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) Added thread safe code to get time Added automatic linear space detection Added cmsGetStageContextID function Added cmsDetectRGBProfileGamma function configure now accepts --without-fastfloat to turn plugin off autogen.sh has now a --distclean toggle to get rid of all autotools generated files Checked to work on STM32 Cortex-A, Cortex-M families Bug & typos fixing (thanks to many reporters and contributors) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/lcms2 | 2 +- lfs/lcms2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2 index 5a7d2f276..17300a91a 100644 --- a/config/rootfiles/common/lcms2 +++ b/config/rootfiles/common/lcms2 @@ -8,7 +8,7 @@ #usr/lib/liblcms2.la #usr/lib/liblcms2.so usr/lib/liblcms2.so.2 -usr/lib/liblcms2.so.2.0.12 +usr/lib/liblcms2.so.2.0.13 #usr/lib/pkgconfig/lcms2.pc #usr/share/man/man1/jpgicc.1 #usr/share/man/man1/linkicc.1 diff --git a/lfs/lcms2 b/lfs/lcms2 index 751ff47d3..590810f92 100644 --- a/lfs/lcms2 +++ b/lfs/lcms2 @@ -24,7 +24,7 @@ include Config -VER = 2.12 +VER = 2.13.1 THISAPP = lcms2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0 +$(DL_FILE)_MD5 = 47a99e781b89c958a773e2012e81ae8c install : $(TARGET)