Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gscan2pdf: corrected a patch to make tesseract available
@ 2023-03-24  1:00 numerys
  2023-03-24  2:06 ` classabbyamp
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: numerys @ 2023-03-24  1:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1129 bytes --]

There is a new pull request by numerys against master on the void-packages repository

https://github.com/numerys/void-packages gscan2pdf
https://github.com/void-linux/void-packages/pull/42968

gscan2pdf: corrected a patch to make tesseract available
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


A patch file from https://github.com/void-linux/void-packages/pull/42968.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gscan2pdf-42968.patch --]
[-- Type: text/x-diff, Size: 1220 bytes --]

From 2883085f3e826d774f7fb7e0958875940e771850 Mon Sep 17 00:00:00 2001
From: numerys <g@numerys.net>
Date: Thu, 23 Mar 2023 23:26:02 +0100
Subject: [PATCH] gscan2pdf: corrected patch

---
 srcpkgs/gscan2pdf/patches/tesseract.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gscan2pdf/patches/tesseract.patch b/srcpkgs/gscan2pdf/patches/tesseract.patch
index dd28bb2618a5..52ac12e7b450 100644
--- a/srcpkgs/gscan2pdf/patches/tesseract.patch
+++ b/srcpkgs/gscan2pdf/patches/tesseract.patch
@@ -13,13 +13,11 @@
      # we can use --list-langs and not bother with tessdata
      ( undef, my $out, my $err ) =
 -      Gscan2pdf::Document::exec_command( [ 'tesseract', '-v' ] );
--    if ( $err =~ /^tesseract[ ]([\d.]+)/xsm ) {
 +      Gscan2pdf::Document::exec_command( [ 'tesseract-ocr', '-v' ] );
-+    if ( $err =~ /^tesseract-ocr[ ]([\d.]+)/xsm ) {
+     if ( $err =~ /^tesseract[ ]([\d.]+)/xsm ) {
          $version = $1;
      }
--    elsif ( $out =~ /^tesseract[ ]([\d.]+)/xsm ) {
-+    elsif ( $out =~ /^tesseract-ocr[ ]([\d.]+)/xsm ) {
+     elsif ( $out =~ /^tesseract[ ]([\d.]+)/xsm ) {
          $version = $1;
      }
      if ( not $version )                 { return }

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-03-29 14:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  1:00 [PR PATCH] gscan2pdf: corrected a patch to make tesseract available numerys
2023-03-24  2:06 ` classabbyamp
2023-03-24 10:17 ` [PR PATCH] [Updated] " numerys
2023-03-24 10:30 ` numerys
2023-03-24 11:20 ` numerys
2023-03-24 11:38 ` numerys
2023-03-24 11:50 ` numerys
2023-03-25  2:00 ` classabbyamp
2023-03-28 14:34 ` [PR PATCH] [Updated] " numerys
2023-03-28 17:49 ` numerys
2023-03-28 21:14 ` numerys
2023-03-28 21:14 ` numerys
2023-03-28 21:26 ` numerys
2023-03-29 14:25 ` numerys
2023-03-29 14:32 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).