26 lines
988 B
Text
26 lines
988 B
Text
# Template build file for 'babl'.
|
|
pkgname=babl
|
|
version=0.1.4
|
|
revision=3
|
|
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-${version}.tar.bz2"
|
|
build_style=gnu-configure
|
|
# XXX reenable when it's fixed.
|
|
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=5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
|
|
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
|