summaryrefslogtreecommitdiffstats
path: root/package/cups-filters
Commit message (Collapse)AuthorAgeFilesLines
* cups-filters: fix autoreconf justificationThomas Petazzoni2018-10-061-1/+1
| | | | | | The tarball is not broken at all: we are patching the Makefile.am. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/cups-filters: Add patch to fix build when using poppler 0.69.0Olivier Schonken2018-10-061-0/+79
| | | | | | | | | | | | | | | | | | | | | | This patch lets cups-filters only use gMemReport and memCheck functions if poppler version less than 0.69.0 The poppler project removed the memCheck and gMemReport functions in commits c362ab1b97f20c5b73b3bad8d52015f679178748 - Remove DEBUG_MEM from Object since this uses RAII now and hence cannot leak. (The existing tracking also is not thread-safe and hence unreliable.) and f89446f6917a869b0f1a80fcc8ce81a7213dade4 - Remove generic heap debugging from gmem since external tools and compiler instrumentation achieve the same effect. The patch has been applied upstream: https://github.com/OpenPrinting/cups-filters/commit/50d984a621524c2e2857ad84eb4b71933c8821be. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/cups-filters: bump to version 1.21.3Olivier Schonken2018-10-062-3/+5
| | | | | | Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: add explanation for AUTORECONF.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cups-filters: fix avahi dependencyFabrice Fontaine2018-05-131-1/+2
| | | | | | | | | | avahi support requires avahi-client, which needs avahi-daemon and dbus Fixes: - http://autobuild.buildroot.net/results/5c326bb56199000eb0e53a4d0f3c6c13be71cda0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cups-filters: bump to version 1.20.3Fabrice Fontaine2018-05-032-2/+3
| | | | | | | Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cups-filters: Add patch to remove relative symbolic link from installOlivier Schonken2018-03-091-0/+46
| | | | | | | | | | | | | | | On older build systems with old coreutils, using relative symbolic link (ln -r) does not work, and causes failed builds. Workaround is to use normal symbolic link with a relative path. e.g. ../../$(BINDIR) This fix is dependent on bumping cups-filters version to 1.20.1 because of autotools issue with Makefile.am changes. Fixes: http://autobuild.buildroot.net/results/77a6369f3530a2a6a055f7fd664f1ad424274d77 Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cups-filters: bump to 1.20.1Olivier Schonken2018-03-092-2/+2
| | | | | Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cups-filters: needs at least gcc 4.8 for C++11 featuresThomas Petazzoni2018-01-181-2/+4
| | | | | | | | | | | | | | | | | | | With gcc 4.7, it fails to build with: checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features by default... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++0x... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++0x... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++0x... no configure: error: *** A compiler with support for C++11 language features is required. Fixes: http://autobuild.buildroot.net/results/788c1a4bbc8ec90b5cdd94c107c784df21869f6c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cups-filters: new packageOlivier Schonken2018-01-083-0/+109
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: - add missing select BR2_PACKAGE_JPEG - use jpeg instead of libjpeg - sort selects alphabetically - fix Config.in comment dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud