From 14304aa2d8be38a676fa688709753aaca6464a69 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 3 Aug 2023 05:42:13 +0000 Subject: [PATCH] libzim, bump version (#9136) --- .../libzim/{libzim-8.0.1.recipe => libzim-8.2.1.recipe} | 6 +++--- .../{libzim-8.0.1.patchset => libzim-8.2.1.patchset} | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) rename app-arch/libzim/{libzim-8.0.1.recipe => libzim-8.2.1.recipe} (94%) rename app-arch/libzim/patches/{libzim-8.0.1.patchset => libzim-8.2.1.patchset} (85%) diff --git a/app-arch/libzim/libzim-8.0.1.recipe b/app-arch/libzim/libzim-8.2.1.recipe similarity index 94% rename from app-arch/libzim/libzim-8.0.1.recipe rename to app-arch/libzim/libzim-8.2.1.recipe index 9392ef330..b53e75723 100644 --- a/app-arch/libzim/libzim-8.0.1.recipe +++ b/app-arch/libzim/libzim-8.2.1.recipe @@ -3,11 +3,11 @@ DESCRIPTION="The Libzim is the reference implementation for the ZIM file format. It's a software library to read and write ZIM files on many systems and architectures. More information about the ZIM format and the openZIM project at https://openzim.org/." HOMEPAGE="https://github.com/openzim/libzim" -COPYRIGHT="2016-2022 openZIM and contributors" +COPYRIGHT="2016-2023 openZIM and contributors" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="1" SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="5cce7a572a06c55f0c651553426fc51e579cd2078a85a00cb2f377390b420eac" +CHECKSUM_SHA256="b8296644b04b02c04d2ff1458fed829df39b54e8fd1bcd23c10440e160819f13" SOURCE_URI_2="https://github.com/openzim/zim-testing-suite/archive/refs/tags/v0.4.tar.gz" CHECKSUM_SHA256_2="7a4f0c773e65be6fe49d3b2159bd9c0f051e8319932ebd3474db0f77f7ea9b27" PATCHES="libzim-$portVersion.patchset" diff --git a/app-arch/libzim/patches/libzim-8.0.1.patchset b/app-arch/libzim/patches/libzim-8.2.1.patchset similarity index 85% rename from app-arch/libzim/patches/libzim-8.0.1.patchset rename to app-arch/libzim/patches/libzim-8.2.1.patchset index 09153990c..f341c7ff5 100644 --- a/app-arch/libzim/patches/libzim-8.0.1.patchset +++ b/app-arch/libzim/patches/libzim-8.2.1.patchset @@ -1,7 +1,7 @@ -From aad157df88c450203cd2ca6ca803dba6a11590d8 Mon Sep 17 00:00:00 2001 -From: begasus -Date: Sat, 26 Nov 2022 16:39:47 +0100 -Subject: Fix build for Haiku +From 18376baa88c140926deb8d02fbc5e3a415bedf19 Mon Sep 17 00:00:00 2001 +From: Begasus +Date: Thu, 3 Aug 2023 07:36:34 +0000 +Subject: Haiku build fixes diff --git a/src/file_reader.cpp b/src/file_reader.cpp