Up to [cvs.NetBSD.org] / pkgsrc / graphics / lcms
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:25 2023 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.41 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:36 2014 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
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,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.40: +1 -3
lines
Diff to previous 1.40 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Aug 7 16:46:23 2013 UTC (9 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: 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
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
fix possible buffer overflows in cmd line tools found by Pedro Ribeiro (see Debian bug #718682) bump PKGREV
Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 26 21:37:54 2013 UTC (10 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Revbump after graphics/jpeg and textproc/icu
Revision 1.38 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:02 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.37: +1 -2
lines
Diff to previous 1.37 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:28 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.36: +2 -1
lines
Diff to previous 1.36 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:41 2010 UTC (12 years, 3 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Mechanically replace references to graphics/jpeg with the suitable alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 16 15:17:58 2010 UTC (12 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.34: +3 -11
lines
Diff to previous 1.34 (colored)
update to 1.19 changes: -fixed minor vulnerabilities -removed cosmetic comparation with zero in floating point approved by gdt
Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:04 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 16 17:57:38 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.32: +1 -4
lines
Diff to previous 1.32 (colored)
Remove workaround for compiler bug in gcc2 on sparc64.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:45 2009 UTC (13 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
bump revision because of graphics/jpeg update
Revision 1.31 / (download) - annotate - [select for diffs], Tue May 19 08:59:17 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.30: +3 -4
lines
Diff to previous 1.30 (colored)
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 19 16:58:29 2009 UTC (13 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.29: +9 -3
lines
Diff to previous 1.29 (colored)
Update to 1.18a released by Marti Maria. Call it 1.18.0.1 in pkgsrc so that it sorts correctly, and leave 1.18.1 available for a possible future upstream bugfix point release. Changes since 1.18: incorporate the fix in our patch-aa (No need to pull to pkgsrc-stable; this is the same as 1.18nb2)
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Fri Apr 17 07:50:06 2009 UTC (13 years, 11 months ago) by spz
Branch: pkgsrc-2009Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pullup ticket 2737 - requested by tron Security fix Revisions pulled up: - pkgsrc/graphics/lcms/Makefile 1.29 - pkgsrc/graphics/lcms/distinfo 1.20 - pkgsrc/graphics/lcms/patches/patch-aa 1.10 Module Name: pkgsrc Committed By: tron Date: Tue Apr 14 18:54:38 UTC 2009 Modified Files: pkgsrc/graphics/lcms: Makefile distinfo Added Files: pkgsrc/graphics/lcms/patches: patch-aa Log Message: Add patch for the security vulnerability reported in SA34634/CVE-2009-0793 taken from Redhat's Bugzilla. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/lcms/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/lcms/distinfo cvs rdiff -u -r0 -r1.10 pkgsrc/graphics/lcms/patches/patch-aa
Revision 1.29 / (download) - annotate - [select for diffs], Tue Apr 14 18:54:38 2009 UTC (13 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Add patch for the security vulnerability reported in SA34634/CVE-2009-0793 taken from Redhat's Bugzilla.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 22 18:17:15 2009 UTC (14 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base
Branch point for: pkgsrc-2009Q1
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
upstream updated distfile after release, essentially incorporating patch-aa
Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 22 14:50:48 2009 UTC (14 years ago) by gdt
Branch: MAIN
Changes since 1.26: +2 -3
lines
Diff to previous 1.26 (colored)
Update to 1.18, a security/maintenance release. From NEWS: New in ver 1.18 =============== Changes in API ---------------------- *none* Implementation ---------------------- All errors moved to fatal, since there is no easy recovery strategy Vulnerability fixes on cmsio1.c Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles. _cmsSaveProfile didn't copy tags from a file based profile, fixed. Utilities ---------- icctrans: CMYKcm support wrongly implemented, fixed. icclink: linking 3 to 7 channels didn't work in some cases, fixed.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Nov 1 13:40:34 2008 UTC (14 years, 4 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.25: +6 -2
lines
Diff to previous 1.25 (colored)
Fix COMMENT, DESCR.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 15 23:42:25 2008 UTC (15 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 1.17: Changes in API ---------------------- WIN64 support _vsnprintf wrap BOOL replaced by LCMSBOOL cmsSetLanguage parameters changed to match ICC spec removed support for extended gamut descriptor (was never fully implemented) cmsFLAGS_NODEFAULTRESOURCEDEF moved to 0x01000000 _cmsMalloc wrapper for malloc _cmsFree wrapper for free Implementation ---------------------- All errors moved to fatal, since there is no easy recovery strategy Vulnerability fixes on cmsio1.c Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles. _cmsSaveProfile didn't copy tags from a file based profile, fixed. Utilities ---------- icctrans: CMYKcm support wrongly implemented, fixed. icclink: linking 3 to 7 channels didn't work in some cases, fixed.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 2 00:05:48 2007 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.23: +2 -3
lines
Diff to previous 1.23 (colored)
Remove ex-MASTER_SITE. From Zafer Aydogan.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 6 21:52:14 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
Update to 1.16: New in ver 1.16 =============== New features two different types of black preservation on CMYK-> CMYK transforms Ability to set adaptation state of observer on absolute colorimetric transforms. A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1) lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced. icctrans can now read CGATS/IT8 files. improved tifficc with tiff Lab8 support icclink now supports colorant table tag. New functions double cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d); void cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags); DWORD cmsTakeHeaderAttributes(cmsHPROFILE hProfile); icInt32Number cmsGetTagCount(cmsHPROFILE hProfile); icTagSignature cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n); int cmsSetCMYKPreservationStrategy(int n) BOOL cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded); BOOL _cmsIsMatrixShaper(cmsHPROFILE hProfile); BOOL _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime); BOOL _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc); double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint); LPcmsNAMEDCOLORLIST cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig) LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index); void cmsFreeExtendedGamut(LPcmsGAMUTEX gex); New tags supported icSigColorantTableTag LPcmsNAMEDCOLORLIST icSigColorantTableOutTag LPcmsNAMEDCOLORLIST icSigCalibrationDateTimeTag const struct tm* New flags: cmsFLAGS_PRESERVEBLACK cmsFLAGS_GRIDPOINTS(n) And of course some bug fixing.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 5 17:23:44 2006 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
DESTDIR support.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 21 14:00:42 2006 UTC (17 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.20: +6 -8
lines
Diff to previous 1.20 (colored)
Don't tell lcms to refrain from linking with zlib, so that tifficc includes -lz on the link line if -lz is present in bl environment (which it is because libtiff bls it). PKGREVISION++ Take maintainership.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 20 15:02:22 2006 UTC (17 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.19: +8 -3
lines
Diff to previous 1.19 (colored)
Depend on tiff and jpeg, thus adding tifficc and jpegicc. PKGREVISION++. (gdt's judgement is that anyone paying attention to color management will surely have jpeg and tiff libraries installed anyway, so this isn't bloat. If it is thought to be bloat, a better fix is to PKG_OPTIONS other programs to refrain from using lcms.)
Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 7 17:47:06 2005 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update to 1.15. patch-ab has been sent upstream. New features Black preservation on CMYK-> CMYK transforms Ability to set adaptation state of observer on absolute colorimetric transforms. A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1) lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced. icctrans can now read CGATS/IT8 files. improved tifficc with tiff Lab8 support New functions LCMSAPI double LCMSEXPORT cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d); LCMSAPI void LCMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags); LCMSAPI DWORD LCMSEXPORT cmsTakeHeaderAttributes(cmsHPROFILE hProfile); LCMSAPI icInt32Number LCMSEXPORT cmsGetTagCount(cmsHPROFILE hProfile); LCMSAPI icTagSignature LCMSEXPORT cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n); LCMSAPI BOOL LCMSEXPORT cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded); BOOL _cmsIsMatrixShaper(cmsHPROFILE hProfile); BOOL _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime); BOOL _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc); double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint); LPcmsNAMEDCOLORLIST LCMSEXPORT cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig) LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index); void cmsFreeExtendedGamut(LPcmsGAMUTEX gex); New tags supported icSigColorantTableTag LPcmsNAMEDCOLORLIST icSigColorantTableOutTag LPcmsNAMEDCOLORLIST icSigCalibrationDateTimeTag const struct tm* New flags: cmsFLAGS_PRESERVEBLACK cmsFLAGS_GRIDPOINTS(n) And of course some bug fixing.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:21 2005 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:05 2005 UTC (17 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:55 2005 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 17 12:11:46 2005 UTC (18 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Changes 1.14: * linux & windows packages are now joined into a single package. * Improved (and now fast!) gamut checking. * New virtual NULL profile for building gamut check transforms. * CGATS.13/IT8 parser now supports multiple tables and other goodies like specifying flot format. * More python support. * New Matlab wrapper * Revamped icctrans * Improved jpegicc * jpegicc and tifficc now can save (grab) embedded profiles. * tifficc now supports up to 15 channels. * Improved Lab prelinearization. * Fixed absolute intent on PostScript CRD * Man pages for utilities. * Access to creation & calibration date time. * Lots of bug fixes
Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 25 21:43:20 2004 UTC (18 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.13: +4 -3
lines
Diff to previous 1.13 (colored)
Update lcms to 1.13. Changes: Overall speedup Full ICC v4 support New CGATS.13/IT8 parser 8-bit transforms optimization Improved named color -- lcms can now write such profiles as well lcms can now write 8 bit profiles as well as 16 bit softproof now honors proofing intent Absolute colorimetric works fine on mixed v2/v4 transforms Improved black point compensation Several new utility functions Black point compensation on PostScript CRD Added support for HiFi (> 4 inks) on tifficc Improved icclink Add lcms.pc pkg-config file (http://www.freedesktop.org/Software/pkgconfig). USE_TETRAHEDRAL and USE_TRILINEAR no longer used -- engine now chooses between interpolation methods on depending on several heuristics.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:54 2004 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 11 17:32:13 2004 UTC (18 years, 11 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
bump pkgrevision after last fix. Reminded by snj@
Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 22 22:46:10 2004 UTC (19 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +4 -1
lines
Diff to previous 1.10 (colored)
Fix build with gcc2 on sparc64.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:42 2004 UTC (19 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 9 12:03:27 2004 UTC (19 years, 1 month ago) by seb
Branch: MAIN
Changes since 1.8: +13 -6
lines
Diff to previous 1.8 (colored)
Update to version 1.12. Package changes: The include files moved from $PREFIX/include/lcms to $PREFIX/include. Support added to buildlink*.mk to provide compatibility symlinks include/lcms/*.h in BUILDLINK_DIR. No list of changes since the previously packaged version (1.06), I do not even know if there was any versions in between... Anyway changes in version 1.12 are (from the homepage): - Brightness/Contrast/Hue/Saturation/WhitePoint modification across abstract profile - License changed to MIT - pseq tag handling: cmsReadProfileSequenceDescription and cmsSEQ, cmsPSEQDESC structures - CRD generation now supports black point compensation, see cmsGetPostScriptCRDEx - cmsTakeManufacturer and cmsTakeModel for uncooked info on these tags - Writing 8 bit profiles is now supported - Named color profiles support. This turns lcms from a "wide subset" into a "full implementation" of ICC 3.4, with some ICC 4.0 support. - PostScript CSA, CRD generation - Ink-Limiting capabilities for CMYK - Devicelink profile generation. - Gray scale virtual profiles - Linearization virtual device link profiles - New ICCLINK and ICC2PS utilities - SWIG wrapper. This enables lcms from Python. - Floating-point formats are now accepted as well. - More ICC 4.0 compatibility. Some 4.0 profiles are now are fully understood (still experimental) - Profiles can now be saved to memory (thanks to Steven Greaves for providing the code) - Char Target data are now handled. Some profiles does store the data profiler has used. This is all information needed to rebuild the profile from scratch. - New low-resolution flag cmsFLAGS_LOWRESPRECALC to save memory. - User-defined encodings are now supported. - cmsChangeBuffersFormat() to change the encoding of buffers on runtime allows reuse of existing transforms. - Gamma estimation routines cmsEstimateGamma() and cmsEstimateGammaEx() - multilocalized unicode is now supported. Language and codepage is selected via cmsSetLanguage() (ICC 4.0 only) - LUT handling has been enhanced with enumerators. (SAMPLER_INSPECT) - Improved TIFFICC, JPEGICC and ICCTRANS utilities. - cmsOpenProfileFromMem() no longer creates temporary files. - Transforms does accept now a maximum of 8 channels on input and 16 on output. (last version did accept 6 on input) - 8 <-> 16 bits per sample are now always computed accurately. - Some minor bugs fixed
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 24 00:56:37 2004 UTC (19 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
bl3ify
Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 31 19:09:14 2003 UTC (19 years, 4 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.)
Revision 1.6 / (download) - annotate - [select for diffs], Thu May 1 12:34:38 2003 UTC (19 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Don't change permissions of files under ${WRKSRC} to ${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this prevents an ordinary user from deleting the files under ${WRKSRC}. Instead, copy the files into ${PREFIX} first, then change their ownership.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 1 15:15:37 2002 UTC (20 years, 6 months ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Fix ownership of doc files installed in ${PREFIX}.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 25 18:39:14 2002 UTC (20 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:23 2002 UTC (20 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.3.2.1: +2 -2
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Also convert a few more packages to use the buildlink2 framework.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:09:13 2002 UTC (20 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
First pass at conversion of various packages to use the buildlink2 framework. Add many buildlink2.mk files to add to the framework. Please see buildlink2.txt for more details.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 14 14:43:35 2002 UTC (21 years, 2 months ago) by skrll
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
There's no need to quote the comment text.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 22 16:38:38 2001 UTC (21 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Mark as USE_BUILDLINK_ONLY.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 7 08:22:52 2001 UTC (22 years ago) by skrll
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-5-PATCH001
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import of the Light Color Management System. From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12342 with modifications from me.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 7 08:22:52 2001 UTC (22 years ago) by skrll
Branch: MAIN
Initial revision