qpdf: update to 12.1.0

This commit is contained in:
Mateusz Sylwestrzak 2025-04-01 12:00:50 +02:00 committed by Leah Neukirchen
parent 333441e49a
commit 246dcaef70
2 changed files with 3 additions and 3 deletions

View file

@ -3993,7 +3993,7 @@ libmagpie-clutter-0.so.0 magpie-0.9.3_1
libmagpie-cogl-0.so.0 magpie-0.9.3_1 libmagpie-cogl-0.so.0 magpie-0.9.3_1
libmagpie-cogl-pango-0.so.0 magpie-0.9.3_1 libmagpie-cogl-pango-0.so.0 magpie-0.9.3_1
libslirp.so.0 libslirp-4.2.0_1 libslirp.so.0 libslirp-4.2.0_1
libqpdf.so.29 libqpdf-11.0.0_1 libqpdf.so.30 libqpdf-12.1.0_1
libstk-4.6.1.so libstk-4.6.1_1 libstk-4.6.1.so libstk-4.6.1_1
libc++utilities.so.5 cpp-utilities-5.2.0_1 libc++utilities.so.5 cpp-utilities-5.2.0_1
libtagparser.so.12 tagparser-12.0.0_1 libtagparser.so.12 tagparser-12.0.0_1

View file

@ -1,6 +1,6 @@
# Template file for 'qpdf' # Template file for 'qpdf'
pkgname=qpdf pkgname=qpdf
version=11.6.4 version=12.1.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl pkg-config" hostmakedepends="perl pkg-config"
@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/qpdf/qpdf" homepage="https://github.com/qpdf/qpdf"
changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst" changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
checksum=8da100130dff5dfc0bd637752a39687cf4a4f591ca3bfaf17fd4ceff0c0529f2 checksum=f1c2d3a26e67ce1b84b2a5165aeb2a1de79e51eeb782b46fcddff87069d7ea1e
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args="-DLL_FMT=%lld -DRANDOM_DEVICE=/dev/urandom" configure_args="-DLL_FMT=%lld -DRANDOM_DEVICE=/dev/urandom"