app-arch/libzim - 9.5.0 (guru)

Search

Install

Install this version:

emerge -a =app-arch/libzim-9.5.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-arch/libzim-9.5.0

Or alternatively:

emerge --autounmask-write -a =app-arch/libzim-9.5.0

Package Information

Description:
ZIM file format: an offline storage solution for content coming from the Web
Homepage:
https://wiki.openzim.org/wiki/OpenZIM
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9.5.0 8 ~amd64 0/9.5
View Raw Ebuild
# 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}"

Inherited Eclasses

Dependencies

DEPEND

	app-arch/lzma
	app-arch/xz-utils
	app-arch/zstd:=
	dev-libs/icu:=
	dev-libs/xapian:=

RDEPEND

	app-arch/lzma
	app-arch/xz-utils
	app-arch/zstd:=
	dev-libs/icu:=
	dev-libs/xapian:=

Manifest for 9.5.0

Type File Size Source URLs
DIST libzim-9.5.0.tar.gz 276415 bytes https://github.com/openzim/libzim/archive/9.5.0.tar.gz