r44136 - in /packages/ipe-tools/pdftoipe/trunk/debian: changelog patches/ patches/poppler.patch patches/series

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sun Dec 11 15:27:44 UTC 2011


Author: smr
Date: Sun Dec 11 15:27:44 2011
New Revision: 44136

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44136
Log:
Apply the poppler patch.

Added:
    packages/ipe-tools/pdftoipe/trunk/debian/patches/
    packages/ipe-tools/pdftoipe/trunk/debian/patches/poppler.patch
    packages/ipe-tools/pdftoipe/trunk/debian/patches/series
Modified:
    packages/ipe-tools/pdftoipe/trunk/debian/changelog

Modified: packages/ipe-tools/pdftoipe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/pdftoipe/trunk/debian/changelog?rev=44136&op=diff
==============================================================================
--- packages/ipe-tools/pdftoipe/trunk/debian/changelog (original)
+++ packages/ipe-tools/pdftoipe/trunk/debian/changelog Sun Dec 11 15:27:44 2011
@@ -1,3 +1,10 @@
+pdftoipe (20110916-2) unstable; urgency=low
+
+  * patches/poppler.patch: New.  Fix to build with upcoming poppler 0.18
+    (thanks, Pino Toscano).  Closes: #651151.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 11 Dec 2011 09:16:23 -0600
+
 pdftoipe (20110916-1) unstable; urgency=low
 
   * New upstream.  Upstream renamed parseargs.c to parseargs.cc, so remove

Added: packages/ipe-tools/pdftoipe/trunk/debian/patches/poppler.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/pdftoipe/trunk/debian/patches/poppler.patch?rev=44136&op=file
==============================================================================
--- packages/ipe-tools/pdftoipe/trunk/debian/patches/poppler.patch (added)
+++ packages/ipe-tools/pdftoipe/trunk/debian/patches/poppler.patch Sun Dec 11 15:27:44 2011
@@ -1,0 +1,16 @@
+Description: Fix to enable building with poppler 0.18
+Author: Pino Toscano
+Bug: 651151
+Forwarded: https://sourceforge.net/apps/mantisbt/ipe7/view.php?id=88
+
+--- pdftoipe-20110916.orig/xmloutputdev.cpp
++++ pdftoipe-20110916/xmloutputdev.cpp
+@@ -336,7 +336,7 @@
+     // dump JPEG stream
+     std::vector<char> buffer;
+     // initialize stream
+-    str = ((DCTStream *)str)->getRawStream();
++    str = str->getNextStream();
+     str->reset();
+     // copy the stream
+     while ((c = str->getChar()) != EOF)

Added: packages/ipe-tools/pdftoipe/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ipe-tools/pdftoipe/trunk/debian/patches/series?rev=44136&op=file
==============================================================================
--- packages/ipe-tools/pdftoipe/trunk/debian/patches/series (added)
+++ packages/ipe-tools/pdftoipe/trunk/debian/patches/series Sun Dec 11 15:27:44 2011
@@ -1,0 +1,1 @@
+poppler.patch




More information about the debian-science-commits mailing list