summaryrefslogtreecommitdiff
path: root/graphics/babl
AgeCommit message (Collapse)AuthorFilesLines
2010-02-05minor cleanup: remove a "subst" hack which doesn't apply anymore,drochner2-22/+4
remove a pointless Makefile snippet, add a mirror (the MASTER_SITE was down when I tried)
2010-02-02Changes 0.1.2:adam6-52/+23
Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
2009-08-22Fix USE_DESTDIR installationadam2-1/+15
2009-08-22We don't need patch-ac anymoreadam1-15/+0
2009-08-21Changes 0.1.0:adam5-33/+23
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-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-13Downgrade babl to 0.0.22 again.wiz6-47/+40
The world, and especially gegl, is not ready for it yet. Addresses PR 41573.
2009-06-10Update to 0.1.0:wiz6-40/+47
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-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-01-28Fix build problems under Mac OS X:tron3-3/+30
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.
2008-08-19Import babl-0.0.22 (used in the development version of the GIMP).bjs8-0/+128
-- 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.