Commit graph

39 commits

Author SHA1 Message Date
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
adam
7a6ea88575 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
2005-01-17 12:11:46 +00:00
minskim
b97bd2264d 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.
2004-10-25 21:43:20 +00:00
tv
c487cb967a 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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
dmcmahill
a72f18f657 bump pkgrevision after last fix. Reminded by snj@ 2004-04-11 17:32:13 +00:00
dmcmahill
93148bfacf fix a header file bug which caused problems when compiling kdegraphics3. 2004-04-11 04:35:22 +00:00
snj
66d5bab289 Fix build with gcc2 on sparc64. 2004-03-22 22:46:10 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jlam
ec993afa1a 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.
2004-02-14 17:21:32 +00:00
seb
1427fcb2de Use plain MKDIR instead of INSTALL_DATA_DIR to allow build as non-root. 2004-02-11 19:11:32 +00:00
seb
0101f787f6 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
2004-02-09 12:03:27 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
b4b4554ca2 bl3ify 2004-01-24 00:56:37 +00:00
reed
b29732d3f2 Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.) 2003-10-31 19:09:14 +00:00
agc
f1cd62835b 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.
2003-05-01 12:34:38 +00:00
jlam
b783a13bd8 Provide BUILDLINK_CPPFLAGS.lcms for packages that look for lcms.h as
<lcms.h> instead of as <lcms/lcms.h>.
2002-10-31 08:00:27 +00:00
wiz
cfbe429ab9 Unused. 2002-10-09 13:05:35 +00:00
jschauma
1d480d643c Linux also uses u_int64_t, not uint64_t; thus patch accordingly. 2002-10-08 22:57:37 +00:00
kim
d43bd1339a Fix ownership of doc files installed in ${PREFIX}. 2002-09-01 15:15:37 +00:00
jlam
e2afa97f51 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.
2002-08-25 18:38:05 +00:00
cjep
e0aec7dae3 Add NetBSD tag. 2002-05-20 17:47:23 +00:00
skrll
0e9301d432 Don't include <sys/param.h> in function scope. This make lcms compile when
using nathanw_sa sources.
2002-05-14 22:06:56 +00:00
markd
cebc0cbe36 Finish off the last patch by converting back the other two uint64_t's
to u_int64_t's in the NetBSD case.
2002-03-15 11:12:57 +00:00
agc
fd89ea97a7 Do the previous change a bit differently.
NetBSD 1.5.x (including 1.5.2) doesn't have the C99 types, so use
u_int64_t if we're on a 4.4-based platform, uint64_t otherwise.
2002-03-15 09:20:04 +00:00
markd
fa99ac8456 u_int64_t -> uint64_t so that it also works on Solaris.
Also drop the patch that is putting a newline on the end of the file
as Solaris's patch doesn't like it and the compiler doesn't care.
2002-03-15 03:58:44 +00:00
skrll
8633459bf6 There's no need to quote the comment text. 2002-01-14 14:43:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
a6abca1729 Add buildlink.mk file for use by other package Makefiles. 2001-06-22 16:39:00 +00:00
jlam
2b08fa4da3 Mark as USE_BUILDLINK_ONLY. 2001-06-22 16:38:38 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
skrll
25d2f035c6 Remove incorrect reference to old homepage in DESCR. 2001-03-11 09:20:38 +00:00
skrll
75d0f54af1 Import of the Light Color Management System.
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12342 with
modifications from me.
2001-03-07 08:22:52 +00:00