* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/dpscreenocr/
@ 2023-11-04 22:18 Benoît Dufour
0 siblings, 0 replies; 2+ messages in thread
From: Benoît Dufour @ 2023-11-04 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 7aaedaa0bf8ec6b4b796a9d6a86a62ea73b340dd
Author: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Sat Nov 4 22:17:19 2023 +0000
Commit: Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
CommitDate: Sat Nov 4 22:17:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aaedaa0
app-misc/dpscreenocr: new package, add 1.4.0
Signed-off-by: Benoît Dufour <benoit.dufour <AT> mail.com>
app-misc/dpscreenocr/Manifest | 1 +
app-misc/dpscreenocr/dpscreenocr-1.4.0.ebuild | 38 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-misc/dpscreenocr/Manifest b/app-misc/dpscreenocr/Manifest
new file mode 100644
index 0000000000..5e32bf02dd
--- /dev/null
+++ b/app-misc/dpscreenocr/Manifest
@@ -0,0 +1 @@
+DIST v1.4.0.tar.gz 280237 BLAKE2B 1fe2241f29592729066e26e8ba7bbe02bbc5898457b1bbbd0b6155a6cd56c00c59481ddf7695b3337f1db5865c8d9e89f1c2bf01b855e18849dc6ccb5ea88b92 SHA512 8732c9f618479f84152e426651e9769cb61ee84f1ef2b46fe0b3679ae82627affe443a8162e68453a7bd70e21b79f621847b03c1a6e8771d1c188ebffaae4d19
diff --git a/app-misc/dpscreenocr/dpscreenocr-1.4.0.ebuild b/app-misc/dpscreenocr/dpscreenocr-1.4.0.ebuild
new file mode 100644
index 0000000000..129ece9ac9
--- /dev/null
+++ b/app-misc/dpscreenocr/dpscreenocr-1.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+inherit desktop cmake
+
+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"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Add Qt and Xorg dependencies too
+RDEPEND="app-text/tesseract
+ x11-libs/libXext
+ dev-qt/qtcore:5"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ '-DCMAKE_BUILD_TYPE=Release'
+ )
+ cmake_src_configure
+}
+
+src_install() {
+ # the following installs non sense :
+ #cmake_src_install
+ dobin "${WORKDIR}/${P}_build/dpscreenocr"
+ domenu "${WORKDIR}/${P}_build/dpscreenocr.desktop"
+ dolib.so "${WORKDIR}/${P}_build/src/dpso/libdpso.so"
+ dolib.so "${WORKDIR}/${P}_build/src/dpso_ext/libdpso_ext.so"
+ dolib.so "${WORKDIR}/${P}_build/src/dpso_utils/libdpso_utils.so"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/dpscreenocr/
@ 2024-05-15 2:58 Lucio Sauer
0 siblings, 0 replies; 2+ messages in thread
From: Lucio Sauer @ 2024-05-15 2:58 UTC (permalink / raw
To: gentoo-commits
commit: 77325e318fafeee0b4f61ee31ccd484a1ccc3213
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 15 02:25:17 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed May 15 02:25:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77325e31
app-misc/dpscreenocr: add github upstream metadata
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
app-misc/dpscreenocr/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-misc/dpscreenocr/metadata.xml b/app-misc/dpscreenocr/metadata.xml
index 1d6a771217..29a57a68b4 100644
--- a/app-misc/dpscreenocr/metadata.xml
+++ b/app-misc/dpscreenocr/metadata.xml
@@ -5,4 +5,7 @@
<email>benoit.dufour@mail.com</email>
<name>Benoît Dufour</name>
</maintainer>
+<upstream>
+<remote-id type="github">danpla/dpscreenocr</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-15 2:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 2:58 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/dpscreenocr/ Lucio Sauer
-- strict thread matches above, loose matches on Subject: below --
2023-11-04 22:18 Benoît Dufour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox