summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Franzmann2022-09-18 12:32:27 +0200
committerFlorian Franzmann2022-09-18 12:43:49 +0200
commit3867cef965d921fab8838f0c69327b79d4261710 (patch)
tree74121ed26bca06594a42bbed256c4bf795bd3e55 /doc
parente95350bbc475af98fb29d9a26a3f4edd66c3bb62 (diff)
doc/qpdf: version 11.1.0
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/qpdf/BUILD4
-rwxr-xr-xdoc/qpdf/CONFIGURE1
-rwxr-xr-xdoc/qpdf/DEPENDS5
-rwxr-xr-xdoc/qpdf/DETAILS6
-rw-r--r--doc/qpdf/HISTORY4
-rwxr-xr-xdoc/qpdf/PRE_BUILD5
6 files changed, 15 insertions, 10 deletions
diff --git a/doc/qpdf/BUILD b/doc/qpdf/BUILD
index 448e746a60..657d1d38b3 100755
--- a/doc/qpdf/BUILD
+++ b/doc/qpdf/BUILD
@@ -1,2 +1,4 @@
-OPTS+=' --disable-static' &&
+OPTS+=' -DBUILD_STATIC_LIBS=on' &&
+OPTS+=' -DBUILD_SHARED_LIBS=on' &&
+OPTS+=' -DUSE_IMPLICIT_CRYPTO=off' &&
default_build
diff --git a/doc/qpdf/CONFIGURE b/doc/qpdf/CONFIGURE
new file mode 100755
index 0000000000..b1e2770061
--- /dev/null
+++ b/doc/qpdf/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/doc/qpdf/DEPENDS b/doc/qpdf/DEPENDS
index 1dcbbd6585..a2fce88d11 100755
--- a/doc/qpdf/DEPENDS
+++ b/doc/qpdf/DEPENDS
@@ -1,3 +1,5 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
+
depends -sub CXX gcc &&
depends libxml2 &&
depends libxslt &&
@@ -5,4 +7,5 @@ depends JPEG &&
depends zlib &&
depends libtool &&
-optional_depends openssl "--enable-crypto-openssl" "--disable-crytpo-openssl" "use openssl as crypto provider"
+optional_depends openssl "-DREQUIRE_CRYPTO_OPENSSL=on" "-DREQUIRE_CRYPTO_OPENSSL=on" "use openssl as crypto provider" &&
+optional_depends gnutls "-DREQUIRE_CRYPTO_GNUTLS=on" "-DREQUIRE_CRYPTO_GNUTLS=on" "use openssl as crypto provider"
diff --git a/doc/qpdf/DETAILS b/doc/qpdf/DETAILS
index 89864c10a8..34d3aab0c7 100755
--- a/doc/qpdf/DETAILS
+++ b/doc/qpdf/DETAILS
@@ -1,10 +1,10 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=qpdf
- VERSION=10.6.3
- PATCHLEVEL=1
+ VERSION=11.1.0
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/qpdf/qpdf/releases/download/release-qpdf-$VERSION/$SOURCE
+ SOURCE_URL[0]=https://github.com/qpdf/qpdf/releases/download/v$VERSION/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=qpdf.gpg:$SOURCE.asc:UPSTREAM_KEY
diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index 7fdd24085a..b780ea8666 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,7 @@
+2022-09-18 Florian Franzmann <bwlf@bandrate.org>
+ * BUILD, DEPENDS, DETAILS, CONFIGURE: version 11.1.0
+ * PRE_BUILD: removed
+
2022-05-22 Ismael Luceno <ismael@sourcemage.org>
* BUILD: disabled building of static library
* PRE_BUILD: disabled installation of libtool pseudo-libraries
diff --git a/doc/qpdf/PRE_BUILD b/doc/qpdf/PRE_BUILD
deleted file mode 100755
index 2cadd2a3e1..0000000000
--- a/doc/qpdf/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
-# disable instalation of libtool pseudo-libraries
-sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' ltmain.sh