summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-19 17:02:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:33 +0000
commit852ba6c72f2555def6896fd768e1a4dea37606aa (patch)
tree143574e43e6df660e225d9c80ecf19c4f909b3c1 /meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
parentb60666e3a9a248a23a154fe14ad6569ff0a654e8 (diff)
downloadpoky-852ba6c72f2555def6896fd768e1a4dea37606aa.tar.gz
librsvg: upgrade to 2.40.0
Add local-m4.patch and install a local vapigen.m4 so that we can autoreconf without needing Vala installed. Refresh build dependencies removing stale recipes and adding libcroco as it's a mandatory dependency now. Explicitly disable Vala, with a patch from upstream until 2.40.1. The GTK+ 2 theme engine has been removed, delete all traces of it. Add a patch to make GTK+ use deterministic, and a disabled PACKAGECONFIG for it. Enable parallel make, as some testing shows that it works fine. Drop librsvg-CVE-2011-3146, merged upstream. Drop doc_Makefile.patch, our gtk-doc.mk isn't buggy and this isn't needed anymore. Merge multiple -dev and -dbg packages into ${PN}-dev and -dbg, and remove the loader module .a and .la files as they are pointless. (From OE-Core rev: ee3e2e5ce15a3bf78c7e9d76d7bf68131f2d3ef7) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg_2.32.1.bb')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.1.bb58
1 files changed, 0 insertions, 58 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
deleted file mode 100644
index 4818422e72..0000000000
--- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
+++ /dev/null
@@ -1,58 +0,0 @@
1DESCRIPTION = "Library for rendering SVG files"
2HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/librsvg/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
7 file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6"
8
9SECTION = "x11/utils"
10DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango"
11DEPENDS += "gdk-pixbuf-native"
12BBCLASSEXTEND = "native"
13
14PR = "r12"
15
16inherit autotools pkgconfig gnomebase gtk-doc pixbufcache
17
18SRC_URI += "file://doc_Makefile.patch \
19 file://librsvg-CVE-2011-3146.patch \
20 "
21
22SRC_URI[archive.md5sum] = "4b00d0fee130c936644892c152f42db7"
23SRC_URI[archive.sha256sum] = "91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334"
24
25EXTRA_OECONF = "--without-svgz"
26
27PACKAGECONFIG ??= "croco gdkpixbuf"
28
29# Support embedded CSS stylesheets (recommended upstream)
30PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco"
31# gdk-pixbuf loader
32PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader"
33# GTK+ 2 theme engine
34PACKAGECONFIG[gtk] = "--enable-gtk-theme,--disable-gtk-theme,gtk+"
35
36PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg"
37FILES_${PN} = "${libdir}/*.so.*"
38FILES_${PN}-staticdev += "${libdir}/gdk-pixbuf-2.0/*.a ${libdir}/gdk-pixbuf-2.0/*/*/*.a \
39 ${libdir}/gtk-2.0/*.a ${libdir}/gtk-2.0/*/*/*.a"
40FILES_rsvg = "${bindir}/rsvg \
41 ${bindir}/rsvg-view \
42 ${bindir}/rsvg-convert \
43 ${datadir}/pixmaps/svg-viewer.svg \
44 ${datadir}/themes"
45FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so ${libdir}/gdk-pixbuf-2.0/*/*/*.so"
46FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.la \
47 ${libdir}/gtk-2.0/*/*/*.la \
48 ${libdir}/gdk-pixbuf-2.0/*.la \
49 ${libdir}/gdk-pixbuf-2.0/*/*/*.la"
50FILES_librsvg-gtk-dbg += "${libdir}/gdk-pixbuf-2.0/.debug \
51 ${libdir}/gdk-pixbuf-2.0/*/*/.debug \
52 ${libdir}/gtk-2.0/.debug \
53 ${libdir}/gtk-2.0/*/*/.debug"
54
55PIXBUF_PACKAGES = "librsvg-gtk"
56PARALLEL_MAKE = ""
57
58PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene"