From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 10/12] cups-filters: Update to 1.27.4
Date: Tue, 25 Aug 2020 09:50:38 +0000 [thread overview]
Message-ID: <20200825095040.3854-10-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20200825095040.3854-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 4491 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/packages/cups-filters | 25 ++++++++++++++++++++-----
lfs/cups-filters | 4 ++--
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/config/rootfiles/packages/cups-filters b/config/rootfiles/packages/cups-filters
index 85564cebc..0c31d52f0 100644
--- a/config/rootfiles/packages/cups-filters
+++ b/config/rootfiles/packages/cups-filters
@@ -1,5 +1,4 @@
-etc/fonts/conf.d/99pdftoopvp.conf
-#etc/rc.d/init.d/cups-browsed
+etc/rc.d/init.d/cups-browsed
#etc/rc0.d/K35cups-browsed
#etc/rc2.d/K35cups-browsed
#etc/rc2.d/S82cups-browsed
@@ -15,6 +14,8 @@ usr/bin/ttfread
#usr/include/cupsfilters/colormanager.h
#usr/include/cupsfilters/driver.h
#usr/include/cupsfilters/image.h
+#usr/include/cupsfilters/ipp.h
+#usr/include/cupsfilters/pdftoippprinter.h
#usr/include/cupsfilters/ppdgenerator.h
#usr/include/cupsfilters/raster.h
#usr/include/fontembed
@@ -24,6 +25,7 @@ usr/bin/ttfread
#usr/include/fontembed/iofn.h
#usr/include/fontembed/sfnt.h
usr/lib/cups/backend/beh
+usr/lib/cups/backend/cups-brf
usr/lib/cups/backend/driverless
usr/lib/cups/backend/implicitclass
usr/lib/cups/backend/parallel
@@ -31,8 +33,12 @@ usr/lib/cups/backend/serial
usr/lib/cups/driver/driverless
usr/lib/cups/filter/bannertopdf
usr/lib/cups/filter/brftoembosser
+usr/lib/cups/filter/brftopagedbrf
+usr/lib/cups/filter/cgmtopdf
+usr/lib/cups/filter/cmxtopdf
usr/lib/cups/filter/commandtoescpx
usr/lib/cups/filter/commandtopclx
+usr/lib/cups/filter/emftopdf
usr/lib/cups/filter/foomatic-rip
usr/lib/cups/filter/gstopdf
usr/lib/cups/filter/gstopxl
@@ -44,14 +50,16 @@ usr/lib/cups/filter/imagetoraster
usr/lib/cups/filter/imagetoubrl
usr/lib/cups/filter/imageubrltoindexv3
usr/lib/cups/filter/imageubrltoindexv4
-usr/lib/cups/filter/pdftoopvp
+usr/lib/cups/filter/musicxmltobrf
usr/lib/cups/filter/pdftopdf
usr/lib/cups/filter/pdftops
usr/lib/cups/filter/pdftoraster
usr/lib/cups/filter/rastertoescpx
+usr/lib/cups/filter/rastertopclm
usr/lib/cups/filter/rastertopclx
usr/lib/cups/filter/rastertopdf
usr/lib/cups/filter/rastertops
+usr/lib/cups/filter/svgtopdf
usr/lib/cups/filter/sys5ippprinter
usr/lib/cups/filter/textbrftoindexv3
usr/lib/cups/filter/textbrftoindexv4
@@ -59,6 +67,11 @@ usr/lib/cups/filter/texttobrf
usr/lib/cups/filter/texttopdf
usr/lib/cups/filter/texttops
usr/lib/cups/filter/texttotext
+usr/lib/cups/filter/vectortobrf
+usr/lib/cups/filter/vectortopdf
+usr/lib/cups/filter/vectortoubrl
+usr/lib/cups/filter/wmftopdf
+usr/lib/cups/filter/xfigtopdf
#usr/lib/libcupsfilters.a
#usr/lib/libcupsfilters.la
#usr/lib/libcupsfilters.so
@@ -71,7 +84,7 @@ usr/lib/libfontembed.so.1
usr/lib/libfontembed.so.1.0.0
#usr/lib/pkgconfig/libcupsfilters.pc
#usr/lib/pkgconfig/libfontembed.pc
-#usr/sbin/cups-browsed
+usr/sbin/cups-browsed
usr/share/cups/banners/classified
usr/share/cups/banners/confidential
usr/share/cups/banners/form
@@ -103,6 +116,7 @@ usr/share/cups/data/topsecret.pdf
usr/share/cups/data/unclassified.pdf
usr/share/cups/drv/cupsfilters.drv
usr/share/cups/drv/generic-brf.drv
+usr/share/cups/drv/generic-ubrl.drv
usr/share/cups/drv/indexv3.drv
usr/share/cups/drv/indexv4.drv
usr/share/cups/mime/braille.convs
@@ -124,6 +138,7 @@ usr/share/cups/ppdc/liblouis4.defs
usr/share/cups/ppdc/media-braille.defs
usr/share/cups/ppdc/pcl.h
#usr/share/doc/cups-filters
+#usr/share/doc/cups-filters/ABOUT-NLS
#usr/share/doc/cups-filters/AUTHORS
#usr/share/doc/cups-filters/COPYING
#usr/share/doc/cups-filters/INSTALL
@@ -141,4 +156,4 @@ usr/share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd
usr/share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd
usr/share/ppd/cupsfilters/pxlcolor.ppd
usr/share/ppd/cupsfilters/pxlmono.ppd
-#var/ipfire/cups/cups-browsed.conf
+var/ipfire/cups/cups-browsed.conf
diff --git a/lfs/cups-filters b/lfs/cups-filters
index 1c82b0dbb..4f4d88b95 100644
--- a/lfs/cups-filters
+++ b/lfs/cups-filters
@@ -24,7 +24,7 @@
include Config
-VER = 1.13.4
+VER = 1.27.4
THISAPP = cups-filters-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a288a63ca44ad6e776cf1e86a457f836
+$(DL_FILE)_MD5 = fd43c2fa2f542d45580d113d30bdd2da
install : $(TARGET)
--
2.20.1
next prev parent reply other threads:[~2020-08-25 9:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-25 9:50 [PATCH 01/12] fontconfig: update to 2.13.1 Michael Tremer
2020-08-25 9:50 ` [PATCH 02/12] freetype: Update to 2.10.2 Michael Tremer
2020-08-25 9:50 ` [PATCH 03/12] openjpeg: New package Michael Tremer
2020-08-25 9:50 ` [PATCH 04/12] qpdf: Update to 10.0.1 Michael Tremer
2020-08-25 9:50 ` [PATCH 05/12] lcms2: Update to 2.9 Michael Tremer
2020-08-25 9:50 ` [PATCH 06/12] poppler: Update to 0.89.0 Michael Tremer
2020-08-25 9:50 ` [PATCH 07/12] avahi: Update to 0.8 Michael Tremer
2020-08-25 9:50 ` [PATCH 08/12] poppler-data: New package Michael Tremer
2020-08-25 9:50 ` [PATCH 09/12] cups: Update to 2.3.3 Michael Tremer
2020-08-25 9:50 ` Michael Tremer [this message]
2020-08-25 9:50 ` [PATCH 11/12] foomatic: Drop files that are now provided by cups-filter Michael Tremer
2020-08-25 9:50 ` [PATCH 12/12] Rootfile update after fresh build Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200825095040.3854-10-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox