Path to this page:
./
graphics/babl,
Dynamic pixel conversion library
Branch: CURRENT,
Version: 0.1.110,
Package name: babl-0.1.110,
Maintainer: pkgsrc-usersbabl 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.
Required to run:[
devel/glib2] [
graphics/lcms2]
Required to build:[
pkgtools/cwrappers] [
devel/meson]
Master sites:
Filesize: 311.773 KB
Version history: (Expand)
- (2024-11-07) Updated to version: babl-0.1.110
- (2024-02-22) Updated to version: babl-0.1.108
- (2023-11-12) Updated to version: babl-0.1.106nb2
- (2023-08-14) Updated to version: babl-0.1.106nb1
- (2023-07-14) Updated to version: babl-0.1.106
- (2023-06-07) Updated to version: babl-0.1.98nb2
CVS history: (Expand)
2025-03-04 10:37:39 by Nia Alarie | Files touched by this commit (31) |
Log message:
*: Assume that the user has a C99-capable compiler.
A compiler that supports -std=c99 is required for
bootstrap, so it doesn't make sense to specify a c99
compiler everywhere in package makefiles.
At any rate, I would bet my entire life's savings that
this is a small fraction of the total number of packages
requiring c99.
Note that compilers that default to c89 but support c99
are still supported...
|
2024-11-07 08:38:57 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
babl: update to 0.1.110.
2024-09-xx babl-0.1.110
Build improvements.
Fixes to alpha componet in HCY, HSL, HSV and YCbCr models.
Use same CIE Lab conversion for start/end as rest with SIMD.
Remove reliance on set rounding mode.
|
2024-02-22 10:01:21 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
babl: update to 0.1.108.
2024-02-09 babl-0.1.108
"double" and "half" support in cli-tool, build fixes.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-14 09:34:16 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
babl: updated to 0.1.106
babl-0.1.106
Disable LUTs on big-endian, fix to 1bpp->4bpp LUTs, faster startup by caching
balanced RGB to XYZ matrices.
babl-0.1.104
LUT code-paths re-enabled, some array overflow proofing.
babl-0.1.102
Brown paper bag release - LUT code-paths now disabled by default.
babl-0.1.100
Stop double processing with LUT+normal fishes.
Support for non-ASCII characters in file paths on windows. Improved wrap build
support.
|
2023-06-07 13:27:34 by Michael Baeuerle | Files touched by this commit (55) |
Log message:
Recursive revbump for new major version of graphics/graphviz.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|