Package: pstoedit / 3.70-3

Metadata

Package Version Patches format
pstoedit 3.70-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 configure no pedantic.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 configure no pedantic

Remove -pedantic option from g++

This patch removes the -pedantic option from g++ to prevent uncritical compile errors.

02 errors to stderr.patch | (download)

src/pstoedit.cpp | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 errors to stderr

This patch redirects error messages to stderr.
I.e., send error messages to standard error even when diagnostic
messages, on stream diag, are being sent to standard output.

Bug-Debian: http://bugs.debian.org/551125

03 doc remove nonfree options.patch | (download)

doc/pstoedit.tex | 140 0 + 140 - 0 !
1 file changed, 140 deletions(-)

 doc remove nonfree options

Remove documentation of nonfree options

Non-free options are not supported by the Debian packaging of
pstoedit.

This patch removes the documentation of some nonfree options that confused
users (plot-svg vs. svg). NOTE: When using this patch, make sure to regenerate
the man page and HTML documentation from the tex file also, e.g. with
latex2man.

Bug-Debian: http://bugs.debian.org/554518

04 fix obsolete LIBPNG_LDFLAGS.patch | (download)

config/pstoedit.pc.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix obsolete libpng_ldflags

Remove @LIBPNG_LDFLAGS@ from pc file

This substitution is obsoleted from configure.ac but still present in the pc
file. This patch fixes this by removing there also

05 fix plugin loading.patch | (download)

src/pstoedit.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix plugin loading

Disable broken if-check in plugin load code so that plugins  can be successfully loaded from PSTOEDITLIBDIR.

The plugin load code was checking pluginsloaded before trying to load plugins from PSTOEDITLIBDIR
Unfortunately code further up in the method sets pluginsloaded even if no plugins were found in
previous places. This patch restores the old 3.62 behaviour of not checking pluginsloaded before
searching for plugins in PSTOEDITLIBDIR.

Bug-Debian: http://bugs.debian.org/813316

06 spelling donts.patch | (download)

doc/changelog.htm | 2 1 + 1 - 0 !
src/drvfig.cpp | 2 1 + 1 - 0 !
src/pstoedit.h | 2 1 + 1 - 0 !
src/pstoedit.ph | 8 4 + 4 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 spelling donts

dont to don't

doesnt to doesn't

beeing to being

07 spelling pathes.patch | (download)

doc/changelog.htm | 6 3 + 3 - 0 !
src/drvbase.cpp | 24 12 + 12 - 0 !
src/drvbase.h | 16 8 + 8 - 0 !
src/drvcairo.cpp | 4 2 + 2 - 0 !
src/drvcfdg.cpp | 2 1 + 1 - 0 !
src/drvdxf.cpp | 8 4 + 4 - 0 !
src/drvgcode.cpp | 4 2 + 2 - 0 !
src/drvgnplt.cpp | 4 2 + 2 - 0 !
src/drvgschem.cpp | 4 2 + 2 - 0 !
src/drvhpgl.cpp | 8 4 + 4 - 0 !
src/drvidraw.cpp | 4 2 + 2 - 0 !
src/drvjava.cpp | 4 2 + 2 - 0 !
src/drvjava2.cpp | 4 2 + 2 - 0 !
src/drvkillu.cpp | 4 2 + 2 - 0 !
src/drvlatex2e.cpp | 4 2 + 2 - 0 !
src/drvlwo.cpp | 4 2 + 2 - 0 !
src/drvmagick++.cpp | 4 2 + 2 - 0 !
src/drvmma.cpp | 4 2 + 2 - 0 !
src/drvmpost.cpp | 4 2 + 2 - 0 !
src/drvpcb1.cpp | 4 2 + 2 - 0 !
src/drvpcb2.cpp | 4 2 + 2 - 0 !
src/drvpcbfill.cpp | 4 2 + 2 - 0 !
src/drvpdf.cpp | 4 2 + 2 - 0 !
src/drvpic.cpp | 4 2 + 2 - 0 !
src/drvpptx.cpp | 4 2 + 2 - 0 !
src/drvrib.cpp | 4 2 + 2 - 0 !
src/drvrpl.cpp | 4 2 + 2 - 0 !
src/drvsampl.cpp | 4 2 + 2 - 0 !
src/drvsvm.cpp | 2 1 + 1 - 0 !
src/drvswf.cpp | 4 2 + 2 - 0 !
src/drvtext.cpp | 4 2 + 2 - 0 !
src/drvtgif.cpp | 4 2 + 2 - 0 !
src/drvtk.cpp | 4 2 + 2 - 0 !
src/drvvtk.cpp | 4 2 + 2 - 0 !
src/drvwmf.cpp | 8 4 + 4 - 0 !
src/lexyy.cpp | 4 2 + 2 - 0 !
src/pstoedit.cpp | 4 2 + 2 - 0 !
src/pstoedll.h | 2 1 + 1 - 0 !
38 files changed, 96 insertions(+), 96 deletions(-)

 spelling pathes

pathes to paths

08 autoupdate.patch | (download)

Makefile.am | 1 0 + 1 - 0 !
configure.ac | 49 16 + 33 - 0 !
doc/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 17 insertions(+), 35 deletions(-)

 autoupdate

Run autoupdate, and follow its instructions.
Refresh autotools with warnings on, and heed them.

09 simplify autogen.sh.patch | (download)

autogen.sh | 40 2 + 38 - 0 !
1 file changed, 2 insertions(+), 38 deletions(-)

 simplify autogen.sh