poppler: update to 0.89.0

This commit is contained in:
Juergen Daubert 2020-05-28 13:40:50 +02:00
parent 6626003681
commit c28a510599
3 changed files with 14 additions and 15 deletions

View File

@ -96,6 +96,7 @@ drwxr-xr-x root/root usr/include/poppler/cpp/
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-destination.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-document.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-embedded-file.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-font-private.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-font.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-global.h
-rw-r--r-- root/root usr/include/poppler/cpp/poppler-image.h
@ -150,11 +151,11 @@ drwxr-xr-x root/root usr/include/poppler/splash/
-rw-r--r-- root/root usr/include/poppler/splash/SplashXPathScanner.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so -> libpoppler-cpp.so.0
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.8.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.8.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.99
lrwxrwxrwx root/root usr/lib/libpoppler.so.99 -> libpoppler.so.99.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.99.0.0
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.9.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.9.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.100
lrwxrwxrwx root/root usr/lib/libpoppler.so.100 -> libpoppler.so.100.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.100.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cairo.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/b7BRbvsKwioIuCj2RBQuP3UJLFZ+Ac9b+GTl3Iubn7BkGoibNKEcHh99L3Zz6ADTd371Shin3FW2N4LIT20RQc=
SHA256 (Pkgfile) = 5f162f545927f43bd857e114722f7523fdb995f5f12e3c72b7968e9df2e5408f
SHA256 (.footprint) = bb1d7c6015c3aeb599dc5c929248bfc083ab2143998f98c5eb0d673c3c235eea
SHA256 (poppler-0.88.0.tar.xz) = b4453804e9a5a519e6ceee0ac8f5efc229e3b0bf70419263c239124474d256c7
RWSE3ohX2g5d/Yu9BLvuKa/VqKc6AJKhoiAUGu9u+D5RfA+EGsGy4KlW87G10wPUAaJuVfabPj8zuLRP1Nskh4B3XOVjCYgWTwY=
SHA256 (Pkgfile) = 4ec0fcb257ee8f612dfcaed3c20ffd6d07d795c9f2b1140cdfe0221441dc080c
SHA256 (.footprint) = f8d4714510d3a9373f6b0e28bdaa6d8c4cd874b1d6ff76d665fdc27266555800
SHA256 (poppler-0.89.0.tar.xz) = fba230364537782cc5d43b08d693ef69c36586286349683c7b127156a8ef9b5c

View File

@ -4,14 +4,12 @@
# Depends on: cmake cairo lcms2
name=poppler
version=0.88.0
version=0.89.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cd poppler-$version
cmake . \
cmake -S $name-$version -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
@ -25,6 +23,6 @@ build() {
-DENABLE_LIBOPENJPEG=none \
-DWITH_NSS3=OFF
make
make DESTDIR=$PKG install
cmake --build build
DESTDIR=$PKG cmake --install build
}