]> git.pld-linux.org Git - packages/cups-filters.git/blobdiff - cups-filters-dbus.patch
up to 1.28.8
[packages/cups-filters.git] / cups-filters-dbus.patch
diff --git a/cups-filters-dbus.patch b/cups-filters-dbus.patch
deleted file mode 100644 (file)
index 9283d9a..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -up cups-filters-1.0.41/Makefile.am.dbus cups-filters-1.0.41/Makefile.am
---- cups-filters-1.0.41/Makefile.am.dbus       2013-10-25 14:12:56.000000000 +0100
-+++ cups-filters-1.0.41/Makefile.am    2013-11-06 17:16:58.504234619 +0000
-@@ -474,9 +474,11 @@ gstoraster_SOURCES = \
- gstoraster_CFLAGS = \
-       $(CUPS_CFLAGS) \
-       $(LIBQPDF_CFLAGS) \
-+      $(DBUS_CFLAGS) \
-       -I$(srcdir)/cupsfilters/
- gstoraster_LDADD = \
-       $(CUPS_LIBS) \
-       $(LIBQPDF_LIBS) \
-+      $(DBUS_LIBS) \
-       libcupsfilters.la
- imagetopdf_SOURCES = \
-diff -up cups-filters-1.0.41/config.h.in.dbus cups-filters-1.0.41/config.h.in
-diff -up cups-filters-1.0.41/configure.ac.dbus cups-filters-1.0.41/configure.ac
---- cups-filters-1.0.41/configure.ac.dbus      2013-10-30 07:21:44.000000000 +0000
-+++ cups-filters-1.0.41/configure.ac   2013-11-06 17:23:07.619921079 +0000
-@@ -114,6 +114,18 @@ AX_COMPARE_VERSION([$CUPS_VERSION],[gt],
- AC_DEFINE(PDFTOPDF, [], [Needed for pdftopdf filter compilation])
- AC_DEFINE_DIR(BANNERTOPDF_DATADIR, "{CUPS_DATADIR}/data", [Directory where bannertopdf finds its data files (PDF templates)])
-+dnl DBus support
-+DBUS_CFLAGS=""
-+DBUS_LIBS=""
-+AC_ARG_ENABLE([dbus], AC_HELP_STRING([--disable-dbus],
-+    [Do not use dbus to communicate with external services]))
-+if test "$enable_dbus" != "no"; then
-+        PKG_CHECK_MODULES(DBUS, [dbus-1], [HAVE_DBUS=-DHAVE_DBUS])
-+        AC_DEFINE([HAVE_DBUS], [], [Defines if dbus is available.])
-+fi
-+AC_SUBST(DBUS_CFLAGS)
-+AC_SUBST(DBUS_LIBS)
-+
- AC_SEARCH_LIBS([dlopen],
-       [dl],
-       [AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
-@@ -640,6 +652,7 @@ Build configuration:
-       php-config:      ${with_php_config}
-       test-font:       ${with_test_font_path}
-       tiff:            ${with_tiff}
-+      dbus:            ${HAVE_DBUS}
-       avahi:           ${enable_avahi}
-       browsing:        ${with_browseremoteprotocols}
-       werror:          ${enable_werror}
---- cups-filters-1.0.42/cupsfilters/colord.c.orig      2013-11-27 00:40:41.000000000 +0100
-+++ cups-filters-1.0.42/cupsfilters/colord.c   2013-12-01 14:33:00.854197621 +0100
-@@ -32,12 +32,12 @@ MIT Open Source License  -  http://www.o
- #include <stdio.h>
- #include <sys/types.h>
-+#include "colord.h"
-+
- #ifdef HAVE_DBUS
-   #include <dbus/dbus.h>
- #endif
--#include "colord.h"
--
- #define QUAL_COLORSPACE   0
- #define QUAL_MEDIA        1
- #define QUAL_RESOLUTION   2
This page took 0.090369 seconds and 4 git commands to generate.