pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/babl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Apr 29 21:28:58 UTC 2018

Modified Files:
        pkgsrc/graphics/babl: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/babl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/babl/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/babl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.16 pkgsrc/graphics/babl/Makefile:1.17
--- pkgsrc/graphics/babl/Makefile:1.16  Sat Dec  5 21:27:38 2015
+++ pkgsrc/graphics/babl/Makefile       Sun Apr 29 21:28:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2015/12/05 21:27:38 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/04/29 21:28:58 ryoon Exp $
 
-DISTNAME=      babl-0.1.14
+DISTNAME=      babl-0.1.46
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/babl/0.1/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/babl/PLIST
diff -u pkgsrc/graphics/babl/PLIST:1.8 pkgsrc/graphics/babl/PLIST:1.9
--- pkgsrc/graphics/babl/PLIST:1.8      Fri Aug 14 18:25:40 2015
+++ pkgsrc/graphics/babl/PLIST  Sun Apr 29 21:28:58 2018
@@ -1,26 +1,35 @@
-@comment $NetBSD: PLIST,v 1.8 2015/08/14 18:25:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/04/29 21:28:58 ryoon Exp $
 include/babl-0.1/babl/babl-introspect.h
 include/babl-0.1/babl/babl-macros.h
 include/babl-0.1/babl/babl-types.h
 include/babl-0.1/babl/babl-version.h
 include/babl-0.1/babl/babl.h
 lib/babl-0.1/CIE.la
+lib/babl-0.1/HCY.la
 lib/babl-0.1/HSL.la
 lib/babl-0.1/HSV.la
 lib/babl-0.1/cairo.la
+lib/babl-0.1/double.la
 lib/babl-0.1/fast-float.la
 lib/babl-0.1/float.la
 lib/babl-0.1/gegl-fixups.la
 lib/babl-0.1/gggl-lies.la
+lib/babl-0.1/gggl-table-lies.la
+lib/babl-0.1/gggl-table.la
 lib/babl-0.1/gggl.la
 lib/babl-0.1/gimp-8bit.la
 lib/babl-0.1/grey.la
+lib/babl-0.1/half.la
 lib/babl-0.1/naive-CMYK.la
 lib/babl-0.1/simple.la
+lib/babl-0.1/sse-half.la
 lib/babl-0.1/sse2-float.la
 lib/babl-0.1/sse2-int16.la
 lib/babl-0.1/sse2-int8.la
+lib/babl-0.1/sse4-int8.la
 lib/babl-0.1/two-table.la
+lib/babl-0.1/u16.la
+lib/babl-0.1/u32.la
 lib/babl-0.1/ycbcr.la
 lib/libbabl-0.1.la
 lib/pkgconfig/babl.pc

Index: pkgsrc/graphics/babl/distinfo
diff -u pkgsrc/graphics/babl/distinfo:1.14 pkgsrc/graphics/babl/distinfo:1.15
--- pkgsrc/graphics/babl/distinfo:1.14  Sat Dec  5 21:27:38 2015
+++ pkgsrc/graphics/babl/distinfo       Sun Apr 29 21:28:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2015/12/05 21:27:38 adam Exp $
+$NetBSD: distinfo,v 1.15 2018/04/29 21:28:58 ryoon Exp $
 
-SHA1 (babl-0.1.14.tar.bz2) = 1e1e27a9a07da95e905d07816701b2efaf5611af
-RMD160 (babl-0.1.14.tar.bz2) = df886c51b01b7b8ee52bbdd9b0cdf0a20e65f728
-SHA512 (babl-0.1.14.tar.bz2) = fb7c48738b968c2cf01aab20b50c7768501b73c8c34957ef500cf7a77bb2dce519ede34463a8a100037533d5f3566e1cd23d898c41eb29fc01620a0dde131398
-Size (babl-0.1.14.tar.bz2) = 718238 bytes
+SHA1 (babl-0.1.46.tar.bz2) = 33c77797bcabc1064b28f7f953db813468424147
+RMD160 (babl-0.1.46.tar.bz2) = 9c6a2fe80ae5d68b40c55ef0ed38d0436edd02c0
+SHA512 (babl-0.1.46.tar.bz2) = a62d78d49565cfb5c3187353f31d7793156ae318e2a29b7430ca08272ea98b9101afb602d73c5cc87bc9f20a4469bc08bf8c6c197529260ae0e41d183f300648
+Size (babl-0.1.46.tar.bz2) = 653887 bytes



Home | Main Index | Thread Index | Old Index