pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/leptonica



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  4 14:51:04 UTC 2024

Modified Files:
        pkgsrc/graphics/leptonica: Makefile PLIST distinfo

Log Message:
leptonica: updated to 1.84.1

1.84.1
* Remove support for openjpeg versions < 2.1.
* Improve error handling for stringLength() and stringCat(), and
  add tests in prog/string_reg.
* Source files changed: blend.c, dnafunc1.c, jp2kio.c, pageseg.c,
  partify.c, pix1.c, ptafunc2.c, sarray2.c, utils2.c
* Prog files changed: boxa3_reg.c, string_reg.c, writetext_reg.c,
  deskew_it.c

1.84.0
* Add getPdfPageCount() to find the number of pages in a pdf file.
* Add getPdfPageSizes() and getPdfMediaBoxSizes() to find the
  information necessary to render images properly.  Modify cleanpdf.c
  and concatpdf.c to use this information.
* Add prog/splitpdf.c to split a pdf file into nearly equal page sets.
* Add ability to read and write rgba in bmp format, and
  test in ioformats_reg.
* Add regression test prog/partition_reg.c
* Change the autotools library name from liblept to libleptonica,
  to be consistent with the cmake library name.  (Apologies to Jeff!)
* Add tests for 24 bit pix reading and writing in bmp and png in
  ioformats_reg.  Test new pixDisplayDiff() for visualizing diffs.
* Allow prog/concatpdf to output pdf with tiffg4 encoding and with
  mixed tiffg4 and DCT encoding depending on image color content.
* Rename prog/concatpdf --> prog/compresspdf
* Put image processing and generation of output pdf from compresspdf
  and cleanpdf into functions in new files: pdfapp.c, pdfappstub.c.
* Add versatile function for cropping an image and filling to
  page size, along with prog/croppdf to do this on pdf file.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/leptonica/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/leptonica/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/leptonica/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.25 pkgsrc/graphics/leptonica/Makefile:1.26
--- pkgsrc/graphics/leptonica/Makefile:1.25     Sat Oct 21 17:10:33 2023
+++ pkgsrc/graphics/leptonica/Makefile  Thu Jan  4 14:51:04 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/10/21 17:10:33 gdt Exp $
+# $NetBSD: Makefile,v 1.26 2024/01/04 14:51:04 adam Exp $
 
-DISTNAME=      leptonica-1.83.1
-PKGREVISION=   1
+DISTNAME=      leptonica-1.84.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=danbloomberg/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/leptonica/PLIST
diff -u pkgsrc/graphics/leptonica/PLIST:1.8 pkgsrc/graphics/leptonica/PLIST:1.9
--- pkgsrc/graphics/leptonica/PLIST:1.8 Mon Jan 30 07:53:38 2023
+++ pkgsrc/graphics/leptonica/PLIST     Thu Jan  4 14:51:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/01/30 07:53:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/01/04 14:51:04 adam Exp $
 bin/convertfilestopdf
 bin/convertfilestops
 bin/convertformat
@@ -52,4 +52,4 @@ lib/cmake/leptonica/LeptonicaTargets.cma
 lib/libleptonica.so
 lib/libleptonica.so.6
 lib/libleptonica.so.6.0.0
-lib/pkgconfig/lept.pc
+lib/pkgconfig/lept_Release.pc

Index: pkgsrc/graphics/leptonica/distinfo
diff -u pkgsrc/graphics/leptonica/distinfo:1.22 pkgsrc/graphics/leptonica/distinfo:1.23
--- pkgsrc/graphics/leptonica/distinfo:1.22     Wed Dec 20 10:31:34 2023
+++ pkgsrc/graphics/leptonica/distinfo  Thu Jan  4 14:51:04 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/12/20 10:31:34 nros Exp $
+$NetBSD: distinfo,v 1.23 2024/01/04 14:51:04 adam Exp $
 
-BLAKE2s (leptonica-1.83.1.tar.gz) = 87967c42fd0729eecfb9ad23bfab3e81878a7910bed6cf6f8f415c3b08ce506c
-SHA512 (leptonica-1.83.1.tar.gz) = 14c76b8795e494637cd225982cd27a1cd82d22b34c0c0d6ed061530c0ed8cec87fc1c8482bbda8f56a04f240b9fb50d481b8fffe5df846958cb146f9d2d51553
-Size (leptonica-1.83.1.tar.gz) = 14028566 bytes
+BLAKE2s (leptonica-1.84.1.tar.gz) = 28535355a46bd2dae46b26d2dbe48258f00a9559657445b33c3c5a2b0c0a8cd0
+SHA512 (leptonica-1.84.1.tar.gz) = 949be33a09e1dfc04527f5401d3d682999bd6904dca0b4950b457d12564e3290ec5b62ab4b14ef14d6f499a0fbfa0ebc37c2e8ab2966913883127b9489f47e97
+Size (leptonica-1.84.1.tar.gz) = 14102299 bytes
 SHA1 (patch-src_environ.h) = 4170fe05038704412cd100c1179397c89ab3a44b



Home | Main Index | Thread Index | Old Index