From 356b63e6602b3aaf0c4545209d66979c0529bad7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Oct 2008 02:27:03 +0200 Subject: [PATCH] Added libart-2.3.20 template. --HG-- extra : convert_revision : 42773223501d1ad0388944620aec737284006a18 --- dependencies/build-depends.db | Bin 18432 -> 18432 bytes templates/libart.tmpl | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100755 templates/libart.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 0c85bd477701cec511317ff2a4e5b35052053dec..93d1cd1807e7aec820872c33fe6dd6cde635a9e9 100644 GIT binary patch delta 90 zcmZpez}PT>af5&!uN*@O!w-fH3@aD|7)vH9hFh^SFfeEXF+)yfQesgFLqT@BZgPHJ rT4uVgfu51ELV9jucB-zio`saf5&!w+zDuh95w@f-zvSqD=Wj1G&u`^a3OSw1^6+ diff --git a/templates/libart.tmpl b/templates/libart.tmpl new file mode 100755 index 00000000000..0fcf3abde75 --- /dev/null +++ b/templates/libart.tmpl @@ -0,0 +1,25 @@ +# Template build file for 'libart'. +pkgname=libart +version=2.3.20 +distfiles="libart_lgpl-$version" +extract_sufx=".tar.bz2" +url=http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3 +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="libart-2.0.pc" +short_desc="High-performance 2D graphics library" +maintainer="Juan RP " +checksum=184cd3dd96e9cfadcba327644bc8c9dd32da26fa +long_desc=" + Libart is a library for high-performance 2D graphics. It is currently + being used as the antialiased rendering engine for the Gnome Canvas. + It is also the rendering engine for Gill, the Gnome Illustration app. + + Libart supports a very powerful imaging model, basically the same as + SVG and the Java 2D API. It includes all PostScript imaging + operations, and adds antialiasing and alpha-transparency. + + Libart is also highly tuned for incremental rendering. It contains + data structures and algorithms suited to rapid, precise computation + of Region of Interest, as well as a two-phase rendering pipeline + optimized for interactive display."