]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/cups-filters
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / cups-filters
index 4f4d88b95bac7dde34dd77c803d13cf319f5c955..69b75fc3e551056d82fbe2eac30c984df1584bc3 100644 (file)
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 1.27.4
+SUMMARY    = OpenPrinting CUPS filters, backends, and cups-browsed
+
+VER        = 1.28.10
 
 THISAPP    = cups-filters-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,10 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups-filters
-PAK_VER    = 3
+PAK_VER    = 7
 
 DEPS       = cups ghostscript
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fd43c2fa2f542d45580d113d30bdd2da
+$(DL_FILE)_MD5 = 828b8c81534ecb996d6c6b7e1332412f
 
 install : $(TARGET)
 
@@ -56,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################
@@ -85,7 +89,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --sysconfdir=/etc \
                        --localstatedir=/var \
                        --with-pdftops=hybrid \
-                       --disable-ijs \
                        --disable-mutool \
                        --disable-avahi
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)