head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.2 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.1.1.1.0.8 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.6 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2010.02.05.11.42.37; author drochner; state dead; branches; next 1.5; 1.5 date 2010.02.02.14.09.58; author adam; state Exp; branches; next 1.4; 1.4 date 2009.08.21.19.39.58; author adam; state Exp; branches; next 1.3; 1.3 date 2009.06.13.08.05.05; author wiz; state Exp; branches; next 1.2; 1.2 date 2009.06.10.09.19.49; author wiz; state Exp; branches; next 1.1; 1.1 date 2008.08.19.17.51.14; author bjs; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.08.19.17.51.14; author bjs; state Exp; branches; next ; desc @@ 1.6 log @minor cleanup: remove a "subst" hack which doesn't apply anymore, remove a pointless Makefile snippet, add a mirror (the MASTER_SITE was down when I tried) @ text @# $NetBSD: Makefile.version,v 1.5 2010/02/02 14:09:58 adam Exp $ BABL_API_VERSION= 0.1 BABL_PKG_VERSION= 2 BABL_VERSION= ${BABL_API_VERSION}.${BABL_PKG_VERSION} @ 1.5 log @Changes 0.1.2: Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation. @ text @d1 1 a1 1 # $NetBSD: Makefile.version,v 1.4 2009/08/21 19:39:58 adam Exp $ @ 1.4 log @Changes 0.1.0: 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. @ text @d1 1 a1 2 # $NetBSD: Makefile.version,v 1.3 2009/06/13 08:05:05 wiz Exp $ # d4 1 a4 1 BABL_PKG_VERSION= 0 @ 1.3 log @Downgrade babl to 0.0.22 again. The world, and especially gegl, is not ready for it yet. Addresses PR 41573. @ text @d1 1 a1 1 # $NetBSD: Makefile.version,v 1.2 2009/06/10 09:19:49 wiz Exp $ d4 2 a5 2 BABL_API_VERSION= 0.0 BABL_PKG_VERSION= 22 @ 1.2 log @Update to 0.1.0: 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. @ text @d1 1 a1 1 # $NetBSD: Makefile.version,v 1.1.1.1 2008/08/19 17:51:14 bjs Exp $ d4 2 a5 2 BABL_API_VERSION= 0.1 BABL_PKG_VERSION= 0 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d4 2 a5 2 BABL_API_VERSION= 0.0 BABL_PKG_VERSION= 22 @ 1.1.1.1 log @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. @ text @@