void-packages/srcpkgs/babl/template
2012-01-14 18:40:38 +04:00

25 lines
967 B
Plaintext

# Template build file for 'babl'.
pkgname=babl
version=0.1.6
distfiles="ftp://ftp.gimp.org/pub/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
build_style=gnu-configure
configure_args="--disable-introspection"
short_desc="Dynamic pixel format translation library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gegl.org/babl/"
license="LGPL-3"
checksum=319b9004a5366101fd522da02cc983a5d0f50a17af0fa5cbce3535e31bce19a4
long_desc="
babl is a dynamic, any to any, pixel format translation library.
It allows converting between different methods of storing pixels known
as pixel formats that have with different bitdepths and other data
representations, color models and component permutations.
A vocabulary to formulate new pixel formats from existing primitives is
provided as well as the framework to add new color models and data types."
subpackages="babl-devel"
Add_dependency build pkg-config
#Add_dependency build gobject-introspection