cups-filters: update to 1.21.0.
This commit is contained in:
parent
7c8c8f6607
commit
6bb9f70659
2 changed files with 5 additions and 31 deletions
|
@ -1,26 +0,0 @@
|
||||||
From 07a0a423a8469a2dd6d7f64bb3b62ba6ac42cc28 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Lars Wendler <polynomial-c@gentoo.org>
|
|
||||||
Date: Fri, 20 Jul 2018 15:20:11 +0200
|
|
||||||
Subject: [PATCH] GooString needs to be const since >=poppler-0.64.0
|
|
||||||
|
|
||||||
This only fails with >=poppler-0.67.0 but the change to const was done
|
|
||||||
in 0.64.0
|
|
||||||
---
|
|
||||||
filter/pdf.cxx | 3 +++
|
|
||||||
1 file changed, 3 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/filter/pdf.cxx b/filter/pdf.cxx
|
|
||||||
index 206ccf88..665eab09 100644
|
|
||||||
--- filter/pdf.cxx
|
|
||||||
+++ filter/pdf.cxx
|
|
||||||
@@ -734,6 +734,9 @@ extern "C" int pdf_fill_form(pdf_t *doc, opt_t *opt)
|
|
||||||
}
|
|
||||||
|
|
||||||
FormField *ff = fm_text->getField();
|
|
||||||
+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 64
|
|
||||||
+ const
|
|
||||||
+#endif
|
|
||||||
GooString *field_name;
|
|
||||||
field_name = ff->getFullyQualifiedName();
|
|
||||||
if ( ! field_name )
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.20.4
|
version=1.21.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||||
hostmakedepends="ghostscript glib-devel mupdf-tools poppler-utils pkg-config"
|
hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler-utils"
|
||||||
makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel
|
makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel
|
||||||
ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel"
|
ghostscript-devel lcms2-devel libqpdf-devel libqpdf-devel poppler-cpp-devel"
|
||||||
depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
|
depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
|
||||||
checkdepends="dejavu-fonts-ttf"
|
checkdepends="dejavu-fonts-ttf"
|
||||||
conf_files="/etc/cups/cups-browsed.conf"
|
conf_files="/etc/cups/cups-browsed.conf"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
||||||
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||||
distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
|
distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
|
||||||
checksum=33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a
|
checksum=d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue