[poppler] patch for poppler 0.28.0 fixing a bad typo
Albert Astals Cid
aacid at kde.org
Tue Nov 4 10:30:51 PST 2014
El Dimarts, 4 de novembre de 2014, a les 09:41:20, Peter Breitenlohner va
escriure:
> Hi,
>
> in order to correctly build poppler 0.28.0 I had to apply this patch, fixing
> a typo:
Interesting, it works fine for me with the typo :/
I'll release 0.28.1 in a moment.
Cheers,
Albert
>
> diff -ur -N poppler-0.28.0.orig/configure poppler-0.28.0/configure
> --- poppler-0.28.0.orig/configure 2014-11-04 01:10:22.000000000 +0100
> +++ poppler-0.28.0/configure 2014-11-04 09:33:46.575409014 +0100
> @@ -21232,7 +21232,7 @@
>
> CAIRO_VERSION="1.10.0"
>
> -CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION)"
> +CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION"
> # Check whether --enable-cairo-output was given.
> if test "${enable_cairo_output+set}" = set; then :
> enableval=$enable_cairo_output; enable_cairo_output=$enableval
> diff -ur -N poppler-0.28.0.orig/configure.ac poppler-0.28.0/configure.ac
> --- poppler-0.28.0.orig/configure.ac 2014-11-03 20:07:20.000000000 +0100
> +++ poppler-0.28.0/configure.ac 2014-11-04 09:33:44.774894196 +0100
> @@ -470,7 +470,7 @@
>
> CAIRO_VERSION="1.10.0"
> AC_SUBST(CAIRO_VERSION)
> -CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION)"
> +CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION"
> AC_ARG_ENABLE(cairo-output,
> AC_HELP_STRING([--disable-cairo-output],
> [Don't build the cairo graphics backend.]),
>
>
> Regards
> Peter Breitenlohner <peb at mppmu.mpg.de>
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
More information about the poppler
mailing list