From patchwork Mon Feb 8 19:56:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3875 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DZGxD52BNz3wps for ; Mon, 8 Feb 2021 19:56:16 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DZGxC4mTBzmc; Mon, 8 Feb 2021 19:56:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DZGxC3b7Fz2xl3; Mon, 8 Feb 2021 19:56:15 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DZGxB35kQz2xWn for ; Mon, 8 Feb 2021 19:56:14 +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 4DZGx96NcFzGy; Mon, 8 Feb 2021 19:56:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612814174; 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=cJ4NMfGUNRLV8jU880hoCIFK60Mdv3jmlypBoYZrMwQ=; b=6SDjGyv626r3pQpmp4Qy8r18eL0wJzOT+yHijpChElSpD7UVT+Zvgvi/bQ50MCAZC+m0Va zHFU/Sp7vifn/CAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612814174; 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=cJ4NMfGUNRLV8jU880hoCIFK60Mdv3jmlypBoYZrMwQ=; b=O+7Q39dPg7uYAaZFDmW4Sx0qk6UEajGrvSzBJoXp6lCEDXrUqIMiLqBS3we7kNeJc2+jgB WMkcQKE3sWBJ4S8xkP/21uK2EMzsziqbUgySJr+cGnlcc0dh5sJXJ34MHO5sEoXL/GcEhU RqzGni8booeAAElgWk/0Ym9bgmmLOBThBYLf1yDIQ0tqe7FFT5hGQIwkx7GCXy5F2xeAt0 0XS+Ps7NDkPzWGw5Dq4zLdsqSHJB1MtbxczHjRbrclZF4FpOnXQ/Zor8CSUW+Daks0wzwG b6LLHSx2Fw8Xgwgfqf2v2WVAJaJNNejUeGuGfsnNIfYG9wSFM0hau4fR7JaHRA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lcms2: Update to 2.12 Date: Mon, 8 Feb 2021 20:56:11 +0100 Message-Id: <20210208195611.3201014-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 lcms2 from 2.9 to 2.12 - Updated rootfile - Changelog ----------------------- 2.12 Maintenance release ----------------------- Added new build-in sigmoidal tone curve Added XCode 12 project Added support for multichannel input up to 15 channels Fix LUT8 write matrix Fix version mess on 10/11 Fix tools & samples xgetopt Fix warnings on different function pointers Fix matlab MEX compilation plugin: cleanup and better SSE detection plugin: add lab to any on float plugin: it can now be compiled as C++ recover PDF documentation, but try to keep it under a resonable size. Prevent a rare but possible out-of-bounds read in postscript generator Remove unused variables ----------------------- 2.11 Maintenance release ----------------------- Fixed __cpuid() on fast float plugin to allow gnu gcc Fixed copy alpha bounds check Fixed data race condition on contexts pool Fixed LUT16 write matrix on multichannel V2 profiles ----------------------- 2.10 Featured release ----------------------- Added a compilation toggle to remove "register" keyword in API. Previously commercial, fast_float plug-in is now released as open source under GPL3 license. MD5 functions are now accesible through plug-in API. Added support for Visual Studio 2019 Bug fixing. Signed-off-by: Adolf Belka --- config/rootfiles/common/lcms2 | 6 ++++-- lfs/lcms2 | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2 index 2ea591550..5a7d2f276 100644 --- a/config/rootfiles/common/lcms2 +++ b/config/rootfiles/common/lcms2 @@ -5,11 +5,13 @@ #usr/bin/transicc #usr/include/lcms2.h #usr/include/lcms2_plugin.h -#usr/lib/liblcms2.a #usr/lib/liblcms2.la #usr/lib/liblcms2.so usr/lib/liblcms2.so.2 -usr/lib/liblcms2.so.2.0.8 +usr/lib/liblcms2.so.2.0.12 #usr/lib/pkgconfig/lcms2.pc #usr/share/man/man1/jpgicc.1 +#usr/share/man/man1/linkicc.1 +#usr/share/man/man1/psicc.1 #usr/share/man/man1/tificc.1 +#usr/share/man/man1/transicc.1 diff --git a/lfs/lcms2 b/lfs/lcms2 index d3173f3ff..d4c01cbac 100644 --- a/lfs/lcms2 +++ b/lfs/lcms2 @@ -24,7 +24,7 @@ include Config -VER = 2.9 +VER = 2.12 THISAPP = lcms2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8de1b7724f578d2995c8fdfa35c3ad0e +$(DL_FILE)_MD5 = 8cb583c8447461896320b43ea9a688e0 install : $(TARGET)