mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
app-misc/dpscreenocr: add 1.4.1
Closes: https://bugs.gentoo.org/944222 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
099698774d
commit
1f7362c7ec
@ -1 +1,2 @@
|
||||
DIST dpscreenocr-1.4.0.tar.gz 280237 BLAKE2B 1fe2241f29592729066e26e8ba7bbe02bbc5898457b1bbbd0b6155a6cd56c00c59481ddf7695b3337f1db5865c8d9e89f1c2bf01b855e18849dc6ccb5ea88b92 SHA512 8732c9f618479f84152e426651e9769cb61ee84f1ef2b46fe0b3679ae82627affe443a8162e68453a7bd70e21b79f621847b03c1a6e8771d1c188ebffaae4d19
|
||||
DIST dpscreenocr-1.4.1.tar.gz 311784 BLAKE2B e43fda88dc8f5adc249a4f6c29ee7fb77c6d376cdb89c2ccc6248d057052a84480558f71c0ba112e60600caa3206b061569d4f8cee1fb462109e64f7fec4d54c SHA512 6e717acf45838dd73e8739d17aa3e3189d6325ca1834a8e9c5ac84b237b01c33715340f65afa6e4c8121deac10a58747c15b8433e4a531e90e76e72d086d8b44
|
||||
|
32
app-misc/dpscreenocr/dpscreenocr-1.4.1.ebuild
Normal file
32
app-misc/dpscreenocr/dpscreenocr-1.4.1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Program to recognize text on screen"
|
||||
HOMEPAGE="https://danpla.github.io/dpscreenocr/"
|
||||
SRC_URI="https://github.com/danpla/dpscreenocr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# Add Qt and Xorg dependencies too
|
||||
RDEPEND="
|
||||
app-text/tesseract:=
|
||||
dev-qt/qtbase:6[gui,widgets]
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
-DDPSO_GEN_HTML_MANUAL=OFF
|
||||
-DDPSO_QT_VERSION=6
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user