wok rev 24137

updated qpdf and qpdf-dev (8.4.2 -> 10.3.2)
author Hans-G?nter Theisgen
date Mon Nov 08 17:10:43 2021 +0100 (2021-11-08)
parents f9e252411aa1
children 66587b715a2a
files qpdf-dev/receipt qpdf/description.txt qpdf/receipt
line diff
     1.1 --- a/qpdf-dev/receipt	Sun Nov 07 07:21:12 2021 +0100
     1.2 +++ b/qpdf-dev/receipt	Mon Nov 08 17:10:43 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="qpdf-dev"
     1.7 -VERSION="8.4.2"
     1.8 +VERSION="10.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="QPDF - development files."
    1.11  MAINTAINER="mojo@slitaz.org"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/qpdf/description.txt	Mon Nov 08 17:10:43 2021 +0100
     2.3 @@ -0,0 +1,25 @@
     2.4 +QPDF is a command-line program that does structural, content-preserving transformations on PDF files.
     2.5 +It could have been called something like pdf-to-pdf.
     2.6 +It also provides many useful capabilities to developers of PDF-producing software or for people
     2.7 +who just want to look at the innards of a PDF file to learn more about how they work.
     2.8 +
     2.9 +QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files.
    2.10 +It is also capable of converting PDF files with object streams (also known as compressed objects)
    2.11 +to files with no compressed objects or to generate object streams from files that don't have them
    2.12 +(or even those that already do).
    2.13 +QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor.
    2.14 +
    2.15 +QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF file
    2.16 +into another and to manipulate the list of pages in a PDF file.
    2.17 +The QPDF library also makes it possible for you to create PDF files from scratch. In this mode,
    2.18 +you are responsible for supplying all the contents of the file, while the QPDF library takes care off all
    2.19 +the syntactical representation of the objects, creation of cross references tables and, if you use them,
    2.20 +object streams, encryption, linearization, and other syntactic details.
    2.21 +
    2.22 +QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into
    2.23 +other formats. In particular, QPDF knows nothing about the semantics of PDF content streams.
    2.24 +If you are looking for something that can do that, you should look elsewhere.
    2.25 +However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps your
    2.26 +original PDF creation can't handle.
    2.27 +For example, programs generate simple PDF files but can't password-protect them, web-optimize them,
    2.28 +or perform other transformations of that type. 
    2.29 \ No newline at end of file
     3.1 --- a/qpdf/receipt	Sun Nov 07 07:21:12 2021 +0100
     3.2 +++ b/qpdf/receipt	Mon Nov 08 17:10:43 2021 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="qpdf"
     3.7 -VERSION="8.4.2"
     3.8 +VERSION="10.3.2"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="A Content-Preserving PDF Transformation System."
    3.11  MAINTAINER="mojo@slitaz.org"
    3.12 @@ -11,7 +11,7 @@
    3.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14  WGET_URL="${WEB_SITE}/archive/release-$TARBALL"
    3.15  
    3.16 -DEPENDS="libjpeg pcre zlib"
    3.17 +DEPENDS="libatomic libjpeg pcre zlib"
    3.18  BUILD_DEPENDS="jpeg-dev pcre-dev zlib-dev"
    3.19  
    3.20  current_version()