summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poppler/.footprint6
-rw-r--r--poppler/.signature8
-rw-r--r--poppler/Pkgfile5
3 files changed, 10 insertions, 9 deletions
diff --git a/poppler/.footprint b/poppler/.footprint
index 395fbd68d..4807ca585 100644
--- a/poppler/.footprint
+++ b/poppler/.footprint
@@ -154,9 +154,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.103
-lrwxrwxrwx root/root usr/lib/libpoppler.so.103 -> libpoppler.so.103.0.0
--rwxr-xr-x root/root usr/lib/libpoppler.so.103.0.0
+lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.104
+lrwxrwxrwx root/root usr/lib/libpoppler.so.104 -> libpoppler.so.104.0.0
+-rwxr-xr-x root/root usr/lib/libpoppler.so.104.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 ab4815376..60f993829 100644
--- a/poppler/.signature
+++ b/poppler/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/aizYWuVNYmHX+fPjir+ubTMzW9a22QpOTHGfnkQnS8/FoWPMQVCma6obvxfMkBIOGRXUwSIfBdzjVwPXzP44gg=
-SHA256 (Pkgfile) = 1cb6ed0209c4936cbe91735b9d309fe42d730ed2f2abb270cf8d4b7eef400ee3
-SHA256 (.footprint) = 0a5c440c1a66bcebaac3f1bf48f2061a9e2199c836d29b36e05f8053896c14e1
-SHA256 (poppler-20.10.0.tar.xz) = 434ecbbb539c1a75955030a1c9b24c7b58200b7f68d2e4269e29acf2f8f13336
+RWSE3ohX2g5d/XW2tsoiIaEG1Wxm95O0RfiwOBylg6WcmyMrA0CEEuEEstNaQ4DfYobixeufQaYwC5OlnW+UeYmEKJ2iR/0LpgU=
+SHA256 (Pkgfile) = acaf6b01635cc1eaf28db7a9b6415f4a726a39dfe9ae47ae96802a54d6d9a00d
+SHA256 (.footprint) = f4720f68f0b42e8b44b122d2e22aaa5650507c69e4c1ec6e63805cde19a01990
+SHA256 (poppler-20.11.0.tar.xz) = 021557074516492375c2bb4226a413aad431159e9177f9f14dff4159d2723b14
diff --git a/poppler/Pkgfile b/poppler/Pkgfile
index 2db6fb1bc..27b8e274a 100644
--- a/poppler/Pkgfile
+++ b/poppler/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: cmake cairo lcms2
name=poppler
-version=20.10.0
+version=20.11.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
@@ -21,7 +21,8 @@ build() {
-DENABLE_ZLIB=ON \
-DENABLE_CMS=lcms2 \
-DENABLE_LIBOPENJPEG=none \
- -DWITH_NSS3=OFF
+ -DWITH_NSS3=OFF \
+ -DRUN_GPERF_IF_PRESENT=OFF
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit