pkgsrc/graphics/babl/Makefile.version
bjs aa889d4463 Import babl-0.0.22 (used in the development version of the GIMP).
--
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.
2008-08-19 17:51:14 +00:00

6 lines
169 B
Makefile

# $NetBSD: Makefile.version,v 1.1.1.1 2008/08/19 17:51:14 bjs Exp $
#
BABL_API_VERSION= 0.0
BABL_PKG_VERSION= 22
BABL_VERSION= ${BABL_API_VERSION}.${BABL_PKG_VERSION}