# HG changeset patch # User Hans-G?nter Theisgen # Date 1636387843 -3600 # Node ID c861748f2be25d945d753ace19479c872b020e5a # Parent f9e252411aa15b6402833adbaf45882288c73e4e updated qpdf and qpdf-dev (8.4.2 -> 10.3.2) diff -r f9e252411aa1 -r c861748f2be2 qpdf-dev/receipt --- a/qpdf-dev/receipt Sun Nov 07 07:21:12 2021 +0100 +++ b/qpdf-dev/receipt Mon Nov 08 17:10:43 2021 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="qpdf-dev" -VERSION="8.4.2" +VERSION="10.3.2" CATEGORY="development" SHORT_DESC="QPDF - development files." MAINTAINER="mojo@slitaz.org" diff -r f9e252411aa1 -r c861748f2be2 qpdf/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qpdf/description.txt Mon Nov 08 17:10:43 2021 +0100 @@ -0,0 +1,25 @@ +QPDF is a command-line program that does structural, content-preserving transformations on PDF files. +It could have been called something like pdf-to-pdf. +It also provides many useful capabilities to developers of PDF-producing software or for people +who just want to look at the innards of a PDF file to learn more about how they work. + +QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files. +It is also capable of converting PDF files with object streams (also known as compressed objects) +to files with no compressed objects or to generate object streams from files that don't have them +(or even those that already do). +QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor. + +QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF file +into another and to manipulate the list of pages in a PDF file. +The QPDF library also makes it possible for you to create PDF files from scratch. In this mode, +you are responsible for supplying all the contents of the file, while the QPDF library takes care off all +the syntactical representation of the objects, creation of cross references tables and, if you use them, +object streams, encryption, linearization, and other syntactic details. + +QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into +other formats. In particular, QPDF knows nothing about the semantics of PDF content streams. +If you are looking for something that can do that, you should look elsewhere. +However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps your +original PDF creation can't handle. +For example, programs generate simple PDF files but can't password-protect them, web-optimize them, +or perform other transformations of that type. \ No newline at end of file diff -r f9e252411aa1 -r c861748f2be2 qpdf/receipt --- a/qpdf/receipt Sun Nov 07 07:21:12 2021 +0100 +++ b/qpdf/receipt Mon Nov 08 17:10:43 2021 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="qpdf" -VERSION="8.4.2" +VERSION="10.3.2" CATEGORY="system-tools" SHORT_DESC="A Content-Preserving PDF Transformation System." MAINTAINER="mojo@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}/archive/release-$TARBALL" -DEPENDS="libjpeg pcre zlib" +DEPENDS="libatomic libjpeg pcre zlib" BUILD_DEPENDS="jpeg-dev pcre-dev zlib-dev" current_version()