e878ee57e4
Changelog: qpdf 10.6.2 This is qpdf version 10.6.2. There are a few more character encoding fixes in this release. A new version of pikepdf is also being released to get them back in sync. qpdf 10.6.1 This is qpdf version 10.6.1. This release fixes a compilation error on some platforms because of a missing header file. qpdf 10.6.0 This is qpdf version 10.6.0. This release includes a few significant changes: * All functionality previously available only from the qpdf CLI has been exposed to the library using a new QPDFJob API, which includes fluent interfaces as well as a JSON format that's equivalent to qpdf's command-line arguments. * Many new interfaces have been added to QPDFObjectHandle and the C API to allow more convient ways querying types and accessing object values in a more type-safe fashion. * qpdf --help has been revamped so that help is divided into categories, and help is available for each option * The Running qpdf section of the manual has been rewritten. The manual now includes an index of command-line arguments. In qpdf 11, PointerHolder will be replaced by std::shared_ptr in QPDF's API. A backward-compatible PointerHolder API will be available. See Smart Pointers for details including things you can do now to prepare. See also comments in PointerHolder.hh.
22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.49 2022/03/09 14:26:59 ryoon Exp $
|
|
|
|
DISTNAME= qpdf-10.6.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://qpdf.sourceforge.io/
|
|
COMMENT= Structural, content-preserving transformations on PDF files
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config perl
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= libqpdf.pc.in
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/atomic64.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|