qpdf: update to 10.2.0

This commit is contained in:
Juergen Daubert 2021-02-24 11:49:38 +01:00
parent cdc4acbb24
commit bda550acaa
3 changed files with 21 additions and 17 deletions

View File

@ -31,8 +31,12 @@ drwxr-xr-x root/root usr/include/qpdf/
-rw-r--r-- root/root usr/include/qpdf/QPDFCryptoImpl.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFCryptoProvider.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFDocumentHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFEFStreamObjectHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFEmbeddedFileDocumentHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFExc.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFFileSpecObjectHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFFormFieldObjectHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFMatrix.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFNameTreeObjectHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFNumberTreeObjectHelper.hh
-rw-r--r-- root/root usr/include/qpdf/QPDFObjGen.hh
@ -57,9 +61,9 @@ drwxr-xr-x root/root usr/include/qpdf/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libqpdf.a
-rwxr-xr-x root/root usr/lib/libqpdf.la
lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.28.1.0
lrwxrwxrwx root/root usr/lib/libqpdf.so.28 -> libqpdf.so.28.1.0
-rwxr-xr-x root/root usr/lib/libqpdf.so.28.1.0
lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.28.2.0
lrwxrwxrwx root/root usr/lib/libqpdf.so.28 -> libqpdf.so.28.2.0
-rwxr-xr-x root/root usr/lib/libqpdf.so.28.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Qg2Ld29ZDw0Ns5aKfP2ZRsBgLWVY3NHbYgAEvpAaVqYoeWU7Yf0wwH7Km9tt6cvBGOrmgwfa6XAVFuRbHYMygo=
SHA256 (Pkgfile) = 19fbc97ec658708c4fc18f891b047582ae75a3eb401ec9da7959cda1d825e7f6
SHA256 (.footprint) = 52a68fb11dc13875cbe6d8edf0eb3abb7db5d86830f74f0b34ca2cd259a367db
SHA256 (qpdf-10.1.0.tar.gz) = 862c144e4516302327cea908f2879131cc8198b10d3d3a90ef7bc006a915120d
RWSE3ohX2g5d/YJUHvv5T1+yPl/UkdRtfNujocYfCMDiSC6bUEvZD59XtqfQKHET0iAbAsAzDNshNSageafDxElqpemLbnrEMwI=
SHA256 (Pkgfile) = 19236c324494d5722ebd22cbb8a4c966f72f1d8812646c0a2e98b803bb0ad777
SHA256 (.footprint) = 3e40503d62817a78d2c756370a432510830aaf4d259206e9d61101173a0b8423
SHA256 (qpdf-10.2.0.tar.gz) = 43ef260f4e70672660e1882856d59b9319301c6f170673ab465430a71cffe44c

View File

@ -1,18 +1,18 @@
# Description: Utility that does structural, content-preserving transformations on PDF files
# URL: http://qpdf.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib libjpeg-turbo openssl
# Optional: gnutls
# URL: http://qpdf.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib libjpeg-turbo openssl
# Optional: gnutls
name=qpdf
version=10.1.0
version=10.2.0
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}