[poppler] Migrating poppler to liblcms2 from liblcms1

2012-01-13 Thread Koji Otani
Hi, I'm Koji Otani poppler is using liblcms1 for color-management. But liblcms1 is not maintained any more upstream as it is replaced by liblcms2. liblcms1 has no good protection against crashes (segmentation faults) and issues with color accuracy. So, I think that we should poppler from

Re: [poppler] Migrating poppler to liblcms2 from liblcms1

2012-01-13 Thread Koji Otani
Sorry, There is a silly bug in previous path. Please use this patch. Koji Otani. From: Koji Otani s...@bbr.jp Subject: [poppler] Migrating poppler to liblcms2 from liblcms1 Date: Fri, 13 Jan 2012 18:26:25 +0900 (JST) Message-ID: 20120113.182625.27577732@bbr.jp sho Hi, sho I'm Koji

[poppler] configure.ac

2012-01-13 Thread Adrian Johnson
configure.ac |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit baaf93f0e47a1978f9ea80e9394543a25b763d77 Author: Adrian Johnson ajohn...@redneon.com Date: Thu Jan 12 01:05:07 2012 +1030 configure.ac: print the cairo version required if not found

Re: [poppler] Migrating poppler to liblcms2 from liblcms1

2012-01-13 Thread Albert Astals Cid
El Divendres, 13 de gener de 2012, a les 18:39:56, Koji Otani va escriure: Sorry, There is a silly bug in previous path. Please use this patch. I sent a similar patch ages ago to the list, then i realized lcms2 was giving us much worse performance numbers than lcms1 and dropped the patch. Have

[poppler] utils/pdfunite.cc

2012-01-13 Thread Albert Astals Cid
utils/pdfunite.cc |4 1 file changed, 4 insertions(+) New commits: commit a7210a7ebc3d3ca88643bfbc2f0d660a5553a668 Author: Arseny Solokha asolo...@gmx.com Date: Fri Jan 13 18:52:17 2012 +0100 Properly initialize globalParams Bug 44659 diff --git a/utils/pdfunite.cc