# HG changeset patch # User Hans-G?nter Theisgen # Date 1653559022 -3600 # Node ID a5d04db3cafc0a2195f2298ebbc2b1b9e14df67f # Parent 7ae189994f37f1da49be9a82bf825dc4cfad6639 make cups-filters compile with qpdf-dev-10.6.1 diff -r 7ae189994f37 -r a5d04db3cafc cups-filters/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cups-filters/description.txt Thu May 26 10:57:02 2022 +0100 @@ -0,0 +1,14 @@ +This project provides backends, filters, and other software that was +once part of the core CUPS distribution but is no longer maintained +by Apple Inc. +In addition it contains additional filters and software developed +independently of Apple, especially filters for the PDF-centric +printing workflow introduced by OpenPrinting and a daemon to browse +Bonjour broadcasts of remote CUPS printers to make these printers +available locally and to provide backward compatibility to the old +CUPS broadcasting and browsing of CUPS 1.5.x and older. + +From CUPS 1.6.0 on, this package is required for using printer +drivers with CUPS under Linux. +With CUPS 1.5.x and earlier this package can be used optionally to +switch over to PDF-based printing. diff -r 7ae189994f37 -r a5d04db3cafc cups-filters/receipt --- a/cups-filters/receipt Sat May 21 21:38:29 2022 +0000 +++ b/cups-filters/receipt Thu May 26 10:57:02 2022 +0100 @@ -7,6 +7,7 @@ MAINTAINER="mojo@slitaz.org" LICENSE="GPL" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" + TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.openprinting.org/download/cups-filters/$TARBALL" EXTRA_SOURCE_FILES="$PACKAGE-7371.u" @@ -37,9 +38,10 @@ sed -i '40i#include '\ cupsfilters/driver.h - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ + ./configure \ + LIBQPDF_CFLAGS="-D QPDF_NO_QPDF_STRING" \ + --prefix=/usr \ + --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make install