]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
cups-filters: Update to version 1.28.10
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 5 Sep 2021 20:45:05 +0000 (22:45 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 22 Oct 2021 10:50:12 +0000 (10:50 +0000)
- Update from 1.28.9 to 1.28 10
- Update rootfile
- Changelog
    CHANGES IN V1.28.10
- Sample PPDs: Add borderless page size definitions to Generic
  PDF Printer, HP Color LaserJet CM3530 MFP PDF, and Ricoh PDF
  Printer PPD files.
- Sample PPDs: From the PDF PPD files removed the unneeded
  "*cupsFilters2: ..." line. For CUPS it does not make any
  difference.
- libcupsfilters: Fixed pdftopdf filter to correctly support
  page ranges without upper limit, like "10-" (Pull request
  #399).
- libcupsfilters: Use wildcard tag (IPP_TAG_ZERO) search for
  "media-type" and "media-type-supported" in the PPD
  generator (Pull request #398).
- implicitclass, parallel: Added missing newlines at error
  messages.
- libfontembed: Removed unneeded fontembed/main.c and ttfread
  executable. Eliminates the dependency on DejaVuSans.ttf
  (Issue #386).
- gstoraster: Refactor the filter a little to clarify handling
  of page counts and set job-impressions for TotalPageCount in
  PWG-Raster header (Pull request #394).
- cups-browsed: Make NotifLeaseDuration configurable and renew
  after half the lease duration not 60 sec before end. The
  early renewal improves reliability on busy systems a
  lot. For easier development and debugging short durations
  from 300 sec on can get selected (Pull request #378).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/cups-filters
lfs/cups-filters

index 285eb9d3a8e9fb9417653538a8791aa0b26b9f7d..0378162f5cf05925dd89cee1dea1d1a883a5ab28 100644 (file)
@@ -9,7 +9,6 @@ etc/rc.d/init.d/cups-browsed
 usr/bin/driverless
 usr/bin/driverless-fax
 usr/bin/foomatic-rip
-usr/bin/ttfread
 #usr/include/cupsfilters
 #usr/include/cupsfilters/colord.h
 #usr/include/cupsfilters/colormanager.h
index d00b5ccb254b4fe6d22bacd7cf414e24478b4982..10de534c460ae2575de65c9940fcbf4574a9bf62 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.28.9
+VER        = 1.28.10
 
 THISAPP    = cups-filters-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups-filters
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = cups ghostscript
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1ea8d0311463d4026f0f631a4843dec2
+$(DL_FILE)_MD5 = 828b8c81534ecb996d6c6b7e1332412f
 
 install : $(TARGET)