2010-04-12 13:46:52 +00:00
|
|
|
# Template file for 'libgnomecanvas'
|
|
|
|
pkgname=libgnomecanvas
|
2011-02-03 14:41:59 +00:00
|
|
|
version=2.30.3
|
2012-10-10 12:33:10 +00:00
|
|
|
revision=4
|
|
|
|
subpackages="$pkgname-devel"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-10 12:33:10 +00:00
|
|
|
configure_args="--disable-static"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config intltool gtk+-devel libart-devel"
|
2010-04-12 13:46:52 +00:00
|
|
|
short_desc="GNOME Canvas library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-10-10 12:33:10 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
2011-02-03 14:41:59 +00:00
|
|
|
checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
|
2010-04-12 13:46:52 +00:00
|
|
|
long_desc="
|
|
|
|
This is the canvas widget library for GNOME2. Libgnomecanvas was
|
|
|
|
originally part of the gnome-libs package, but has been split out into
|
|
|
|
a separate package for GNOME2.
|
|
|
|
|
|
|
|
The GNOME canvas is an engine for structured graphics that offers a rich
|
|
|
|
imaging model, high performance rendering, and a powerful, high-level API.
|
|
|
|
It offers a choice of two rendering back-ends, one based on Xlib for
|
|
|
|
extremely fast display, and another based on Libart, a sophisticated,
|
|
|
|
antialiased, alpha-compositing engine. Applications have a choice between
|
|
|
|
the Xlib imaging model or a superset of the PostScript imaging model,
|
|
|
|
depending on the level of graphic sophistication required."
|