[oe-issues] [Bug 1926] New: Problem to render SVG files with gtk+/gtkmm
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Mar 2 10:58:39 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1926
Summary: Problem to render SVG files with gtk+/gtkmm
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: joaquinduran at adtelecom.es
QAContact: tinderbox-oe at gmx.net
The package librsvg provides in the librsvg-gtk-dev .ipkg file a loader for GDK
to renter SVG files. Some changes are needed to be done to properly render the
SVG files:
- The .ipkg file includes (a part of svg_loader.so) the files svg_loader.a,
svg_loader.la and .debug/svg_loader.so. These files should not be installed.
- The name of the loader (svg_loader.so) is incorrect and the GDK library is
not able to find it and load. The file svg_locader.so should be renamed to
libpixbufloader-svg.so, or a soft-link named libpixbufloader-svg.so pointing to
svg_loader.so.
Moreover, as to build the librsvg gnome is needed, Is it possible to create the
librsvg library with no gnome dependency and cairo depending on it? I think
that gentoo is building them in this way. Any GTK expert to comment?
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list