summaryrefslogtreecommitdiff
path: root/poppler
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-12-03 13:47:08 +0100
committerJuergen Daubert <jue@jue.li>2020-12-03 13:47:08 +0100
commit33371d7756fb6d6fdeb09a25c612ee951058c1c4 (patch)
treede067a4710689010c6708be9b12ed4d46a1e8071 /poppler
parentade40853b2e98e576707eb9cc0e8b06c3791b5f9 (diff)
downloadopt-33371d7756fb6d6fdeb09a25c612ee951058c1c4.tar.gz
opt-33371d7756fb6d6fdeb09a25c612ee951058c1c4.tar.xz
poppler: update to 20.12.0
Diffstat (limited to 'poppler')
-rw-r--r--poppler/.footprint8
-rw-r--r--poppler/.signature8
-rw-r--r--poppler/Pkgfile31
3 files changed, 24 insertions, 23 deletions
diff --git a/poppler/.footprint b/poppler/.footprint
index 4807ca585..832189a4a 100644
--- a/poppler/.footprint
+++ b/poppler/.footprint
@@ -154,13 +154,11 @@ 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.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
+lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.105
+lrwxrwxrwx root/root usr/lib/libpoppler.so.105 -> libpoppler.so.105.0.0
+-rwxr-xr-x root/root usr/lib/libpoppler.so.105.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
--rw-r--r-- root/root usr/lib/pkgconfig/poppler-splash.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
diff --git a/poppler/.signature b/poppler/.signature
index 60f993829..88c66b889 100644
--- a/poppler/.signature
+++ b/poppler/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XW2tsoiIaEG1Wxm95O0RfiwOBylg6WcmyMrA0CEEuEEstNaQ4DfYobixeufQaYwC5OlnW+UeYmEKJ2iR/0LpgU=
-SHA256 (Pkgfile) = acaf6b01635cc1eaf28db7a9b6415f4a726a39dfe9ae47ae96802a54d6d9a00d
-SHA256 (.footprint) = f4720f68f0b42e8b44b122d2e22aaa5650507c69e4c1ec6e63805cde19a01990
-SHA256 (poppler-20.11.0.tar.xz) = 021557074516492375c2bb4226a413aad431159e9177f9f14dff4159d2723b14
+RWSE3ohX2g5d/ZX3ImDLqa69bwzSfrlBXsmGWyKtflIMIzP6hJzEwJGLk+VcgUsR3smVOTGiYgqKIYtG84ZCPOOc8+EcV1fCZQU=
+SHA256 (Pkgfile) = 33fc899074ee0d8150f2fdd95a4876dec7e94dc16478a04c7e09de25c69c6a7f
+SHA256 (.footprint) = 2bf3c5fb20f215dbe6891aa971f5bd34a65f466dd2b8e70bbf8a2ba116a0ddc4
+SHA256 (poppler-20.12.0.tar.xz) = a3907525c32e7ff395eaf8cf83efa8d4f522b911281b80828586fa832feef824
diff --git a/poppler/Pkgfile b/poppler/Pkgfile
index 27b8e274a..2e4462e72 100644
--- a/poppler/Pkgfile
+++ b/poppler/Pkgfile
@@ -4,25 +4,28 @@
# Depends on: cmake cairo lcms2
name=poppler
-version=20.11.0
+version=20.12.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cmake -S $name-$version -B build \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
- -DENABLE_UTILS=ON \
- -DENABLE_SPLASH=ON \
- -DENABLE_CPP=ON \
- -DENABLE_GLIB=OFF \
- -DENABLE_QT5=OFF \
- -DENABLE_ZLIB=ON \
- -DENABLE_CMS=lcms2 \
- -DENABLE_LIBOPENJPEG=none \
- -DWITH_NSS3=OFF \
- -DRUN_GPERF_IF_PRESENT=OFF
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
+ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D CMAKE_INSTALL_LIBDIR=/usr/lib \
+ -D ENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+ -D ENABLE_UTILS=ON \
+ -D ENABLE_SPLASH=ON \
+ -D ENABLE_CPP=ON \
+ -D ENABLE_GLIB=OFF \
+ -D ENABLE_QT5=OFF \
+ -D ENABLE_ZLIB=ON \
+ -D ENABLE_CMS=lcms2 \
+ -D ENABLE_LIBOPENJPEG=none \
+ -D WITH_NSS3=OFF \
+ -D RUN_GPERF_IF_PRESENT=OFF
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit