The NetBSD Project

CVS log for pkgsrc/graphics/babl/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / babl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.41 / (download) - annotate - [select for diffs], Thu Feb 22 09:01:21 2024 UTC (7 weeks, 6 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

babl: update to 0.1.108.

2024-02-09 babl-0.1.108
"double" and "half" support in cli-tool, build fixes.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jul 14 07:34:16 2023 UTC (9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

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.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Nov 25 09:21:34 2022 UTC (16 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

babl: update to 0.1.98.

2022-11-13 babl-0.1.98
More robust bounds protection in ICC handling, avoid garbage collecting lookup
tables in-line with processing.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Sep 10 09:34:16 2022 UTC (19 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.37: +4 -5 lines
Diff to previous 1.37 (colored)

babl: update to 0.1.96.

2022-08-23 babl-0.1.96
Minor changes from 0.1.94, fixing build.

2022-08-21 babl-0.1.94
Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala
compatibility of introspection info.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jul 10 20:23:38 2022 UTC (21 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.36: +5 -5 lines
Diff to previous 1.36 (colored)

babl: update to 0.1.92.

patch update from martin@, thanks!

2022-02-21 babl-0.1.90
Fixes for avoiding load of wrong SIMD extensions.

Revision 1.36 / (download) - annotate - [select for diffs], Sun May 29 21:44:13 2022 UTC (22 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

babl: Fix build failure with meson-0.62.1

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 23 22:43:43 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

babl: only use Linux-specific neon instruction set detection on Linux

Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 26 07:46:32 2022 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

babl: update to 0.1.90.

Automatic LUT creation for conversions from <=24bpp of colorant componants,
SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined
CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex,
which started failing on some platforms.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 26 10:45:59 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.32 / (download) - annotate - [select for diffs], Thu Oct 7 14:12:02 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

graphics: Remove SHA1 hashes for distfiles

Revision 1.31 / (download) - annotate - [select for diffs], Fri Oct 1 14:27:09 2021 UTC (2 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

babl: Update to 0.1.88

Changelog:
2021-07-01 babl-0.1.88
Consistency fixes to format names, in particular for palettized formats.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Apr 3 05:26:50 2021 UTC (3 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored)

babl: Update to 0.1.86

Changelog:
2021-02-26 babl-0.1.86
input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces.
improved thread safety for babl_space_from_icc
build: allow using babl a subproject in other meson projects.

2020-12-17 babl-0.1.84
Fixed bug in caching of CMYK ICC profiles.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 12 18:06:58 2021 UTC (3 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

babl: Don't require --version-script.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Oct 8 11:16:29 2020 UTC (3 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.27: +5 -6 lines
Diff to previous 1.27 (colored)

babl: Update to 0.1.82

Changelog:
2020-10-04 babl-0.1.82
Handle the parametric ICCv4 types that are not strictly the same type as core
sRGB curve.

2020-08-02 babl-0.1.80
meson build cleanups, depend on meson 0.54

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 15 10:55:02 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.26: +5 -5 lines
Diff to previous 1.26 (colored)

babl: Update to 0.1.78

Changelog:
2020-06-07 babl-0.1.78
Bugfix release - mutex and atomicity related issues.

2020-05-27 babl-0.1.76
Wrap hue in HSV, HSL, HCY. Fix black pullout in non ICC CMYK
conversion. Added AV2 gamme u8->linear float conversions.  VAPI file generation
for vala integration. Adjusted strategy for conversion selection, trades back
warm-up time for missing some fast multi-step conversions.

Revision 1.26 / (download) - annotate - [select for diffs], Mon May 4 13:49:28 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

babl: fix linker-lacks-version-script case

Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 28 18:24:06 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

babl: Lacking a non-standard linker arg shouldn't hard error.

Just don't use it.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 26 14:45:13 2020 UTC (4 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

babl: Update to 0.1.74

2019-08-22 babl-0.1.74
Build fixes, improved host cpu detection, OSX fixes, clang warning squelches.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Nov 2 14:05:08 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored)

babl: Update to 0.1.72

2019-08-22 babl-0.1.72
Added handling for grayscale ICC profiles and gobject introspection support.
Optimizations for many format conversions for u8, u16 and half formats. And
fixed a crash for NANs in float to u8 conversions.

2019-08-02 babl-0.1.70
Build fixes making the meson build work with more architectures.

2019-07-25 babl-0.1.68
Added Yu'v' (CIE 1976 UCS) color model.  Fixed a severe non-initialised memory
issue - that kept us from using fast paths for many babl spaces loaded from
profile. More fully symmetric conversions between associated and separate
alpha. Added more converters, both SSE2 and non-SSE2 for matrix-conversion
between different RGB spaces.  Improvements to website/documentation; babl is
now using the terms associated alpha and separate alpha, all of:
nonpremultiplied-, premultiplied- and nonassociated- alpha are now considered
deprecated API. HCY luminance is now relative to the RGB space used - no change
for sRGB related pixel formats. AVX2 acceleration for some linear to float
conversions.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 18 14:24:02 2019 UTC (4 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.21: +6 -6 lines
Diff to previous 1.21 (colored)

Update to 0.1.66

Changelog:
2019-06-12 babl-0.1.66
Added API call, babl_space_get_rgb_luminance,
Make most SIMD code-paths optional again on i686.

2019-05-25 babl-0.1.64
Support for Hygon Dhyana, and Y~aA formats for symmetric completeness.
Code consistency, gitlab CI, autotools and meson build improvements.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Apr 9 13:08:00 2019 UTC (5 years ago) by ryoon
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored)

Update to 0.1.62

Changelog:
2019-02-01 babl-0.1.62
Continuous integration with gitlab.
Initial CMYK spaces with lcms2 based ICC support, much room for optimization.
Improved custom space support for palette formats.
scRGB space, works like sRGB but always with linear TRCs.
Model introspection API permitting low overhead checks whether a format/model
is RGB, CMYK type of alpha and similar.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 22 12:59:07 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)

Update to 0.1.60

Changelog:
2018-10-05 babl-0.1.60                                              </dt><dd>
Improved thread safety, acceleration for R'G'B'A u8 -> cairo-ARGB32 conversion.
                                                                    </dd><dt>
2018-10-05 babl-0.1.58                                              </dt><dd>
Preserve color of transparent pixels in conversion to premultiplied alpha,
Added single precision code-paths for faster fallback/reference conversions.
New BABL_ICC_INTENT_PERFORMANCE bitflag for combining with intent as bitflags,
use of matrix+trc when relative colorimetric CLUT is present. New color model
and formats, CIE xyY.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 28 13:31:48 2018 UTC (5 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

Update to 0.1.56

Changelog:
2018-08-14 babl-0.1.56
Improvements to the caching of profiled conversion chains between invocations
by ignoring unknown bits in cache file and remember which conversions yielded
reference fishes.

2018-07-23 babl-0.1.54
Export babl_space_get_icc, babl_space_get, babl_model_with_space,
babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of
YA float and Y float to CIE L float.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 16 01:07:36 2018 UTC (5 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

Update to 0.1.52

Changelog:
2018-06-02 babl-0.1.52
Concurrency fixes and fixes to handling of 0/1 entry palettes, do not
pre-equalize XYZ conversion matrices for sRGB, internal clean-ups, pre-define
ACES2065-1 and ACEScg BablSpaces, add R~G~B~ set of spaces, which for all
BablSpaces mean use sRGB TRC.

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 27 12:53:43 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

babl: update to 0.1.50.

2018-05-20 babl-0.1.50
Improvements to speed and precision of indexed code, improvements to meson
build.

2018-05-15 babl-0.1.48
fix u8 <-> double conversions for chroma, SSE2 version of RGBA float to
CIE L / Lab. Build with -Ofast by default.

Revision 1.16 / (download) - annotate - [select for diffs], Tue May 1 20:26:38 2018 UTC (5 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Fix alignement related crashes

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 29 21:28:58 2018 UTC (5 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Update to 0.1.46

Changelog:
2018-04-10 babl-0.1.46
added extensions with more coverage for u32, half and other utilit fast paths
improving fast path coverage.

2018-02-18 babl-0.1.44
Fix bug in custom primaries/ICC fast paths, improve meson build<br/>

2018-01-23 babl-0.1.42
Fully initialize fishes when loading from cache. <br/>

2018-01-16 babl-0.1.40
Added format "CIE XYZ alpha" color model and formats.
New API babl_process_rows for reduced overhead in some scenarios; though bigger
gains seen also for regular babl_process with reimplemented branch-free
dispatch, and faster cbrt. Added meson build; being tested in parallel with
auotmake, Improved reference conversions for formats skipping some of models
components, Fixed gamma handling in indexed/palettized formats and improved
gamma precision consistenct in sse2 conversions.<br/>

2017-11-15 babl-0.1.38
Added format "CIE L float", a couple of protections against division by 0.0

2017-11-10 babl-0.1.36
Optimized customized primary aware code paths for CIE Lab<->RGB conversions,
improved accuracy of gamma approximations. New API babl_format_exists() for
checking validity of babl format name, crash proofing of cache handling and use
of environment variables.

2017-10-06 babl-0.1.34
Brown paper bag release, Fix indexed / custom primaries conflict, and re-export
a symbol used by old GEGL/GIMPs.

2017-10-03 babl-0.1.32
Added custom primaries and TRC support through ICC parsing, improved
float<->half performance, rewrite of all conversions functions to adhere to new
signature.

2017-07-15 babl-0.1.30
Thread stability for palette modes, stricter alpha preservation, now
cross-compilable on android.

2017-05-30 babl-0.1.28
Fast paths for Lav <-> Lch, release triggered by pending GIMP release.

2017-05-09 babl-0.1.26
Build and install HCY color space, platform independences fixes to fish cache.

2017-02-01 babl-0.1.24
Improvements to profile cache persistance, fast paths that improve actual GIMP
use on various precisions, use single precision constants for some more of CIE
computions.

2016-11-05 babl-0.1.22
Added cache of profiled conversions, added HCY color model, some precision and
performance updated for fast paths.

2016-11-05 babl-0.1.20
Fix run-time errors, leaks, and race conditions. Add conditional fast paths.

2016-06-13 babl-0.1.18
Bugfix: take alpha threshold in consideration when processing floats in SSE2.

2016-02-12 babl-0.1.16
Improvements to half float reference, SIMD, and fast-paths, and CIE float fast
paths; cleanups of fast path extensions.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 5 21:27:38 2015 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Changes 0.1.14:
sRGB precision tuning, stability fixes, locale fix for setting error tolerance.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 3 21:33:52 2015 UTC (8 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Add SHA512 digests for distfiles for graphics category

Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 14 18:25:40 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.11: +4 -7 lines
Diff to previous 1.11 (colored)

Update to 0.1.12:

2012-03-30 babl-0.1.12
optimizations for floating point conversions, HSV and HSL color models,
removal of dead code, fixed CIE Lab conversions.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 25 07:38:30 2012 UTC (11 years, 10 months ago) by jdc
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add: patch-babl_babl-fish-reference.c

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 7 08:33:26 2012 UTC (11 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.9: +5 -4 lines
Diff to previous 1.9 (colored)

Changes 0.1.10:
* LUT based speedups for gamma correction / uncorrection.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 9 17:43:53 2011 UTC (12 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

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.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 10 07:41:25 2011 UTC (13 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Chamges 0.1.4:
Improved cross platform build ability, added code to handle n-component formats,
remove extraenous runtime profiling that impacted performance.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 2 14:09:58 2010 UTC (14 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.6: +4 -6 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 22 09:15:19 2009 UTC (14 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Fix USE_DESTDIR installation

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 21 19:39:58 2009 UTC (14 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.4: +5 -6 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 13 08:05:05 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored)

Downgrade babl to 0.0.22 again.
The world, and especially gegl, is not ready for it yet.

Addresses PR 41573.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 10 09:19:49 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +6 -5 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 28 13:02:49 2009 UTC (15 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 19 17:51:14 2008 UTC (15 years, 8 months ago) by bjs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 19 17:51:14 2008 UTC (15 years, 8 months ago) by bjs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>