diff options
author | Sam James <sam@gentoo.org> | 2022-03-20 03:06:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-20 03:23:30 +0000 |
commit | cec0a29e78ae58fc5322fcc16b588859b079bc6d (patch) | |
tree | bcead7aa2516fe975429910d4338fa49fb63a5de /app-text | |
parent | sci-libs/libgeotiff: add 1.7.1 (diff) | |
download | gentoo-cec0a29e78ae58fc5322fcc16b588859b079bc6d.tar.gz gentoo-cec0a29e78ae58fc5322fcc16b588859b079bc6d.tar.bz2 gentoo-cec0a29e78ae58fc5322fcc16b588859b079bc6d.zip |
app-text/qpdf: add 10.6.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/qpdf/Manifest | 2 | ||||
-rw-r--r-- | app-text/qpdf/qpdf-10.6.3.ebuild | 89 |
2 files changed, 91 insertions, 0 deletions
diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest index f17a50b00175..9c159ecfe5fd 100644 --- a/app-text/qpdf/Manifest +++ b/app-text/qpdf/Manifest @@ -6,3 +6,5 @@ DIST qpdf-10.6.1-doc.zip 6850012 BLAKE2B 866bfd1261f392b9e666a948c4002a625952950 DIST qpdf-10.6.1.tar.gz 18518114 BLAKE2B a51e856cf6af380845b30a396d2f4a73ddc2ea6d85ce29198744b781556782d9b9e02a3b575c2f94aa1bcbb5e94818e8a4d7e19625258032b09f2e5d98f6efca SHA512 01bc02da2e389423d575053f1460638efb0af069bc63cd898b958e7105990c21670a281c834e3d72846542c74f2bda083f1cb786b4599332fec5b817934e44df DIST qpdf-10.6.2-doc.zip 6850957 BLAKE2B cc287e7b5dee4829a150b536ae2f092a1773fd7b1449ef7c249893cde756b82e503579149c4907f9d7f268de1f34c393d02ff96fe071641f55f8d6c33e164a39 SHA512 aecce306e334f172b9d3beb3f1a0d56eb8e5066682fc549741c1c5db2f0390b050f55fb97a9f2bd5efc48fc5c654dde0b14772c05d22ee6605ca9231f8b28bff DIST qpdf-10.6.2.tar.gz 18524447 BLAKE2B caf5b0c683c26ace1afbd83c454a4a787bbf49ac08d1ace8652e57866fba3f0f2e05b97ab36db59db78c5dbcb841935ddbd2fab5e57bd92c33e1eec776e83d1c SHA512 87a76c5e199b9af9744114120649f80aa271347262646c1b4a3c6008668f8a5ec215f6389a1f3202a61904f1ba74db442df59132f5090555b29ccedea60481f0 +DIST qpdf-10.6.3-doc.zip 6852725 BLAKE2B 407b5994d3c3f80f71e60da12ebecf2c977fecb9e42be1aef32586b7b743bb62acc9662bc02fee174f9738f3e4e43e2769a5df415ae4bb9fb80f16b9d00cfd0e SHA512 780c25df78bc0360a17de85b0701f2e929677b02989d47c6e26b57749dd2315bb21511de9d8d40670a4745254c5c17fcf1c649233be1a0255b5a661f5dcda61b +DIST qpdf-10.6.3.tar.gz 18573584 BLAKE2B 3b6ee845163ab6593ba3d85e8563e4f56f57a831e2bf67fd3a2ccd19aaca47af8c50e03dede233380442384e5bb8fa3fc317a8c54732d2cf3bdfd7d152210a4c SHA512 c584b7443984b0f28eec2fbff054096b9a14a10858dda0c6b370d7a19e34c395ee15a8dc0770d3d85773281cd79944f029fb3bfad55833a2c32ff7e1a751c149 diff --git a/app-text/qpdf/qpdf-10.6.3.ebuild b/app-text/qpdf/qpdf-10.6.3.ebuild new file mode 100644 index 000000000000..85eaaf317a88 --- /dev/null +++ b/app-text/qpdf/qpdf-10.6.3.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 + +DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" +HOMEPAGE="http://qpdf.sourceforge.net/" +SRC_URI=" + mirror://sourceforge/qpdf/${P}.tar.gz + doc? ( mirror://sourceforge/qpdf/${P}-doc.zip ) +" + +LICENSE="|| ( Apache-2.0 Artistic-2 )" +# subslot = libqpdf soname version +SLOT="0/28" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris" +IUSE="doc examples gnutls ssl test" +RESTRICT="!test? ( test )" + +RDEPEND=" + sys-libs/zlib + virtual/jpeg:0= + ssl? ( + gnutls? ( net-libs/gnutls:= ) + !gnutls? ( dev-libs/openssl:= ) + ) +" +DEPEND=" + ${RDEPEND} + test? ( + app-text/ghostscript-gpl[tiff(+)] + media-libs/tiff + sys-apps/diffutils + ) +" +BDEPEND=" + dev-lang/perl + doc? ( app-arch/unzip ) +" + +DOCS=( ChangeLog README.md TODO ) + +src_configure() { + # Keep an eye on https://qpdf.readthedocs.io/en/stable/packaging.html. + local myconf=( + --disable-check-autofiles + + --disable-implicit-crypto + --enable-crypto-native + + --disable-oss-fuzz + $(use_enable test test-compare-images) + ) + + if use ssl ; then + local crypto_provider=$(usex gnutls gnutls openssl) + myconf+=( + --with-default-crypto=${crypto_provider} + --enable-crypto-${crypto_provider} + ) + fi + + econf "${myconf[@]}" +} + +src_install() { + default + + if use doc ; then + docompress -x /usr/share/doc/${PF}/singlehtml + dodoc -r "${WORKDIR}"/${P}-doc/. + + fi + + if use examples ; then + find examples/build/.libs -maxdepth 1 -type f -executable \ + -exec dobin {} + || die + fi + + # Completions + dobashcomp completions/bash/qpdf + + insinto /usr/share/zsh/site-functions + doins completions/zsh/_qpdf + + find "${ED}" -type f -name '*.la' -delete || die +} |