diff options
author | Juergen Daubert <jue@jue.li> | 2019-08-23 18:42:40 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-08-23 18:42:40 +0200 |
commit | 9c52b7056b8f5d9bb150a334d5fe5cadc8346c16 (patch) | |
tree | d7884a55c4132883a8df4ec4ce607ed4df63177f /poppler | |
parent | f4498e887db57f18b4fe1341a6f8097c30c5efaf (diff) | |
download | opt-9c52b7056b8f5d9bb150a334d5fe5cadc8346c16.tar.gz opt-9c52b7056b8f5d9bb150a334d5fe5cadc8346c16.tar.xz |
[notify] poppler: update to 0.80.0
ABI has been changed, rebuild of direct dependent ports
like cups-filters required. Run revdep after update.
Diffstat (limited to 'poppler')
-rw-r--r-- | poppler/.footprint | 7 | ||||
-rw-r--r-- | poppler/.signature | 8 | ||||
-rw-r--r-- | poppler/Pkgfile | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/poppler/.footprint b/poppler/.footprint index bf2475391..66b87523f 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -112,7 +112,6 @@ drwxr-xr-x root/root usr/include/poppler/fofi/ -rw-r--r-- root/root usr/include/poppler/fofi/FoFiType1.h -rw-r--r-- root/root usr/include/poppler/fofi/FoFiType1C.h drwxr-xr-x root/root usr/include/poppler/goo/ --rw-r--r-- root/root usr/include/poppler/goo/FixedPoint.h -rw-r--r-- root/root usr/include/poppler/goo/GooCheckedOps.h -rw-r--r-- root/root usr/include/poppler/goo/GooLikely.h -rw-r--r-- root/root usr/include/poppler/goo/GooString.h @@ -152,9 +151,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.7.0 -rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.7.0 -lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.89 -lrwxrwxrwx root/root usr/lib/libpoppler.so.89 -> libpoppler.so.89.0.0 --rwxr-xr-x root/root usr/lib/libpoppler.so.89.0.0 +lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.90 +lrwxrwxrwx root/root usr/lib/libpoppler.so.90 -> libpoppler.so.90.0.0 +-rwxr-xr-x root/root usr/lib/libpoppler.so.90.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 f38845508..9525b87b6 100644 --- a/poppler/.signature +++ b/poppler/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/cjikg8wIQYSJH/Ofu+s9cHrgex70IPyKnAZ7I0W3hw2ro8vbeCUMxz82pbXBLxDuQ/e5aemg4fhAte2N6Ed2gQ= -SHA256 (Pkgfile) = 16c26a3adbbe0624d647476786621e99e3ec3bb743f7405fd15b34d8548017d8 -SHA256 (.footprint) = ea478a9656911a0ddca213e2765edecfd39f8a8e62680143bd96bda84b530ba5 -SHA256 (poppler-0.79.0.tar.xz) = f985a4608fe592d2546d9d37d4182e502ff6b4c42f8db4be0a021a1c369528c8 +RWSE3ohX2g5d/ZDjoxcojGsIAOyvKdzfR11DumyWCxLfqdb6DU4afO2DpWPzWkJAwLVR0H/qNT5UZv2zKBUPk21MbpPOT+vXHgU= +SHA256 (Pkgfile) = 3209ee4c2cc3c0ff0225bf12f74948f71ef49a0378618d624db6671f5f5735b3 +SHA256 (.footprint) = 971819f15b2632d99f07907599198ca00794bfb7cdbc32b6c45935d8ed55f241 +SHA256 (poppler-0.80.0.tar.xz) = 4d3ca6b79bc13b8e24092e34f83ef5f387f3bb0bbd7359a6c078e09c696d104f diff --git a/poppler/Pkgfile b/poppler/Pkgfile index 54f80100b..98414a865 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.79.0 +version=0.80.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) |