Support for RGBA representation in the frequency domain, un-pre-multiply close-to-zero alpha values to complete black instead of slightly brighter than black, add a BABL_ALPHA_THRESHOLD constant to the API, do a complete overhaul of the babl API and do some changes to increase portability of the library.
6 lines
165 B
Text
6 lines
165 B
Text
# $NetBSD: Makefile.version,v 1.4 2009/08/21 19:39:58 adam Exp $
|
|
#
|
|
|
|
BABL_API_VERSION= 0.1
|
|
BABL_PKG_VERSION= 0
|
|
BABL_VERSION= ${BABL_API_VERSION}.${BABL_PKG_VERSION}
|