]> git.pld-linux.org Git - packages/cups-filters.git/commitdiff
up to 1.20.0 auto/th/cups-filters-1.20.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 12 Feb 2018 22:05:10 +0000 (23:05 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 12 Feb 2018 22:05:52 +0000 (23:05 +0100)
- ijs/opvp enabled explicitly (disabled by default now)

cups-filters-php.patch
cups-filters.spec

index 3fa05f08e3e9f22be72a2805d6754327f6d33b3f..57e694718f881f3d0eaabea6e0669a9dcde191d8 100644 (file)
@@ -19,7 +19,7 @@
 -libphpcups_la_LDFLAGS = -no-undefined
 +libphpcups_la_CFLAGS = $(CUPS_CFLAGS) $(PHP_CFLAGS)
 +libphpcups_la_LDFLAGS = -module -avoid-version -shared -no-undefined
- endif # WITH_PHP
  
 --- cups-filters-1.0.41/scripting/php/phpcups.c.orig   2012-06-22 18:10:47.000000000 +0200
 +++ cups-filters-1.0.41/scripting/php/phpcups.c        2013-12-01 10:50:16.171425151 +0100
index 9af4d467e3a608b2e698341d6eaff5685efad254..d735414801954ce3247f43203b010d7f44133721 100644 (file)
@@ -11,7 +11,7 @@
 Summary:       OpenPrinting CUPS filters and backends
 Summary(pl.UTF-8):     Filtry i backendy CUPS-a z projektu OpenPrinting
 Name:          cups-filters
-Version:       1.17.9
+Version:       1.20.0
 Release:       1
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -25,7 +25,7 @@ Release:      1
 License:       GPL v2, GPL v2+, GPL v3, GPL v3+, LGPL v2+, MIT
 Group:         Applications/Printing
 Source0:       http://www.openprinting.org/download/cups-filters/%{name}-%{version}.tar.xz
-# Source0-md5: 2ef5f2b902bcdcb963c5ef5858976bbc
+# Source0-md5: dcdb34a2da6c173c61c7ae30be8e992a
 Patch0:                %{name}-dbus.patch
 Patch1:                %{name}-php.patch
 Patch2:                %{name}-php7.patch
@@ -257,6 +257,8 @@ Moduł PHP do ogólnego systemu druku dla Uniksa.
 %configure \
        %{!?with_braille:--disable-braille} \
        --enable-dbus \
+       --enable-ijs \
+       --enable-opvp \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static} \
        %{?with_php:--with-php} \
This page took 0.229736 seconds and 4 git commands to generate.