All checks were successful
Build / Build project (push) Successful in 2m14s
25 lines
781 B
YAML
25 lines
781 B
YAML
name : dpscreenocr
|
|
version : 1.5.0
|
|
release : 1
|
|
source :
|
|
- https://github.com/danpla/dpscreenocr/archive/refs/tags/v1.5.0.tar.gz: 7d3d7e04f29024d8db956118578a9b3dddc39030f3af08dbc9026cdb57c6a645
|
|
homepage : https://danpla.github.io/dpscreenocr/
|
|
license : Zlib
|
|
component : multimedia.graphics
|
|
summary : Program to recognize text on screen
|
|
description: |
|
|
Program to recognize text on screen
|
|
builddeps :
|
|
- pkgconfig(Qt5Gui)
|
|
- pkgconfig(libarchive)
|
|
- pkgconfig(tesseract)
|
|
- pkgconfig(x11)
|
|
- pkgconfig(xext)
|
|
setup : |
|
|
%cmake_ninja -B build \
|
|
-DDPSO_GEN_HTML_MANUAL=NO \
|
|
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
|
build : |
|
|
%ninja_build -C build
|
|
install : |
|
|
DESTDIR=${installdir} cmake --install build
|