diff options
author | Juergen Daubert <jue@jue.li> | 2021-06-02 13:32:16 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-06-02 13:32:16 +0200 |
commit | d4fab192b0b18c70ac271c6571256dbabed34eb9 (patch) | |
tree | 76fe387f17e0bbb01300e8e300947727e57def76 /poppler | |
parent | 726932e3f3004b58b302bd39c5b3ab9e5f474c0b (diff) | |
download | opt-d4fab192b0b18c70ac271c6571256dbabed34eb9.tar.gz opt-d4fab192b0b18c70ac271c6571256dbabed34eb9.tar.xz |
poppler: update to 21.06.0
Diffstat (limited to 'poppler')
-rw-r--r-- | poppler/.footprint | 6 | ||||
-rw-r--r-- | poppler/.signature | 8 | ||||
-rw-r--r-- | poppler/Pkgfile | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/poppler/.footprint b/poppler/.footprint index ccc12a423..c5ed8eb6f 100644 --- a/poppler/.footprint +++ b/poppler/.footprint @@ -156,9 +156,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.9.0 -rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.9.0 -lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.110 -lrwxrwxrwx root/root usr/lib/libpoppler.so.110 -> libpoppler.so.110.0.0 --rwxr-xr-x root/root usr/lib/libpoppler.so.110.0.0 +lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.111 +lrwxrwxrwx root/root usr/lib/libpoppler.so.111 -> libpoppler.so.111.0.0 +-rwxr-xr-x root/root usr/lib/libpoppler.so.111.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc -rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc diff --git a/poppler/.signature b/poppler/.signature index 1c76ef3c0..63f0c8230 100644 --- a/poppler/.signature +++ b/poppler/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aFQkdpWCQ3XlkkSixKLI/Ib+XdLzWR1yPfILUmNib4jYVh3xHL8Ba3ZpVQLvtTm7r7cPh4Up9MA1qzfmhWdqg4= -SHA256 (Pkgfile) = 3d9e497036fec3eda65db3ff06869b7e80bd6ab2eaf15e977090fab35f9351c4 -SHA256 (.footprint) = 07774ba2eeca327340f6e7110d07ab59d531784b5fadcd07fc64669931bec322 -SHA256 (poppler-21.05.0.tar.xz) = dafd537b680fad1215bc40fc53d1f38e8449d7c185bc60d5a89e1d26c90dbd8c +RWSE3ohX2g5d/d1mvj+jFIQxCiKA91oieaxARE2cAurIzd11kzxcE/jxjlF/YW6pzEfnA9P/cjoNEduIGayv76Nwn7ydHIQPSwU= +SHA256 (Pkgfile) = 769080eb95e565975a612a04aabcb11941b0458df9541ab731530195ab505654 +SHA256 (.footprint) = e638a2bedc9c6d2eb246705af3e29d6225b81226367e2074e924273808b17b1f +SHA256 (poppler-21.06.0.tar.xz) = 4b440708eafdf07a1405e06744c66ac54a5af51a0e38ab17a46fbaff47278342 diff --git a/poppler/Pkgfile b/poppler/Pkgfile index 53661cc4a..dd9515848 100644 --- a/poppler/Pkgfile +++ b/poppler/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake cairo lcms2 name=poppler -version=21.05.0 +version=21.06.0 release=1 source=(https://poppler.freedesktop.org/poppler-$version.tar.xz) @@ -24,6 +24,7 @@ build() { -D ENABLE_ZLIB=ON \ -D ENABLE_CMS=lcms2 \ -D ENABLE_LIBOPENJPEG=none \ + -D ENABLE_BOOST=OFF \ -D WITH_NSS3=OFF \ -D RUN_GPERF_IF_PRESENT=OFF |