Сравнение tesseract-5.5.0 с tesseract-9999

/usr/portage/app-text/tesseract/tesseract-9999.ebuild 2024-12-25 14:59:47.755270056 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools multilib-minimal toolchain-funcs
6
inherit autotools git-r3 multilib-minimal toolchain-funcs
7 7

  
8 8
DESCRIPTION="An OCR Engine, originally developed at HP, now open source"
9 9
HOMEPAGE="https://github.com/tesseract-ocr"
10
SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git"
11 11

  
12 12
LICENSE="Apache-2.0"
13
SLOT="0/5"
14
KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
13
SLOT="0"
14
KEYWORDS=""
15 15
IUSE="doc float32 jpeg openmp png static-libs tiff training webp"
16 16

  
17 17
COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]
Спасибо!