poppler: update to 22.11.0

This commit is contained in:
Juergen Daubert 2022-11-02 17:37:29 +01:00
parent 47e0c3a2d5
commit e7f1b876c9
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XceSWevYcflxSsIwJdYgda5vSwgD+rH0bsBh/pHzl9/SNZj3omnSw9/0SDJxQ5lUZCf/boaVxF2qBeSRRV/nwA=
SHA256 (Pkgfile) = 7cd80390f045d4577dd20792b45bb8a5e24d83aee1cf8d18101f6ce0524c8646
RWSE3ohX2g5d/YXsheknK+494hmS2Qz5JwW7e1WzDhkFtkSBnVUOpKmjknkBDBVh1jvEeid4uq4lf0okXjHqJOzdCvuSsqupUQU=
SHA256 (Pkgfile) = af293fb4a4093825ce109a6b6740093c6a77d1ab55f99ffa1ab7c776b3e9ab24
SHA256 (.footprint) = ff254641595f3984b2536ae8f1bd7f606fda661a1f7f265c8680d747fc8fd60c
SHA256 (poppler-22.10.0.tar.xz) = 04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a
SHA256 (poppler-22.11.0.tar.xz) = 093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828

View File

@ -4,12 +4,12 @@
# Depends on: cmake cairo lcms2
name=poppler
version=22.10.0
version=22.11.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
cmake -S $name-$version -B build \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \