The NetBSD Project

CVS log for pkgsrc/graphics/babl/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Mon May 7 08:33:26 2012 UTC (2 weeks, 4 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 9 17:43:53 2011 UTC (5 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:50 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Reset maintainer for retired developers.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 10 07:41:25 2011 UTC (15 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.7: +12 -6 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], Fri Feb 5 11:42:37 2010 UTC (2 years, 3 months ago) by drochner
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 -17 lines
Diff to previous 1.6 (colored)

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)

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 2 14:09:58 2010 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Fri Aug 21 19:39:58 2009 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.4: +2 -2 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 (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.3: +1 -3 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 (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -1 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 (3 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +13 -2 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 (3 years, 9 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 (3 years, 9 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>