diff options
author | Juergen Daubert <jue@jue.li> | 2018-09-22 14:37:43 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-09-22 14:37:43 +0200 |
commit | ef4ae839407a59a74251aadd63e1d99b89fb6e77 (patch) | |
tree | 57fcba1cbf1e383cff05c97b108cf168a4f9c2e1 /poppler | |
parent | bba042e215ceb1db9d5748c182d21011e0f0b5af (diff) | |
download | opt-ef4ae839407a59a74251aadd63e1d99b89fb6e77.tar.gz opt-ef4ae839407a59a74251aadd63e1d99b89fb6e77.tar.xz |
[notify] poppler: update to 0.69.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 | 8 | ||||
-rw-r--r-- | poppler/.signature | 8 | ||||
-rw-r--r-- | poppler/Pkgfile | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/poppler/.footprint b/poppler/.footprint index 3808e51b3..f7bff0c48 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -111,6 +111,7 @@ drwxr-xr-x root/root usr/include/poppler/fofi/ -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/GooList.h -rw-r--r-- root/root usr/include/poppler/goo/GooMutex.h @@ -120,6 +121,7 @@ drwxr-xr-x root/root usr/include/poppler/goo/ -rw-r--r-- root/root usr/include/poppler/goo/JpegWriter.h -rw-r--r-- root/root usr/include/poppler/goo/PNGWriter.h -rw-r--r-- root/root usr/include/poppler/goo/TiffWriter.h +-rw-r--r-- root/root usr/include/poppler/goo/gdir.h -rw-r--r-- root/root usr/include/poppler/goo/gfile.h -rw-r--r-- root/root usr/include/poppler/goo/gmem.h -rw-r--r-- root/root usr/include/poppler/goo/grandom.h @@ -151,9 +153,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.5.0 -rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.5.0 -lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.79 -lrwxrwxrwx root/root usr/lib/libpoppler.so.79 -> libpoppler.so.79.0.0 --rwxr-xr-x root/root usr/lib/libpoppler.so.79.0.0 +lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.80 +lrwxrwxrwx root/root usr/lib/libpoppler.so.80 -> libpoppler.so.80.0.0 +-rwxr-xr-x root/root usr/lib/libpoppler.so.80.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 8c3dc3f88..0e04afd69 100644 --- a/poppler/.signature +++ b/poppler/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Rvl3V6IJxY9y1JcgVihJOO/VerdD4HUO09R4FXewoqIFwQIfckAzWUK9KSid8ogSMVX2yXimmzBlx+cyBLT4gk= -SHA256 (Pkgfile) = 845666fc09684ae7cab556f69f434fb9ec12ecf8c5c33aa0941174b4ea3febf1 -SHA256 (.footprint) = 629a3a0836ff5a62679c509346220794e1145bf45041ae1f154d11f505c35345 -SHA256 (poppler-0.68.0.tar.xz) = f90d04f0fb8df6923ecb0f106ae866cf9f8761bb537ddac64dfb5322763d0e58 +RWSE3ohX2g5d/aqp27A2PDZzjWVHSLXjrhz1DI347032XHWLst+lSWhtnrj+gbcsuCQ4DnpsTMUDQlWL+Oob4/C4sqcR+p8Mpwc= +SHA256 (Pkgfile) = f3bed38913657103c4aba2285e40c6dbe6ac21773904962ed034bcae57db9599 +SHA256 (.footprint) = 9e555a7acabe0fd3d612f36448485d5ed0ddb27d3258eee80e9bc04f4b5bbf15 +SHA256 (poppler-0.69.0.tar.xz) = 637ff943f805f304ff1da77ba2e7f1cbd675f474941fd8ae1e0fc01a5b45a3f9 diff --git a/poppler/Pkgfile b/poppler/Pkgfile index 28241b848..02020b8f4 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=0.68.0 +version=0.69.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) |