app-arch/libzim: add 9.5.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-02-28 17:32:06 +01:00
parent a94b7a797c
commit da80bfa609
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libzim-9.2.1.tar.gz 251633 BLAKE2B 9fd7acf2c24d9c346dd26fe19edf0758a60b3cb3695c322d8cc7a9422f6506f2b343fbeff159aed2ba17c17803b4debc8ebcfb1a43d8e0a0c79a142986ba3265 SHA512 13daa28d8c8860936da16df1914d008adc519eba5d18d2e5de82ff1c605f6e7f46f2ce13c1b78f4b3810cd55396afc57d5577942d12190d988e0c6df7d2e2780
DIST libzim-9.5.0.tar.gz 276415 BLAKE2B 45607abb4f816f199b361817c5ea8eb0259651c4a5ce9629ff7aaadc3050b72babd7f459992aa5c617e7772fbe22fd79b219001b620780623c26e113ba194877 SHA512 b4ccc742e10690009e8f1e0b84c3083c8aa355ae02b6eb47dc6d3708971cd357a2e38fce5978106f6aca73e31976cca0fb56421d0088efa1459a7d89f029bee7

View File

@@ -0,0 +1,29 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# TODO: add tests, doc
# TODO: add optional +xapian USE
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit meson python-any-r1
DESCRIPTION="ZIM file format: an offline storage solution for content coming from the Web"
HOMEPAGE="https://wiki.openzim.org/wiki/OpenZIM"
SRC_URI="https://github.com/openzim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/9.5"
KEYWORDS="~amd64"
RDEPEND="
app-arch/lzma
app-arch/xz-utils
app-arch/zstd:=
dev-libs/icu:=
dev-libs/xapian:=
"
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}"