ports/opt (3.4): [notify] poppler: update to 0.73.0
commit 0c04df0b56c5fe99dcd15bb4241938666415fa7d Author: Juergen Daubert <jue@jue.li> Date: Tue Jan 8 12:02:39 2019 +0100 [notify] poppler: update to 0.73.0 ABI has been changed, rebuild of direct dependent ports like cups-filters required. Run revdep after update. diff --git a/poppler/.footprint b/poppler/.footprint index 3ff1050aa..8b6f6cd3e 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/include/poppler/ -rw-r--r-- root/root usr/include/poppler/CMap.h -rw-r--r-- root/root usr/include/poppler/CachedFile.h -rw-r--r-- root/root usr/include/poppler/Catalog.h +-rw-r--r-- root/root usr/include/poppler/CertificateInfo.h -rw-r--r-- root/root usr/include/poppler/CharCodeToUnicode.h -rw-r--r-- root/root usr/include/poppler/CharTypes.h -rw-r--r-- root/root usr/include/poppler/CompactFontTables.h @@ -124,7 +125,6 @@ drwxr-xr-x root/root usr/include/poppler/goo/ -rw-r--r-- root/root usr/include/poppler/goo/gmem.h -rw-r--r-- root/root usr/include/poppler/goo/grandom.h -rw-r--r-- root/root usr/include/poppler/goo/gstrtod.h --rw-r--r-- root/root usr/include/poppler/goo/gtypes.h -rw-r--r-- root/root usr/include/poppler/poppler-config.h drwxr-xr-x root/root usr/include/poppler/splash/ -rw-r--r-- root/root usr/include/poppler/splash/Splash.h @@ -149,11 +149,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.5.0 --rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.5.0 -lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.83 -lrwxrwxrwx root/root usr/lib/libpoppler.so.83 -> libpoppler.so.83.0.0 --rwxr-xr-x root/root usr/lib/libpoppler.so.83.0.0 +lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.6.0 +-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.6.0 +lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.84 +lrwxrwxrwx root/root usr/lib/libpoppler.so.84 -> libpoppler.so.84.0.0 +-rwxr-xr-x root/root usr/lib/libpoppler.so.84.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 diff --git a/poppler/.signature b/poppler/.signature index 3e43a2e6f..59f8b68f0 100644 --- a/poppler/.signature +++ b/poppler/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZelTEhVpyi0mclg+S0KqzrNXaQ1EvDoSJKkBIHtpsyzYKdONwtaS5tBAGFM6iAMJzf+U7kib9cSmJqMvkM92Q8= -SHA256 (Pkgfile) = 8c6cf88cd9af2fd2159449e740dd43d26c432ddf0e66d8f8e16b7ba4d3ecf7e5 -SHA256 (.footprint) = 538b620b5e5c94b0c2041755536018019e3067ccbdab3d64bcdd278e57c2215b -SHA256 (poppler-0.72.0.tar.xz) = c1747eb8f26e9e753c4001ed951db2896edc1021b6d0f547a0bd2a27c30ada51 +RWSE3ohX2g5d/UaRoK2/CxyNzkgWJIlPXh9/7QXHatdCpTMHd1JvGHCzS2Jx9xW0Whs6kxuUhYPiE0MbMHhKypFptoIKLMfpegU= +SHA256 (Pkgfile) = c77a3fdeeb6e299d56678f26c51e4a437000a8f752dea31ef8e632531c23f6b6 +SHA256 (.footprint) = 89e1071468e5b2961fc8dc7d4c94067c7340610ad88c81453d115dc2c66268e9 +SHA256 (poppler-0.73.0.tar.xz) = e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03 diff --git a/poppler/Pkgfile b/poppler/Pkgfile index d559d8581..45ad21209 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.72.0 +version=0.73.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) @@ -14,7 +14,7 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DENABLE_XPDF_HEADERS=ON \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DENABLE_UTILS=ON \ -DENABLE_SPLASH=ON \ -DENABLE_CPP=ON \
participants (1)
-
crux@crux.nu