28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
# Template file for 'libgnomecanvas'
|
|
pkgname=libgnomecanvas
|
|
version=2.30.3
|
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=2
|
|
short_desc="GNOME Canvas library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build libart-devel
|