update cairo and libsvg-cairo to the latest snapshot
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Aug 2005 18:29:57 +0000 (18:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 18:29:57 +0000 (18:29 +0000)
packages/cairo/cairo_0.9.2.bb [new file with mode: 0644]
packages/cairo/libsvg-cairo_0.1.6.bb [new file with mode: 0644]

diff --git a/packages/cairo/cairo_0.9.2.bb b/packages/cairo/cairo_0.9.2.bb
new file mode 100644 (file)
index 0000000..260541c
--- /dev/null
@@ -0,0 +1,16 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz"
+DEPENDS = "x11 libpixman libpng fontconfig libxrender"
+DESCRIPTION = "Cairo graphics library"
+LICENSE = "MPL LGPL"
+PR = "r0"
+
+SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
diff --git a/packages/cairo/libsvg-cairo_0.1.6.bb b/packages/cairo/libsvg-cairo_0.1.6.bb
new file mode 100644 (file)
index 0000000..83c4428
--- /dev/null
@@ -0,0 +1,14 @@
+SECTION = "libs"
+LICENSE = "LGPL"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+DEPENDS = "libsvg cairo"
+DESCRIPTION = "SVG rendering library"
+
+SRC_URI = "http://cairographics.org/snapshots/libsvg-cairo-${PV}.tar.gz"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}