Commit graph

11 commits

Author SHA1 Message Date
drochner
2e026774f3 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)
2010-02-05 11:42:37 +00:00
adam
29e9a5429b 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.
2010-02-02 14:09:58 +00:00
adam
56de6a1f3f Fix USE_DESTDIR installation 2009-08-22 09:15:19 +00:00
adam
a5b5d72f7d We don't need patch-ac anymore 2009-08-22 08:33:54 +00:00
adam
ba69d9b195 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.
2009-08-21 19:39:58 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
36958484da Downgrade babl to 0.0.22 again.
The world, and especially gegl, is not ready for it yet.

Addresses PR 41573.
2009-06-13 08:05:05 +00:00
wiz
c38d8cb56a 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.
2009-06-10 09:19:49 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
tron
531efd6157 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.
2009-01-28 13:02:49 +00:00
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