diff options
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg_2.32.1.bb')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 58 |
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 @@ | |||
1 | DESCRIPTION = "Library for rendering SVG files" | ||
2 | HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/librsvg/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
7 | file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" | ||
8 | |||
9 | SECTION = "x11/utils" | ||
10 | DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" | ||
11 | DEPENDS += "gdk-pixbuf-native" | ||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
14 | PR = "r12" | ||
15 | |||
16 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache | ||
17 | |||
18 | SRC_URI += "file://doc_Makefile.patch \ | ||
19 | file://librsvg-CVE-2011-3146.patch \ | ||
20 | " | ||
21 | |||
22 | SRC_URI[archive.md5sum] = "4b00d0fee130c936644892c152f42db7" | ||
23 | SRC_URI[archive.sha256sum] = "91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334" | ||
24 | |||
25 | EXTRA_OECONF = "--without-svgz" | ||
26 | |||
27 | PACKAGECONFIG ??= "croco gdkpixbuf" | ||
28 | |||
29 | # Support embedded CSS stylesheets (recommended upstream) | ||
30 | PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco" | ||
31 | # gdk-pixbuf loader | ||
32 | PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader" | ||
33 | # GTK+ 2 theme engine | ||
34 | PACKAGECONFIG[gtk] = "--enable-gtk-theme,--disable-gtk-theme,gtk+" | ||
35 | |||
36 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | ||
37 | FILES_${PN} = "${libdir}/*.so.*" | ||
38 | FILES_${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" | ||
40 | FILES_rsvg = "${bindir}/rsvg \ | ||
41 | ${bindir}/rsvg-view \ | ||
42 | ${bindir}/rsvg-convert \ | ||
43 | ${datadir}/pixmaps/svg-viewer.svg \ | ||
44 | ${datadir}/themes" | ||
45 | FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so ${libdir}/gdk-pixbuf-2.0/*/*/*.so" | ||
46 | FILES_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" | ||
50 | FILES_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 | |||
55 | PIXBUF_PACKAGES = "librsvg-gtk" | ||
56 | PARALLEL_MAKE = "" | ||
57 | |||
58 | PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene" | ||