Commit graph

18 commits

Author SHA1 Message Date
asau
6900f0332e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
jdc
5ef206dfbd Add: patch-babl_babl-fish-reference.c 2012-05-25 07:38:30 +00:00
jdc
346c511d2d Fix a segmentation fault when generating documentation. See:
https://bugzilla.gnome.org/show_bug.cgi?id=676491
2012-05-25 07:37:21 +00:00
adam
e3a7f25d13 Changes 0.1.10:
* LUT based speedups for gamma correction / uncorrection.
2012-05-07 08:33:26 +00:00
adam
18f422565d Changes 0.1.6:
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.
2011-12-09 17:43:53 +00:00
wiz
36ff915e97 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
adam
53e5c9dc53 Chamges 0.1.4:
Improved cross platform build ability, added code to handle n-component formats,
remove extraenous runtime profiling that impacted performance.
2011-02-10 07:41:25 +00:00
drochner
483e92029d 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
b2492d0bf1 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
b2fcdaefe0 Fix USE_DESTDIR installation 2009-08-22 09:15:19 +00:00
adam
08b7e541be We don't need patch-ac anymore 2009-08-22 08:33:54 +00:00
adam
eac304f75e 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
3a5c19396a Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
wiz
bf567a7281 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
d7b02747b5 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