ports/opt (3.5): [notify] cups-filters: update to 1.22.0
commit 6ec9201add02e36dfc97739917d5770e7237a0d7 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 18 16:13:47 2019 +0100 [notify] cups-filters: update to 1.22.0 Note: ----- latest update of libjpeg-turbo breaks the building of most dependent ports, because they switched from the autools build system to cmake and no longer installs the libtool file libjeg.la which other ports used to link libjpeg. It's sufficient to rebuild libtiff if the following error pops up: ... /bin/sed: can't read /usr/lib/libjpeg.la: No such file or directory libtool: error: '/usr/lib/libjpeg.la' is not a valid libtool archive diff --git a/cups-filters/.signature b/cups-filters/.signature index 293483715..e94e59bd1 100644 --- a/cups-filters/.signature +++ b/cups-filters/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fNgTpY5w5vYnZyE8lLJhUIIjao3rBenNZezbCiPmN+TVUQUm/E0orGudiYLaR0vxNKF2evX57XVgZ34NFvx7QI= -SHA256 (Pkgfile) = e70e5cc464c62dd0d39e6a49b16091b3f9cdb49afc6c531541de576aaddf9048 +RWSE3ohX2g5d/XU/aKBOHPUHQbKHfSxHxFFwfIVMi/E8tLZ53qHIEHlj5gx855RRJlgc9CQjOewXf0oVqb5Mp8ZcoV5pGv50Xw4= +SHA256 (Pkgfile) = d25765ffde6085690353dc13f4c3e5abae29d15c53f51fdde4bcb6ba98351379 SHA256 (.footprint) = 32c7827b0a711a571ef4e2b7eb7812ed42a3b8f8e590cdbe949fa60a5b3978d5 -SHA256 (cups-filters-1.21.6.tar.xz) = 630e5dbcfe4fa50a726b193223604831a928a2fac9ef84022118aa05c84d1d4c +SHA256 (cups-filters-1.22.0.tar.xz) = 443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d SHA256 (cups-browsed) = 4c4900ee88d488078da20a5cabc949921382fa69bc28bb2a7f89fa5ae01afb5b diff --git a/cups-filters/Pkgfile b/cups-filters/Pkgfile index d7acf182e..374153ebf 100644 --- a/cups-filters/Pkgfile +++ b/cups-filters/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ghostscript poppler qpdf mupdf name=cups-filters -version=1.21.6 +version=1.22.0 release=1 source=(https://www.openprinting.org/download/$name/$name-$version.tar.xz cups-browsed) diff --git a/cups-filters/poppler-0.67.0.patch b/cups-filters/poppler-0.67.0.patch deleted file mode 100644 index ba0c365d7..000000000 --- a/cups-filters/poppler-0.67.0.patch +++ /dev/null @@ -1,25 +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 ---- a/filter/pdf.cxx -+++ b/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 )
participants (1)
-
crux@crux.nu