commit:     8340b864d6f13481361dcbead5931ab0741ed610
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 13:02:10 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri May 22 13:02:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8340b864

app-text/pdfsandwich: fix dependency and full description

Closes: https://bugs.gentoo.org/611532
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 app-text/pdfsandwich/metadata.xml             | 3 +--
 app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/pdfsandwich/metadata.xml 
b/app-text/pdfsandwich/metadata.xml
index 36a3f024606..fce36805a6f 100644
--- a/app-text/pdfsandwich/metadata.xml
+++ b/app-text/pdfsandwich/metadata.xml
@@ -16,8 +16,7 @@ OCR scanned books or journals. It is able to recognize the 
page layout
 even for multicolumn text.
 
 Essentially, pdfsandwich is a wrapper script which calls the following
-binaries: convert, cuneiform, gs, and hocr2pdf. It is known to run on
-Unix systems and has been tested on Linux and MacOS X. It supports
+binaries: unpaper, convert, gs, and tesseract. It supports
 parallel processing on multiprocessor systems.
 </longdescription>
        <upstream>

diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild 
b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
index 23eef187cf7..c42e8230671 100644
--- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
+++ b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
@@ -12,10 +12,11 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="png"
 
-RDEPEND=">=app-text/tesseract-3.00
+RDEPEND="app-text/tesseract
        media-gfx/exact-image
        app-text/unpaper
        app-text/ghostscript-gpl
+       app-text/poppler
        virtual/imagemagick-tools[png?]"
 DEPEND="sys-apps/gawk
        >=dev-lang/ocaml-3.10[ocamlopt]"

Reply via email to