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.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2010.02.02.14.09.58; author adam; state dead; branches; next 1.5; 1.5 date 2009.08.22.09.15.19; author adam; state Exp; branches; next 1.4; 1.4 date 2009.08.22.08.33.54; author adam; state dead; 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 2009.01.28.13.02.49; author tron; state Exp; branches; next ; desc @@ 1.6 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 @$NetBSD: patch-ac,v 1.5 2009/08/22 09:15:19 adam Exp $ --- extensions/Makefile.in.orig 2009-08-22 11:04:34.000000000 +0200 +++ extensions/Makefile.in @@@@ -242,7 +242,7 @@@@ AM_CPPFLAGS = \ -I$(top_srcdir)/babl \ -I$(top_srcdir)/extensions -extdir = $(DESTDIR)$(libdir)/babl-@@BABL_API_VERSION@@ +extdir = $(libdir)/babl-@@BABL_API_VERSION@@ ext_LTLIBRARIES = \ CIE-Lab.la \ gegl-fixups.la \ @ 1.5 log @Fix USE_DESTDIR installation @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @We don't need patch-ac anymore @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2009/06/13 08:05:05 wiz Exp $ d3 11 a13 13 Mac OS X build fix, taken from: http://svn.gnome.org/viewvc/babl/trunk/babl/babl-cpuaccel.c?r1=316&r2=347 --- babl/babl-cpuaccel.c.orig 2008-05-23 15:37:21.000000000 +0100 +++ babl/babl-cpuaccel.c 2009-01-25 15:13:14.000000000 +0000 @@@@ -39,6 +39,7 @@@@ typedef unsigned int guint32; typedef int gint; typedef char gchar; +typedef size_t gsize; #define TRUE 1 #define FALSE 0 #define G_GNUC_CONST @ 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: patch-ac,v 1.2 2009/06/10 09:19:49 wiz Exp $ @ 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$ d3 13 a15 11 --- extensions/Makefile.am.orig 2009-04-17 17:05:15.000000000 +0000 +++ extensions/Makefile.am @@@@ -12,7 +12,7 @@@@ AM_CPPFLAGS = \ -I$(top_srcdir)/babl \ -I$(top_srcdir)/extensions -extdir = $(DESTDIR)$(libdir)/babl-@@BABL_API_VERSION@@ +extdir = $(libdir)/babl-@@BABL_API_VERSION@@ ext_LTLIBRARIES = \ CIE-Lab.la \ gegl-fixups.la \ @ 1.1 log @Fix build problems under Mac OS X: 1.) Pull in patch from GNOME SVN to get definition of "gzize" in the Mac OS X specific part o "babl-cpuaccel.c". 2.) Fix broken build of extensions which need to be built as bundles and not shared libraries. This fixes PR pkg/40473. @ text @d3 11 a13 13 Mac OS X build fix, taken from: http://svn.gnome.org/viewvc/babl/trunk/babl/babl-cpuaccel.c?r1=316&r2=347 --- babl/babl-cpuaccel.c.orig 2008-05-23 15:37:21.000000000 +0100 +++ babl/babl-cpuaccel.c 2009-01-25 15:13:14.000000000 +0000 @@@@ -39,6 +39,7 @@@@ typedef unsigned int guint32; typedef int gint; typedef char gchar; +typedef size_t gsize; #define TRUE 1 #define FALSE 0 #define G_GNUC_CONST @