2008-10-11 04:33:25 +00:00
|
|
|
# Template build file for 'babl'.
|
|
|
|
pkgname=babl
|
2012-05-03 15:05:33 +00:00
|
|
|
version=0.1.10
|
|
|
|
distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config vala-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-10-11 04:33:25 +00:00
|
|
|
short_desc="Dynamic pixel format translation library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-28 07:49:38 +00:00
|
|
|
homepage="http://gegl.org/babl/"
|
|
|
|
license="LGPL-3"
|
2012-05-03 15:05:33 +00:00
|
|
|
checksum=943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4
|
2008-10-11 04:33:25 +00:00
|
|
|
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
|
2009-05-13 07:10:44 +00:00
|
|
|
provided as well as the framework to add new color models and data types."
|
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="babl-devel"
|
2012-05-03 15:05:33 +00:00
|
|
|
|