]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Add GtkMountOperation (renamed to avoid conflicts) to be able to open
[evince.git] / configure.ac
index 3b25d38e868f92f6eb5c510a430e808adb3f2f33..6c7b755ca8a220396417a395abbe5ad819e26604 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[2.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.22.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 EV_API_VERSION=2.20
@@ -209,7 +209,7 @@ AC_ARG_ENABLE(pdf,
               [AC_HELP_STRING([--enable-pdf], [Compile with pdf support])],enable_pdf="$enableval",enable_pdf=yes)
 
 if test "x$enable_pdf" = "xyes"; then
-    POPPLER_REQUIRED=0.6
+    POPPLER_REQUIRED=0.8.0
     PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED,enable_pdf=yes,enable_pdf=no)
 
     if test "x$enable_pdf" = "xyes"; then
@@ -220,20 +220,8 @@ if test "x$enable_pdf" = "xyes"; then
            evince_save_LIBS=$LIBS
            LIBS="$LIBS $POPPLER_LIBS"
            AC_CHECK_FUNCS(poppler_page_render)
-           AC_CHECK_FUNCS(poppler_page_render_for_printing)
-           AC_CHECK_FUNCS(poppler_page_get_image)
            LIBS=$evince_save_LIBS
 
-           poppler_version=`$PKG_CONFIG --modversion poppler-glib`
-           if test x$poppler_version = x0.6; then
-                   poppler_version=0.6.0
-           fi
-           POPPLER_MAJOR_VERSION=`echo $poppler_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\).*/\2 /'`
-           POPPLER_MINOR_VERSION=`echo $poppler_version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\).*/\3 /'`
-
-           AC_DEFINE_UNQUOTED([POPPLER_MAJOR_VERSION], $POPPLER_MAJOR_VERSION, [Poppler major version number])
-           AC_DEFINE_UNQUOTED([POPPLER_MINOR_VERSION], $POPPLER_MINOR_VERSION, [Poppler minor version number])
-
            PKG_CHECK_MODULES(CAIRO_PDF, cairo-pdf, enable_cairo_pdf=yes, enable_cairo_pdf=no)
            if test x$enable_cairo_pdf = xyes; then
                    AC_DEFINE([HAVE_CAIRO_PDF], [1], [defined if cairo-pdf is available])
@@ -250,42 +238,25 @@ fi
 
 AM_CONDITIONAL(ENABLE_PDF, test x$enable_pdf = xyes)
 dnl ================== end of pdf checks ============================================
-SPECTRE_REQUIRED=0.2.0
 
 dnl libspectre (used by ps and dvi backends)
+SPECTRE_REQUIRED=0.2.0 
 PKG_CHECK_MODULES(SPECTRE, libspectre >= $SPECTRE_REQUIRED,have_spectre=yes,have_spectre=no)
 AM_CONDITIONAL(HAVE_SPECTRE, test x$have_spectre = xyes)
 if test "x$have_spectre" = "xyes"; then
-   AC_DEFINE([HAVE_SPECTRE], [1], [Have libpectre])
+   AC_DEFINE([HAVE_SPECTRE], [1], [Have libspectre])
 fi
 
 dnl ================== ps checks ====================================================
 AC_ARG_ENABLE(ps,
        [AC_HELP_STRING([--disable-ps], [Compile without PostScript backend])],enable_ps=$enableval,enable_ps="yes")
 
-ps_backend=""
-if test x$enable_ps = xyes; then
-   AC_DEFINE([ENABLE_PS], [1], [Enable support for PostScript files.])
-
-   if test "x$have_spectre" = "xyes"; then
-      ps_backend="(libspectre)"
+if test "x$enable_ps" = "xyes"; then
+   if test "x$have_spectre = xyes"; then
+      AC_DEFINE([ENABLE_PS], [1], [Enable support for PostScript files.])
    else
-      dnl check for GS version
-      AC_MSG_CHECKING(for Ghostscript version...)
-      GS_VERSION=`gs --version | head -n 1 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
-      AC_MSG_RESULT(found $GS_VERSION)
-      if test "$GS_VERSION" -lt "7"; then
-        AC_MSG_WARN([PS support is disabled since libspectre (version >= $SPECTRE_REQUIRED) or Ghostscript (version >= 7) are needed])
-        enable_ps=no
-      else
-         AC_ARG_WITH(gs-aa-params,
-                     [AC_HELP_STRING([--with-gs-aa-params], [Define antialiasing params for ghostscript])],AA_PARAMS=$withval,
-                    AA_PARMS="-sDEVICE=x11alpha -dNOPLATFONTS -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -dDOINTERPOLATE"
-                    )
-         AC_DEFINE_UNQUOTED(ALPHA_PARAMS, "$AA_PARMS", [Anti-aliasing parameters for Ghostscript.])
-         AC_MSG_RESULT(Antialiasing parameters for Ghostscript: $AA_PARMS)
-        ps_backend="(gs)"
-      fi
+      enable_ps="no"
+      AC_MSG_WARN([PS support is disabled since libspectre (version >= $SPECTRE_REQUIRED) is needed])
    fi
 fi
 AM_CONDITIONAL(ENABLE_PS, test x$enable_ps = xyes)
@@ -449,6 +420,7 @@ backend/pixbuf/Makefile
 backend/ps/Makefile
 backend/tiff/Makefile
 cut-n-paste/Makefile
+cut-n-paste/evmountoperation/Makefile
 cut-n-paste/gedit-message-area/Makefile
 cut-n-paste/toolbar-editor/Makefile
 cut-n-paste/zoom-control/Makefile
@@ -496,7 +468,7 @@ Configure summary:
        Gtk-Doc Support....:  $enable_gtk_doc
 
        PDF Backend........:  $enable_pdf
-       PostScript Backend.:  $enable_ps $ps_backend
+       PostScript Backend.:  $enable_ps
        TIFF Backend.......:  $enable_tiff
        DJVU Backend.......:  $enable_djvu
        DVI Backend........:  $enable_dvi