Opened 10 years ago

Closed 10 years ago

#5196 closed enhancement (fixed)

inkscape-0.48.5

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://downloads.sourceforge.net/project/inkscape/inkscape/0.48.5/inkscape-0.48.5.tar.bz2

https://launchpad.net/inkscape/+milestone/0.48.5

Inkscape 0.48.5 is a stability and bugfix release. For a complete
list of bugs fixed in this release, see the Launchpad milestone page:
https://launchpad.net/inkscape/+milestone/0.48.5

Important bugfixes

  • Adobe Illustrator SVG files containing entities can be loaded again.
  • Support for Poppler 0.26.
  • Support for Boehm-GC 7.4.0 and later.
  • Several crash bugs were fixed.
  • 64-bit compilation is now possible on Windows.

Attachments (1)

inkscape-0.48.5-gc-1.patch (1.3 KB ) - added by Fernando de Oliveira 10 years ago.
inkscape-0.48.5-gc-1.patch

Download all attachments as: .zip

Change History (7)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Problem with the tests:

make[1]: Entering directory '/home/fernando/tmp/paco-build-2014.06.23-16h05m21s/inkscape-0.48.5/src'
make  cxxtests
make[2]: Entering directory '/home/fernando/tmp/paco-build-2014.06.23-16h05m21s/inkscape-0.48.5/src'
  CXX      cxxtests.o
cxxtests.cpp:26:39: fatal error: ../../src/attributes-test.h: No such file or directory
 #include "../../src/attributes-test.h"
                                       ^
compilation terminated.
Makefile:5958: recipe for target 'cxxtests.o' failed

comment:3 by Fernando de Oliveira, 10 years ago

No sed's needed, only the patch that I will attach.

by Fernando de Oliveira, 10 years ago

Attachment: inkscape-0.48.5-gc-1.patch added

inkscape-0.48.5-gc-1.patch

comment:4 by Fernando de Oliveira, 10 years ago

I solved the problem (I think), but the result is frustrating:

sed -i 's:#include "../../src:#include "src:' src/cxxtests.cpp

There were 31 includes wrong.

Testsuite summary for inkscape 0.48.5
============================================================================
# TOTAL: 2
# PASS:  0
# SKIP:  0
# XFAIL: 2
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

I think they leaved the tests faling exactly due to that.

in reply to:  4 comment:5 by Fernando de Oliveira, 10 years ago

Replying to fo:

I think they leaved the tests faling exactly due to that.

s/leaved the tests faling/left the tests failing/

comment:6 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r13309.

Note: See TracTickets for help on using tickets.