summaryrefslogtreecommitdiff
path: root/poppler
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-02 12:19:03 +0100
committerJuergen Daubert <jue@jue.li>2021-02-02 12:19:03 +0100
commit24f0282cff21f95c48b76e9b581fb03cf1413039 (patch)
tree8bdd8292edcde19522af6d586cd3ea5be7bab7d5 /poppler
parentd0223c36f8e914845e9ccf6df2379d4f69e700d5 (diff)
downloadopt-24f0282cff21f95c48b76e9b581fb03cf1413039.tar.gz
opt-24f0282cff21f95c48b76e9b581fb03cf1413039.tar.xz
poppler: update to 21.02.0
Diffstat (limited to 'poppler')
-rw-r--r--poppler/.footprint6
-rw-r--r--poppler/.signature8
-rw-r--r--poppler/Pkgfile46
3 files changed, 30 insertions, 30 deletions
diff --git a/poppler/.footprint b/poppler/.footprint
index 5b0f491e8..c41cf119e 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.106
-lrwxrwxrwx root/root usr/lib/libpoppler.so.106 -> libpoppler.so.106.0.0
--rwxr-xr-x root/root usr/lib/libpoppler.so.106.0.0
+lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.107
+lrwxrwxrwx root/root usr/lib/libpoppler.so.107 -> libpoppler.so.107.0.0
+-rwxr-xr-x root/root usr/lib/libpoppler.so.107.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 e0b9a250b..5f3b8f8e1 100644
--- a/poppler/.signature
+++ b/poppler/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XBwFXAJPWpIXmj7oUcdGE18bIUMXBmyUvT5l18ae69Nh1N6AhTF1muFifmasMCOhEmR8elVkM54Lk4GKivQLgA=
-SHA256 (Pkgfile) = 57b449d8eac6ace951d96a2149b625c4b80ce415975d64532f27d03bfefd9983
-SHA256 (.footprint) = 9c16c4b1fe1700cd73f0623946ebd475fdffc41e62b3021531869b48ad80968b
-SHA256 (poppler-21.01.0.tar.xz) = 016dde34e5f868ea98a32ca99b643325a9682281500942b7113f4ec88d20e2f3
+RWSE3ohX2g5d/TBlyBBBerCBsp7VhKbFTuhG6LwtNyd0Wz+joPAxtb8nL0mrwoiejfnOKaX7Ja8Ic8rRV4F+eRNG8CG+IPf8qgw=
+SHA256 (Pkgfile) = 5695dacde6efb6bddf55819cfb5bb36032624fdf031e6e52e3da1065a3591bea
+SHA256 (.footprint) = d3570105ee0e8e6da9ceff123cf8b799dabe28df119d3125ea0ba05b2c626134
+SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c
diff --git a/poppler/Pkgfile b/poppler/Pkgfile
index fcea59966..714b8df78 100644
--- a/poppler/Pkgfile
+++ b/poppler/Pkgfile
@@ -1,32 +1,32 @@
# Description: PDF rendering library based on xpdf 3.0
-# URL: https://poppler.freedesktop.org/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: cmake cairo lcms2
+# URL: https://poppler.freedesktop.org/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: cmake cairo lcms2
name=poppler
-version=21.01.0
+version=21.02.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
- cmake -S $name-$version -B build \
- -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 -S $name-$version -B build \
+ -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
+ cmake --build build -j ${JOBS:-1}
+ DESTDIR=$PKG cmake --install build
}

Generated by cgit