From b9bd0f745555d7e810276a019a9bb51d887a2b2f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 13 Aug 2004 00:38:06 +0000 Subject: Merge handhelds.org:/home/kergoth/code/packages.modified into handhelds.org:/home/kergoth/code/packages 2004/08/12 19:30:14-05:00 handhelds.org!kergoth FILESPATH set updates in the libc initial passes. 2004/08/12 19:04:35-05:00 handhelds.org!kergoth Add items to DEPENDS for cairo and libsvg, and add an xsvg build thats disabled until we add xcursor. BKrev: 411c0d6eEU7oPEPIt2OnuiPKMACUlA --- cairo/cairo_cvs.oe | 16 ++++++++++++++++ cairo/libsvg_cvs.oe | 15 +++++++++++++++ cairo/xsvg_cvs.oe | 0 3 files changed, 31 insertions(+) create mode 100644 cairo/xsvg_cvs.oe (limited to 'cairo') diff --git a/cairo/cairo_cvs.oe b/cairo/cairo_cvs.oe index e69de29bb2..304d9d7d66 100644 --- a/cairo/cairo_cvs.oe +++ b/cairo/cairo_cvs.oe @@ -0,0 +1,16 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +# DEPENDS = "x11 libpixman libpng fontconfig xcb glitz" +DEPENDS = "x11 libpixman libpng fontconfig" +DESCRIPTION = "Cairo graphics library" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo" +S = "${WORKDIR}/cairo" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} diff --git a/cairo/libsvg_cvs.oe b/cairo/libsvg_cvs.oe index e69de29bb2..b29b2fb0f4 100644 --- a/cairo/libsvg_cvs.oe +++ b/cairo/libsvg_cvs.oe @@ -0,0 +1,15 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "libxml2 jpeg" +DESCRIPTION = "SVG parser library" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg" +S = "${WORKDIR}/libsvg" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} diff --git a/cairo/xsvg_cvs.oe b/cairo/xsvg_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3