diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-22 13:29:51 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-22 14:09:31 +0100 |
commit | 87088ac705cbe3beb1dcf6900a6b79c4b94ece34 (patch) | |
tree | aa4b72e8c64c1f2d26195124653eb11205369df6 /app-text/tesseract | |
parent | media-gfx/geeqie: snapshot bump to have a proper gtk3 version (diff) | |
download | gentoo-87088ac705cbe3beb1dcf6900a6b79c4b94ece34.tar.gz gentoo-87088ac705cbe3beb1dcf6900a6b79c4b94ece34.tar.bz2 gentoo-87088ac705cbe3beb1dcf6900a6b79c4b94ece34.zip |
app-text/tesseract: 5.0.0 bump
Drop beta ebuild and sync changes in live ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text/tesseract')
-rw-r--r-- | app-text/tesseract/Manifest | 2 | ||||
-rw-r--r-- | app-text/tesseract/tesseract-5.0.0.ebuild (renamed from app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild) | 7 | ||||
-rw-r--r-- | app-text/tesseract/tesseract-9999.ebuild | 7 |
3 files changed, 7 insertions, 9 deletions
diff --git a/app-text/tesseract/Manifest b/app-text/tesseract/Manifest index 0266650c7a4e..de52ac9093b3 100644 --- a/app-text/tesseract/Manifest +++ b/app-text/tesseract/Manifest @@ -1,2 +1,2 @@ DIST tesseract-4.1.1.tar.gz 1974988 BLAKE2B f729beb017ec81704b84f5e6539706ff0cd6a51a4d1b7b730c394af58ce2ea2a659203bf239417e8d500cfbde845a73d6e6e181ca946257c2f22525820899602 SHA512 017723a2268be789fe98978eed02fd294968cc8050dde376dee026f56f2b99df42db935049ae5e72c4519a920e263b40af1a6a40d9942e66608145b3131a71a2 -DIST tesseract-5.0.0_beta20210815.tar.gz 1914265 BLAKE2B eadefb46a84fcc73d3da7a1780d1e0669840183266176021871e57ca55c79e9b56a78334414732b9024ae911cee522069c3170bf71af877c46c1ffae37c88b3f SHA512 4b78af9119c35d783e47523b41ee8bbf63913f8c122e94b6e6538a4cbab8e751df9f00f3a50d48e8a7beb948c6b23794e2481721696bf3e0f284de8aa6e9e8e7 +DIST tesseract-5.0.0.tar.gz 1919742 BLAKE2B 39897f8778017627ce70227c6c162d6b53b504a95c92d9c13e1a27f8b71ec9828bfba8497535cd1684330a110001380433ad6120c0d2a61d86a01bbf1f1db015 SHA512 80e0d6e9076eb8d6b0d99942586acbb43aaec7bee7f7b13a500470aa11bf03f1c128434d764abd67839355e3fb80d41d0bcf10400b33e57fa0ae4659adb42af9 diff --git a/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild b/app-text/tesseract/tesseract-5.0.0.ebuild index 0cd624612031..2f9c1be1d631 100644 --- a/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild +++ b/app-text/tesseract/tesseract-5.0.0.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools multilib-minimal toolchain-funcs DESCRIPTION="An OCR Engine, originally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" -BETA_PV=$(ver_rs 3-4 "-") -SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${BETA_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/5" @@ -38,8 +37,6 @@ DEPEND="${COMMON_DEPEND} dev-libs/libxslt doc? ( app-doc/doxygen )" -S=${WORKDIR}/${PN}-${BETA_PV} - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild index 3e7941c6798e..5523890d242b 100644 --- a/app-text/tesseract/tesseract-9999.ebuild +++ b/app-text/tesseract/tesseract-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 multilib-minimal toolchain-funcs @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -IUSE="doc jpeg opencl openmp png static-libs tiff training webp" +IUSE="doc float32 jpeg opencl openmp png static-libs tiff training webp" COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?] opencl? ( @@ -55,6 +55,7 @@ multilib_src_configure() { local myeconfargs=( --enable-shared --disable-graphics + $(use_enable float32) $(use_enable opencl) $(use_enable openmp) $(use_enable static-libs static) |