pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xpdf4



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Feb 24 11:56:29 UTC 2026

Modified Files:
        pkgsrc/print/xpdf4: Makefile distinfo

Log Message:
print/xpdf4: update to 4.0.6

4.06 is primarily a bug fix release. There are some new features:

    New command line options/features:
        Added the '-listonly' flag to pdfimages.
        Added the '-u' option to pdfimages.
        Added the '-J' option to pdfimages to dump JPEG 2000 images.
        Modified pdftohtml to generate a nicer index page; add the '-noframe' option to generate the previous-style index page.

    New configuration options:
        Added the 'initialMaximized' xpdfrc setting.
        Added the 'discardCoveredText' xpdfrc setting.
        Added the 'preferXFAFieldValues' xpdfrc setting.

    XpdfReader improvements:
        Added the reverseVideoMode, normalVideoMode, and toggleVideoMode commands; added the view -> reverse video menu item.
        Added a '%t' escape to include the currently selected text in the argument to xpdf's 'run' command.
        Use the XDG config and state file directories on Linux.
        Added a file:close menu item to Xpdf.

    Misc changes:
        Changed the default from Level 2 to Level 3 PostScript.
        Added support to pdftohtml for internal links (i.e., links to pages in the same document).

pkgsrc changes: switch the build to Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/xpdf4/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/xpdf4/distinfo

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

Modified files:

Index: pkgsrc/print/xpdf4/Makefile
diff -u pkgsrc/print/xpdf4/Makefile:1.48 pkgsrc/print/xpdf4/Makefile:1.49
--- pkgsrc/print/xpdf4/Makefile:1.48    Fri Feb  6 10:05:46 2026
+++ pkgsrc/print/xpdf4/Makefile Tue Feb 24 11:56:29 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2026/02/06 10:05:46 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2026/02/24 11:56:29 pin Exp $
 
-DISTNAME=      xpdf-4.05
-PKGREVISION=   13
+DISTNAME=      xpdf-4.06
 CATEGORIES=    print
 MASTER_SITES=  https://dl.xpdfreader.com/
 
@@ -12,16 +11,11 @@ LICENSE=    gnu-gpl-v2
 
 DEPENDS+=      urw-fonts-[0-9]*:../../fonts/urw-fonts
 
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
 TOOL_DEPENDS+= icoutils-[0-9]*:../../graphics/icoutils
 
-# don't accidentally find qt6
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=TRUE
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
-
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/scalable/apps
 INSTALLATION_DIRS+=    share/icons/hicolor/256x256/apps
@@ -57,5 +51,6 @@ post-install:
 .include "../../graphics/png/buildlink3.mk"
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/xpdf4/distinfo
diff -u pkgsrc/print/xpdf4/distinfo:1.7 pkgsrc/print/xpdf4/distinfo:1.8
--- pkgsrc/print/xpdf4/distinfo:1.7     Tue Apr  2 18:27:55 2024
+++ pkgsrc/print/xpdf4/distinfo Tue Feb 24 11:56:29 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2024/04/02 18:27:55 rhialto Exp $
+$NetBSD: distinfo,v 1.8 2026/02/24 11:56:29 pin Exp $
 
-BLAKE2s (xpdf-4.05.tar.gz) = b917ffe19af9d0edbd17f1e6e24d67f7885f957bac26195069393e4f27b1118d
-SHA512 (xpdf-4.05.tar.gz) = 1ee18a2fcae138e60158cf6289f588832a982e1b13995382a396d1953949cf4e32cb4f9884f2506154512d961853e70ff499a35c525e707c3bf2950fe7f9040b
-Size (xpdf-4.05.tar.gz) = 986596 bytes
+BLAKE2s (xpdf-4.06.tar.gz) = d9f883b3a90c52d08aeae22f1b3c4dc24658c0b51f0c1c388daf05e2342bd8c6
+SHA512 (xpdf-4.06.tar.gz) = ace2d2c006411ef40f3510fe34809e6ed5fd4a2367ac11a75e9d4795aa5054e72f12e307165d11a25b12609d33b279b9b99d9c072442e98308a77ad022bc8355
+Size (xpdf-4.06.tar.gz) = 999317 bytes
 SHA1 (patch-cmake-config.txt) = a2c25a258c8c72494c3b53854cabf2e51db0c32d
 SHA1 (patch-doc_sample-xpdfrc) = c16f4355efa279e79b9f27bc256e7569a348f13d
 SHA1 (patch-xpdf-qt_XpdfWidgetPrint.cc) = 8d05b6e95228f07cc571b176ec821f5b535424e8



Home | Main Index | Thread Index | Old Index