Your message dated Fri, 16 Oct 2015 22:16:55 +0000
with message-id <[email protected]>
and subject line Re: Bug#762831: scribus: landscape printing
has caused the Debian Bug report #762831,
regarding scribus: landscape printing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
762831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762831
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: scribus: landscape printing
Package: scribus
Version: 1.4.2.dfsg.3+r18267-2
Severity: normal

Dear Maintainer,

please add my fix for correct landscape printing in scribus

--- scribus-1.4.4+dfsg1.orig/scribus/pslib.cpp
+++ scribus-1.4.4+dfsg1/scribus/pslib.cpp
@@ -653,8 +653,8 @@ void PSLib::PS_begin_page(Page* pg, Marg
                PutStream(">> setpagedevice\n");
        }
        PutStream("save\n");
-       if(pg->PageOri == 1 && psExport)
-               PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg
translate\n");
+       //if(pg->PageOri == 1 && psExport)
+       //      PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg
translate\n");
        PutStream("/DeviceCMYK setcolorspace\n");
        PutStream(ToStr(bleedLeft+markOffs)+"
"+ToStr(Options.bleeds.Bottom+markOffs)+" tr\n");
        ActPage = pg;
@@ -679,8 +679,8 @@ void PSLib::PS_end_page()
        double maxBoxX = ActPage->width()+bleedLeft+bleedRight+markOffs*2.0;
        double maxBoxY =
ActPage->height()+Options.bleeds.Bottom+Options.bleeds.Top+markOffs*2.0;
        PutStream("gs\n");
-       if(ActPage->PageOri == 1 && psExport)
-               PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg
translate\n");
+       //if(ActPage->PageOri == 1 && psExport)
+       //      PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg
translate\n");
        if ((Options.cropMarks) || (Options.bleedMarks) ||
(Options.registrationMarks) || (Options.colorMarks))
        {
                PutStream("gs\n");



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.12.6-bfuck (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL
set to ru_RU.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scribus depends on:
ii  ghostscript        9.05~dfsg-8.1
ii  libc6              2.19-7
ii  libcairo2          1.12.16-2
ii  libcups2           1.7.4-1
ii  libfontconfig1     2.11.0-5
ii  libfreetype6       2.5.2-1
ii  libgcc1            1:4.9.1-1
ii  libhunspell-1.3-0  1.3.3-2
ii  libhyphen0         2.8.7-3
ii  libjpeg8           8d1-1
ii  liblcms2-2         2.6-3
ii  libpodofo0.9.0     0.9.0-1.2
ii  libpython2.7       2.7.8-3
ii  libqt4-network     4:4.8.6+git49-gbc62005+dfsg-1
ii  libqt4-xml         4:4.8.6+git49-gbc62005+dfsg-1
ii  libqtcore4         4:4.8.6+git49-gbc62005+dfsg-1
ii  libqtgui4          4:4.8.6+git49-gbc62005+dfsg-1
ii  libstdc++6         4.9.1-1
ii  libtiff5           4.0.3-9
ii  libxml2            2.9.1+dfsg1-4
ii  python-tk          2.7.8-1
pn  python:any         <none>
ii  zlib1g             1:1.2.8.dfsg-1

Versions of packages scribus recommends:
ii  cups-bsd            1.7.4-1
ii  fonts-liberation    1.07.4-1
ii  icc-profiles-free   2.0.1+dfsg-1
ii  ttf-bitstream-vera  1.10-8
ii  xfonts-scalable     1:1.0.3-1

Versions of packages scribus suggests:
pn  icc-profiles               <none>
pn  scribus-template           <none>
ii  texlive-latex-recommended  2014.20140717-01

--- End Message ---
--- Begin Message ---
On Tue, Jul 28, 2015 at 12:46:27PM +0000, Mattia Rizzolo wrote:
> Control: tags -1 + moreinfo unreproducible
> 
> On Thu, Sep 25, 2014 at 06:35:28PM +0400, Антон Дубинин wrote:
> > please add my fix for correct landscape printing in scribus
> 
> Erm, what issue do you encounter with landscape printing?
> I tried printing a landscape page and it looks ok to me..
> 
> Please describe your actual issue.

This bug has been in moreinfo state for nearly 3 months.
Let me close it, feel free to reopen and provide more information.


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  http://mapreri.org                              : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to