pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jan 18 14:53:46 UTC 2026

Modified Files:
        pkgsrc/print/qpdf: Makefile PLIST distinfo
        pkgsrc/print/qpdf/patches: patch-libqpdf.pc.in

Log Message:
print/qpdf: Update to 12.3.0

Changelog:
I have released qpdf 12.3.0. This release contains accumulated bug
fixes and small enhancements as well as significant internal
refactoring.

Notes for maintainers:
* For this release and the remainder of the 12.x cycle, we are
  signing releases with gpg and cosign. Starting with 13, we will
  only sign releases with cosign. This is mentioned in the release
  notes.
* It is my hope to deprecate external-libs in favor of vcpkg for
  Windows builds before the next release.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/print/qpdf/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/qpdf/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/print/qpdf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in

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

Modified files:

Index: pkgsrc/print/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.65 pkgsrc/print/qpdf/Makefile:1.66
--- pkgsrc/print/qpdf/Makefile:1.65     Sat Aug 16 00:57:04 2025
+++ pkgsrc/print/qpdf/Makefile  Sun Jan 18 14:53:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2025/08/16 00:57:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2026/01/18 14:53:46 ryoon Exp $
 
-DISTNAME=      qpdf-12.2.0
+DISTNAME=      qpdf-12.3.0
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 

Index: pkgsrc/print/qpdf/PLIST
diff -u pkgsrc/print/qpdf/PLIST:1.23 pkgsrc/print/qpdf/PLIST:1.24
--- pkgsrc/print/qpdf/PLIST:1.23        Sat Aug 16 00:57:04 2025
+++ pkgsrc/print/qpdf/PLIST     Sun Jan 18 14:53:46 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2025/08/16 00:57:04 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.24 2026/01/18 14:53:46 ryoon Exp $
 bin/fix-qdf
 bin/qpdf
 bin/zlib-flate
@@ -65,10 +65,13 @@ include/qpdf/Types.h
 include/qpdf/auto_job_c_att.hh
 include/qpdf/auto_job_c_copy_att.hh
 include/qpdf/auto_job_c_enc.hh
+include/qpdf/auto_job_c_global.hh
+include/qpdf/auto_job_c_limits.hh
 include/qpdf/auto_job_c_main.hh
 include/qpdf/auto_job_c_pages.hh
 include/qpdf/auto_job_c_set_page_labels.hh
 include/qpdf/auto_job_c_uo.hh
+include/qpdf/global.hh
 include/qpdf/qpdf-c.h
 include/qpdf/qpdfjob-c.h
 include/qpdf/qpdflogger-c.h
@@ -79,7 +82,7 @@ lib/cmake/qpdf/qpdfConfigVersion.cmake
 lib/libqpdf.a
 lib/libqpdf.so
 lib/libqpdf.so.30
-lib/libqpdf.so.30.2.0
+lib/libqpdf.so.30.3.0
 lib/pkgconfig/libqpdf.pc
 man/man1/fix-qdf.1
 man/man1/qpdf.1

Index: pkgsrc/print/qpdf/distinfo
diff -u pkgsrc/print/qpdf/distinfo:1.49 pkgsrc/print/qpdf/distinfo:1.50
--- pkgsrc/print/qpdf/distinfo:1.49     Sat Aug 16 00:57:04 2025
+++ pkgsrc/print/qpdf/distinfo  Sun Jan 18 14:53:46 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2025/08/16 00:57:04 ryoon Exp $
+$NetBSD: distinfo,v 1.50 2026/01/18 14:53:46 ryoon Exp $
 
-BLAKE2s (qpdf-12.2.0.tar.gz) = dceb3937eb5ed6f598360c932eb12b9832831819d9f4c341983c3adfc09a7d2c
-SHA512 (qpdf-12.2.0.tar.gz) = 96a783730ada6cbb7a571d396f7acd1b17ae298c7a83570f8f1f9d16116e6c1d39201068e6c93401fecd058e1db77c6d83f3c744d01a374062cd8773cb329101
-Size (qpdf-12.2.0.tar.gz) = 19537905 bytes
-SHA1 (patch-libqpdf.pc.in) = 594c009942d3d0ae54388aed669e07fec030c0bc
+BLAKE2s (qpdf-12.3.0.tar.gz) = 09f7538c3c33a5d7fceba06d4daba7ea0c4d6f42fc51fd1fd8567dbb73fd1c37
+SHA512 (qpdf-12.3.0.tar.gz) = d18e59422ceb09217136a84e8ffcc7c6316d79b9fbc091d17bdb68765bdbb63891eae50ebb5004fd661bf86a89759b3b87ea3f17812ce85f520cf52b75881465
+Size (qpdf-12.3.0.tar.gz) = 19641099 bytes
+SHA1 (patch-libqpdf.pc.in) = 99a532531daba9308ab1e025fac044e7333fd0c4

Index: pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in
diff -u pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in:1.2 pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in:1.3
--- pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in:1.2   Mon Apr 24 07:38:38 2023
+++ pkgsrc/print/qpdf/patches/patch-libqpdf.pc.in       Sun Jan 18 14:53:46 2026
@@ -1,16 +1,16 @@
-$NetBSD: patch-libqpdf.pc.in,v 1.2 2023/04/24 07:38:38 wiz Exp $
+$NetBSD: patch-libqpdf.pc.in,v 1.3 2026/01/18 14:53:46 ryoon Exp $
 
 graphics/jpeg does not provide any `.pc' files and adding it to the list of
 `Requires.private:' breaks all packages that need to retrieve pkg-config
 information for libqpdf.
 
---- libqpdf.pc.in.orig 2023-02-25 21:24:41.000000000 +0000
+--- libqpdf.pc.in.orig 2026-01-15 16:17:43.857317528 +0000
 +++ libqpdf.pc.in
-@@ -6,6 +6,6 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDI
+@@ -6,6 +6,6 @@ Version: @PROJECT_VERSION@
  Name: libqpdf
  Description: PDF transformation library
  Version: @PROJECT_VERSION@
 -Requires.private: zlib, libjpeg@CRYPTO_PKG@
 +Requires.private: zlib
  Libs: -L${libdir} -lqpdf
- Cflags: -I${includedir}
+ Cflags: -I${includedir} -std=c++20



Home | Main Index | Thread Index | Old Index