mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/dpscreenocr: drop 1.4.0-r1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST dpscreenocr-1.4.0.tar.gz 280237 BLAKE2B 1fe2241f29592729066e26e8ba7bbe02bbc5898457b1bbbd0b6155a6cd56c00c59481ddf7695b3337f1db5865c8d9e89f1c2bf01b855e18849dc6ccb5ea88b92 SHA512 8732c9f618479f84152e426651e9769cb61ee84f1ef2b46fe0b3679ae82627affe443a8162e68453a7bd70e21b79f621847b03c1a6e8771d1c188ebffaae4d19
|
||||
DIST dpscreenocr-1.4.1.tar.gz 311784 BLAKE2B e43fda88dc8f5adc249a4f6c29ee7fb77c6d376cdb89c2ccc6248d057052a84480558f71c0ba112e60600caa3206b061569d4f8cee1fb462109e64f7fec4d54c SHA512 6e717acf45838dd73e8739d17aa3e3189d6325ca1834a8e9c5ac84b237b01c33715340f65afa6e4c8121deac10a58747c15b8433e4a531e90e76e72d086d8b44
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake desktop
|
||||
|
||||
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/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DDPSO_GEN_HTML_MANUAL=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# the following installs non sense :
|
||||
#cmake_src_install
|
||||
dobin "${BUILD_DIR}/dpscreenocr"
|
||||
domenu "${BUILD_DIR}/dpscreenocr.desktop"
|
||||
dolib.so "${BUILD_DIR}/src/dpso/libdpso.so"
|
||||
dolib.so "${BUILD_DIR}/src/dpso_ext/libdpso_ext.so"
|
||||
dolib.so "${BUILD_DIR}/src/dpso_utils/libdpso_utils.so"
|
||||
}
|
||||
Reference in New Issue
Block a user