2009-04-21 21:59:17 +00:00
|
|
|
# Template build file for 'librsvg'.
|
|
|
|
pkgname=librsvg
|
2011-11-15 08:23:26 +00:00
|
|
|
version=2.34.2
|
2012-02-01 11:41:12 +00:00
|
|
|
revision=1
|
2011-09-28 15:43:24 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-02-01 11:41:12 +00:00
|
|
|
configure_args="--with-croco --with-svgz --disable-static
|
|
|
|
--enable-introspection"
|
2011-04-05 10:07:04 +00:00
|
|
|
short_desc="SVG library for GNOME"
|
2009-04-21 21:59:17 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-15 08:23:26 +00:00
|
|
|
checksum=5de701325b84c0a15ab6892f49ffd6471722044bfe0b350725bf420642ee4464
|
2009-04-21 21:59:17 +00:00
|
|
|
long_desc="
|
|
|
|
librsvg is Raph's scalable vector graphics library. It provides support for
|
|
|
|
SVG graphics, and is used by the GNOME desktop.
|
|
|
|
|
|
|
|
This package provides the librsvg library as well as some addons: a pixbuf
|
|
|
|
loader and a theme engine for the GTK+ toolkit."
|
|
|
|
|
2011-11-15 08:14:22 +00:00
|
|
|
triggers="gtk-pixbuf-loaders"
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-11 13:35:10 +00:00
|
|
|
|
2009-04-21 21:59:17 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2011-09-28 15:43:24 +00:00
|
|
|
Add_dependency build python ">=0"
|
2010-01-11 13:35:10 +00:00
|
|
|
Add_dependency build libcroco-devel
|
2011-04-05 10:07:04 +00:00
|
|
|
Add_dependency build gtk+-devel
|
|
|
|
Add_dependency build gtk+3-devel
|
2012-02-01 11:41:12 +00:00
|
|
|
Add_dependency build gobject-introspection
|