mbox series

[bug#61533,0/2] gnu: leptonica: Update to 1.83.1.

Message ID cover.1676478119.git.simon@simonsouth.net
Headers show
Series gnu: leptonica: Update to 1.83.1. | expand

Message

Simon South Feb. 15, 2023, 4:42 p.m. UTC
Here's a short patch series that updates Leptonica to 1.83.1, after first
updating its package definition to the modern style.

Tested on x864-64 and AArch64 and all seems well: Of Leptonica's 11 dependent
packages, only "ccextractor" fails to build and this is an existing failure on
both systems.

--
Simon South
simon@simonsouth.net


Simon South (2):
  gnu: leptonica: Use new package style.
  gnu: leptonica: Update to 1.83.1.

 gnu/packages/image.scm | 54 ++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 28 deletions(-)


base-commit: b4d2670771b8c2b9c4aedbef0371f1d23197d209

Comments

Ludovic Courtès Feb. 27, 2023, 10:36 p.m. UTC | #1
Simon South <simon@simonsouth.net> skribis:

> Here's a short patch series that updates Leptonica to 1.83.1, after first
> updating its package definition to the modern style.
>
> Tested on x864-64 and AArch64 and all seems well: Of Leptonica's 11 dependent
> packages, only "ccextractor" fails to build and this is an existing failure on
> both systems.

It’s not fully done yet, but qa.guix concurs:
<https://qa.guix.gnu.org/issue/61533>.  :-)

> Simon South (2):
>   gnu: leptonica: Use new package style.
>   gnu: leptonica: Update to 1.83.1.

Perfect.

Applied, thanks!

Ludo’.