Package: scribus / 1.4.8+dfsg-1

upstream/trunk/22053.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Some EPS files are rotated when I export the poster to a PDF file
Origin: upstream, r22053
Bug: https://bugs.scribus.net/view.php?id=14289
Bug-Debian: https://bugs.debian.org/837784

--- a/scribus/pdflib_core.cpp
+++ b/scribus/pdflib_core.cpp
@@ -7067,6 +7067,7 @@
 					opts.append( "-sProcessColorModel=/DeviceRGB" );
 				else
 					opts.append( "-sProcessColorModel=/DeviceCMYK" ); */
+				opts.append( "-dAutoRotatePages=/None" ); // #14289: otherwise EPS might come out rotated
 				if (convertPS2PDF(fn, tmpFile, opts) == 0)
 				{
 					imageLoaded = PDF_EmbeddedPDF(c, tmpFile, sx, sy, x, y, fromAN, Profil, Embedded, Intent, ImInfo, output);