wok rev 24460

updated qpdf and qpdf-dev (10.3.2 -> 10.6.1)
author Hans-G?nter Theisgen
date Wed Feb 16 15:07:50 2022 +0100 (2022-02-16)
parents 2f230197370e
children 8bed0ad1f0db
files qpdf-dev/receipt qpdf/description.txt qpdf/receipt
line diff
     1.1 --- a/qpdf-dev/receipt	Wed Feb 16 11:53:30 2022 +0000
     1.2 +++ b/qpdf-dev/receipt	Wed Feb 16 15:07:50 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="qpdf-dev"
     1.7 -VERSION="10.3.2"
     1.8 +VERSION="10.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="QPDF - development files."
    1.11  MAINTAINER="mojo@slitaz.org"
    1.12 @@ -14,11 +14,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	mkdir -p $fs/usr/include	
    1.18 -
    1.19 -	cp -a $install/usr/lib/libqpdf.*a	$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 -	cp -a $install/usr/include/qpdf		$fs/usr/include
    1.22 +	cook_copy_folders	include
    1.23 +	cook_copy_folders	pkgconfig
    1.24 +	cook_copy_files		*.*a
    1.25  }
    1.26 - 
    1.27 \ No newline at end of file
     2.1 --- a/qpdf/description.txt	Wed Feb 16 11:53:30 2022 +0000
     2.2 +++ b/qpdf/description.txt	Wed Feb 16 15:07:50 2022 +0100
     2.3 @@ -1,25 +1,36 @@
     2.4 -QPDF is a command-line program that does structural, content-preserving transformations on PDF files.
     2.5 +QPDF is a command-line program that does structural, content-preserving
     2.6 +transformations on PDF files.
     2.7  It could have been called something like pdf-to-pdf.
     2.8 -It also provides many useful capabilities to developers of PDF-producing software or for people
     2.9 -who just want to look at the innards of a PDF file to learn more about how they work.
    2.10 +It also provides many useful capabilities to developers of PDF-producing
    2.11 +software or for people who just want to look at the innards of a PDF
    2.12 +file to learn more about how they work.
    2.13  
    2.14 -QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files.
    2.15 -It is also capable of converting PDF files with object streams (also known as compressed objects)
    2.16 -to files with no compressed objects or to generate object streams from files that don't have them
    2.17 -(or even those that already do).
    2.18 -QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor.
    2.19 +QPDF is capable of creating linearized (also known as web-optimized)
    2.20 +files and encrypted files.
    2.21 +It is also capable of converting PDF files with object streams (also
    2.22 +known as compressed objects) to files with no compressed objects or to
    2.23 +generate object streams from files that don't have them (or even those
    2.24 +that already do).
    2.25 +QPDF also supports a special mode designed to allow you to edit the
    2.26 +content of PDF files in a text editor.
    2.27  
    2.28 -QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF file
    2.29 -into another and to manipulate the list of pages in a PDF file.
    2.30 -The QPDF library also makes it possible for you to create PDF files from scratch. In this mode,
    2.31 -you are responsible for supplying all the contents of the file, while the QPDF library takes care off all
    2.32 -the syntactical representation of the objects, creation of cross references tables and, if you use them,
    2.33 -object streams, encryption, linearization, and other syntactic details.
    2.34 +QPDF includes support for merging and splitting PDFs through the ability
    2.35 +to copy objects from one PDF file into another and to manipulate the list
    2.36 +of pages in a PDF file.
    2.37 +The QPDF library also makes it possible for you to create PDF files from
    2.38 +scratch. In this mode, you are responsible for supplying all the contents
    2.39 +of the file, while the QPDF library takes care off all the syntactical
    2.40 +representation of the objects, creation of cross references tables and,
    2.41 +if you use them, object streams, encryption, linearization, and other
    2.42 +syntactic details.
    2.43  
    2.44 -QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into
    2.45 -other formats. In particular, QPDF knows nothing about the semantics of PDF content streams.
    2.46 -If you are looking for something that can do that, you should look elsewhere.
    2.47 -However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps your
    2.48 -original PDF creation can't handle.
    2.49 -For example, programs generate simple PDF files but can't password-protect them, web-optimize them,
    2.50 -or perform other transformations of that type. 
    2.51 \ No newline at end of file
    2.52 +QPDF is not a PDF content creation library, a PDF viewer, or a program
    2.53 +capable of converting PDF into other formats. In particular, QPDF knows
    2.54 +nothing about the semantics of PDF content streams.
    2.55 +If you are looking for something that can do that, you should look
    2.56 +elsewhere.
    2.57 +However, once you have a valid PDF file, QPDF can be used to transform
    2.58 +that file in ways perhaps your original PDF creation can't handle.
    2.59 +For example, programs generate simple PDF files but can't
    2.60 +password-protect them, web-optimize them, or perform other
    2.61 +transformations of that type. 
    2.62 \ No newline at end of file
     3.1 --- a/qpdf/receipt	Wed Feb 16 11:53:30 2022 +0000
     3.2 +++ b/qpdf/receipt	Wed Feb 16 15:07:50 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="qpdf"
     3.7 -VERSION="10.3.2"
     3.8 +VERSION="10.6.1"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="A Content-Preserving PDF Transformation System."
    3.11  MAINTAINER="mojo@slitaz.org"
    3.12 @@ -9,9 +9,9 @@
    3.13  WEB_SITE="https://github.com/qpdf/qpdf"
    3.14  
    3.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.16 -WGET_URL="${WEB_SITE}/archive/release-$TARBALL"
    3.17 +WGET_URL="$WEB_SITE/archive/release-$TARBALL"
    3.18  
    3.19 -DEPENDS="gcc83-lib-base libjpeg pcre zlib"
    3.20 +DEPENDS="gcc83-lib-base libatomic libjpeg pcre zlib"
    3.21  BUILD_DEPENDS="gcc83 gnutls-dev jpeg-dev pcre-dev zlib-dev"
    3.22  
    3.23  current_version()
    3.24 @@ -34,7 +34,6 @@
    3.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.26  genpkg_rules()
    3.27  {
    3.28 -	mkdir -p $fs/usr/lib
    3.29 -        cp -a $install/usr/bin		$fs/usr
    3.30 -        cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.31 +	cook_copy_folders	bin
    3.32 +	cook_copy_files		*.so*
    3.33  }