[notify] poppler: update to 0.61.0

ABI has been changed, rebuild of direct dependent ports
like cups-filters required.
This commit is contained in:
Juergen Daubert 2017-11-06 13:05:57 +01:00
parent 83e4e5ce5e
commit 101b625030
4 changed files with 11 additions and 13 deletions

View File

@ -34,7 +34,6 @@ drwxr-xr-x root/root usr/include/poppler/
-rw-r--r-- root/root usr/include/poppler/FontEncodingTables.h
-rw-r--r-- root/root usr/include/poppler/FontInfo.h
-rw-r--r-- root/root usr/include/poppler/Form.h
-rw-r--r-- root/root usr/include/poppler/Function.cc
-rw-r--r-- root/root usr/include/poppler/Function.h
-rw-r--r-- root/root usr/include/poppler/Gfx.h
-rw-r--r-- root/root usr/include/poppler/GfxFont.h
@ -146,9 +145,6 @@ drwxr-xr-x root/root usr/include/poppler/splash/
-rw-r--r-- root/root usr/include/poppler/splash/SplashPattern.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashScreen.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashState.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashT1Font.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashT1FontEngine.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashT1FontFile.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashTypes.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashXPath.h
-rw-r--r-- root/root usr/include/poppler/splash/SplashXPathScanner.h
@ -156,9 +152,9 @@ 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.3.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.3.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.71
lrwxrwxrwx root/root usr/lib/libpoppler.so.71 -> libpoppler.so.71.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.71.0.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.72
lrwxrwxrwx root/root usr/lib/libpoppler.so.72 -> libpoppler.so.72.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.72.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 +1 @@
7648416d51a6e9fbc4a75b6f8b53dd7c poppler-0.60.1.tar.xz
9feff3fb5e2302bb915e9a55da182c57 poppler-0.61.0.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QVGCawfJaORx0wwniwhtbOkvpNtoy59xJ3gd0d37eTPhbydtsRs2KwlNy9IIBE99vhaEuEe+JOgC5pwfi/t8g0=
SHA256 (Pkgfile) = 603716e9cb62838c837020d3e3e143c7de0f17aaa28e723dcf711b59a9e11446
SHA256 (.footprint) = d2437fde5482688582b7f1edbc6cee777393df87df9641a7bd62ad16c8aa308f
SHA256 (poppler-0.60.1.tar.xz) = 19f185e05c3b59b4a1de2cec8ef39f5446035493d17bbed41d02fb9a77c8a93c
RWSE3ohX2g5d/VnDsvEaYPUcsRB25sk4c9WZE9BgWvi3L/PaZgLpjtDMoWQ8u3mglvvMdpBuzocYWGjGoYZMyhX3AcrrckP/KwE=
SHA256 (Pkgfile) = da9c9301ccc271a7b4f62fa813db5636c1fcc1ef4fc3267ef9866d44352f865f
SHA256 (.footprint) = d1a32ccd7a6e0a64b3e74f426f7f9900a73ec474998da60d0daede7c21d9fc70
SHA256 (poppler-0.61.0.tar.xz) = 53cde17a2afa3b73eb8b209d24e4369b52bfac444065dbb0a8cbcc7356582b7f

View File

@ -4,7 +4,7 @@
# Depends on: cmake cairo lcms2
name=poppler
version=0.60.1
version=0.61.0
release=1
source=(http://poppler.freedesktop.org/poppler-$version.tar.xz)
@ -13,6 +13,8 @@ build() {
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_INCLUDEDIR=/usr/include \
-DENABLE_XPDF_HEADERS=ON \
-DENABLE_UTILS=ON \
-DENABLE_SPLASH=ON \