Package: libpoppler44 Version: 0.24.5-3 Severity: normal Dear Maintainer,
The Bug has already been reported at: https://bugs.freedesktop.org/show_bug.cgi?id=78389 It will be fixed in 0.26.1 (but not for 0.24) This patch for 0.26 fixes the issue, it also works for 0.24. >From d2892cd893e4379914a08e66682ed5c423743a41 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid <[email protected]> Date: Wed, 07 May 2014 20:27:41 +0000 Subject: Merge remote-tracking branch 'origin/poppler-0.26' --- diff --git a/configure.ac b/configure.ac index 0e703d5..fdfe570 100644 --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,10 @@ if test x$enable_libopenjpeg = xyes; then AC_DEFINE(ENABLE_LIBOPENJPEG) PKG_CHECK_EXISTS(libopenjpeg >= 1.5, [AC_DEFINE(WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG, 1, [OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag.])], - []) + [PKG_CHECK_EXISTS(libopenjpeg1 >= 1.5, + [AC_DEFINE(WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG, 1, [OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag.])], + []) + ]) fi AM_CONDITIONAL(BUILD_LIBOPENJPEG, test x$enable_libopenjpeg = xyes) -- cgit v0.9.0.2-2-gbebe -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libpoppler44 depends on: ii libc6 2.18-5 ii libfontconfig1 2.11.0-5 ii libfreetype6 2.5.2-1 ii libjpeg8 8d-2 ii liblcms2-2 2.6-1 ii libopenjpeg5 1.5.2-2 ii libpng12-0 1.2.50-1 ii libstdc++6 4.9.0-3 ii libtiff5 4.0.3-8 ii multiarch-support 2.18-5 Versions of packages libpoppler44 recommends: ii poppler-data 0.4.6-5 libpoppler44 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

