Thursday, August 01, 2019

Re: NEW graphics/posterazor

On 2019/08/01 15:37, Kirill Bychkov wrote:
> On Mon, December 10, 2018 21:56, Kirill Bychkov wrote:
>
> ping
> >
> > On Thu, November 1, 2018 10:54, Kirill Bychkov wrote:
> >> Hi!
> >>
> >> The PosteRazor cuts a raster image into pieces which can afterwards
> >> be printed out and assembled to a poster. As input, the PosteRazor
> >> takes a raster image. The resulting poster is saved as a multipage
> >> PDF document. An easy to use, wizard like user interface guides
> >> through 5 steps.
> >> http://posterazor.sourceforge.net/
> >>
> >> OK to import?
> >>
> >
> >
> >
> >

The patched file has MSDOS line endings, unzip -a does nothing for this
because all files in the zip are flagged as binary (and -aa corrupts the
png files).

Please add a post-extract target that fixes this, and remove ^Ms in the
patch (e.g. perl -i -pe 's/\r$$//' ${WRKSRC}/FlPosteRazorDialog.cpp)

Otherwise ok. (there is one conflicting symbol between libfreeimage,
used by posterazor, and libjpeg, pulled in by fltk, but it doesn't seem
to cause an actual problem here).

No comments:

Post a Comment