From patchwork Mon Jul 24 16:15:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7022 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldx5jymz3x29 for ; Mon, 24 Jul 2023 16:16:21 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R8ldq3ygBz1sk; Mon, 24 Jul 2023 16:16:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R8ldp45gsz306Q; Mon, 24 Jul 2023 16:16:14 +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 4R8ldZ2T73z2ycx for ; Mon, 24 Jul 2023 16:16:02 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R8ldW6V2rzdP; Mon, 24 Jul 2023 16:15:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690215360; 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: in-reply-to:in-reply-to:references:references; bh=Ys5GiT5A2zPUsReIr+ICHYzqVVjjcUKhnr/z9lFZACg=; b=veN49Eg2g8MyhDrMe0jxzvJEI/1Bd8Ax0drCorgVBBnB5U43gbeg55GioXKArX5AXGuOpy KDUmmKYbr1st4QBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690215360; 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: in-reply-to:in-reply-to:references:references; bh=Ys5GiT5A2zPUsReIr+ICHYzqVVjjcUKhnr/z9lFZACg=; b=uSNglbXZ4v6ECKhiPvXg0kY6RrlEjV0bPEoj1PbAM0B866nmRtnnrc2G6UICpGxza5QPyu d4EYoTZiZxQpGguSTiO9wKoPvP8GonxCqyGR+iokGbr3FzcILit4iUTJ3ibc7r8ohMQrJA 1s3o9GsB5GNlaN/ViaxN4y1lECASlYpuMtMp6G/jWCWsJ6Sf72YkeYxLxyVye2KVK1WeOf N/1TpsyEcg1Iz+Kd3IDpY21ZKWkzDhTsrjfUYr1JMZJ+0WGPVCaiW/97uN+rdQa2ocdgi8 bfU/MqmpAf5yKRpWbXkDBi4Pxt1prQxypFTuTgcSFFmpmbtz59LeSJr8VSDtAQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] openjpeg: Update to version 2.5.0 Date: Mon, 24 Jul 2023 18:15:44 +0200 Message-ID: <20230724161546.2683103-7-adolf.belka@ipfire.org> In-Reply-To: <20230724161546.2683103-1-adolf.belka@ipfire.org> References: <20230724161546.2683103-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 version 2.4.0 to 2.5.0 - Update of rootfile - Changelog 2.5.0 (May 2022) No API/ABI break compared to v2.4.0, but additional symbols for subset of components decoding (hence the MINOR version bump). * Encoder: add support for generation of TLM markers [\#1359] (https://github.com/uclouvain/openjpeg/pull/1359) * Decoder: add support for high throughput \(HTJ2K\) decoding. [\#1381] (https://github.com/uclouvain/openjpeg/pull/1381) * Decoder: add support for partial bitstream decoding [\#1407] (https://github.com/uclouvain/openjpeg/pull/1407) * Bug fixes (including security fixes) Signed-off-by: Adolf Belka --- config/rootfiles/common/openjpeg | 18 +++++++++--------- lfs/openjpeg | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/common/openjpeg b/config/rootfiles/common/openjpeg index 3540d2297..7d1effd40 100644 --- a/config/rootfiles/common/openjpeg +++ b/config/rootfiles/common/openjpeg @@ -1,15 +1,15 @@ usr/bin/opj_compress usr/bin/opj_decompress usr/bin/opj_dump -#usr/include/openjpeg-2.4 -#usr/include/openjpeg-2.4/openjpeg.h -#usr/include/openjpeg-2.4/opj_config.h -#usr/include/openjpeg-2.4/opj_stdint.h +#usr/include/openjpeg-2.5 +#usr/include/openjpeg-2.5/openjpeg.h +#usr/include/openjpeg-2.5/opj_config.h +#usr/include/openjpeg-2.5/opj_stdint.h #usr/lib/libopenjp2.so -usr/lib/libopenjp2.so.2.4.0 +usr/lib/libopenjp2.so.2.5.0 usr/lib/libopenjp2.so.7 -#usr/lib/openjpeg-2.4 -#usr/lib/openjpeg-2.4/OpenJPEGConfig.cmake -#usr/lib/openjpeg-2.4/OpenJPEGTargets-release.cmake -#usr/lib/openjpeg-2.4/OpenJPEGTargets.cmake +#usr/lib/openjpeg-2.5 +#usr/lib/openjpeg-2.5/OpenJPEGConfig.cmake +#usr/lib/openjpeg-2.5/OpenJPEGTargets-release.cmake +#usr/lib/openjpeg-2.5/OpenJPEGTargets.cmake #usr/lib/pkgconfig/libopenjp2.pc diff --git a/lfs/openjpeg b/lfs/openjpeg index 54fa69339..40c642c07 100644 --- a/lfs/openjpeg +++ b/lfs/openjpeg @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.4.0 +VER = 2.5.0 THISAPP = openjpeg-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ab8907638ac041ce7dcbcbcd9624ea5e4b7542c9ec38a850e363c071c27c4bc8b16e207700b12e67d8d32bdd9b0838735bede27084090ce95105d32c539b09cf +$(DL_FILE)_BLAKE2 = 472d9998a7407574d3bc059d1c0b662a8a553cfe5cb7806a022cb35e14564417a8e06e9970f06d8e65ef149019bab747caefa8e29bc793d07ad86e076909d306 install : $(TARGET)