[Openembedded-issues] [Bug 1477] New: librsvg_2.16.0.bb
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Oct 13 11:54:19 CEST 2006
http://bugs.openembedded.org/show_bug.cgi?id=1477
Summary: librsvg_2.16.0.bb
Product: Openembedded
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Distributions
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: likewise at gmx.net
QAContact: tinderbox-oe at gmx.net
# Note to OpenEmbedded maintainers:
#
# This is a radical upgrade from librsvg 2.11, as the libart render engine
# has been replaced with cairo. You may want to give this package a lower
# preference first.
#
# I threw in a hot fix for a recent bug in librsvg/cairo. I have tested the
# library to render ok (on gtk+-pixbuf instead of full-blown gtk+).
#
# Leon Woestenberg <eonw at mailcan.com>
DESCRIPTION = "Library for rendering SVG files"
SECTION = "x11/utils"
DEPENDS = "gtk+ cairo libxml2 pango"
LICENSE = "LGPL"
PR = "r0"
inherit autotools pkgconfig gnome
# Fix described here:
http://lists.freedesktop.org/archives/cairo/2006-October/008163.html
SRC_URI +=
"http://lists.freedesktop.org/archives/cairo/attachments/20061013/5c1e044a/librsvg-clip.bin;patch=1;pnum=0"
PACKAGES =+ "librsvg-gtk librsvg-gtk-dev rsvg"
FILES_${PN} = "${libdir}/*.so.*"
FILES_rsvg = "${bindir}/rsvg ${bindir}/rsvg-view
${datadir}/pixmaps/svg-viewer.svg"
FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so"
FILES_librsvg-gtk-dev = "${libdir}/gtk-2.0"
EXTRA_OECONF = "--disable-mozilla-plugin"
do_stage() {
autotools_stage_all
}
--
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