Path to this page:
./
graphics/lcms,
Little Color Management System -- a color management library
Branch: CURRENT,
Version: 1.19nb3,
Package name: lcms-1.19nb3,
Maintainer: gdtLittleCMS is a CMM, a color management engine; it implements fast
transforms between ICC profiles. "Little" stands for its small
overhead. With a typical footprint of about 100K including C runtime,
you can color-enable your application without the pain of ActiveX,
OCX, redistributables or binaries of any kind. We are using little cms
in several commercial projects, however, we are offering lcms library
free for anybody under an extremely liberal open source license.
Required to run:[
graphics/tiff] [
graphics/jpeg]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: d5b075ccffc0068015f74f78e4bc39138bcfe2d4
RMD160: 530615c061dccdcb64d75c6fab148dd565bb6c91
Filesize: 906.008 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2013-08-07) Updated to version: lcms-1.19nb3
- (2013-01-27) Updated to version: lcms-1.19nb2
- (2012-02-06) Updated to version: lcms-1.19nb1
- (2010-06-16) Updated to version: lcms-1.19
- (2010-01-18) Updated to version: lcms-1.18.0.1nb2
CVS history: (Expand)
2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610) |
Log message:
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.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-08-07 18:46:23 by Matthias Drochner | Files touched by this commit (4) |
Log message:
fix possible buffer overflows in cmd line tools found by Pedro Ribeiro
(see Debian bug #718682)
bump PKGREV
|
2013-01-26 22:39:22 by Adam Ciarcinski | Files touched by this commit (1280) |
Log message:
Revbump after graphics/jpeg and textproc/icu
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) |  |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254) |
Log message:
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
|
2010-06-16 17:17:58 by Matthias Drochner | Files touched by this commit (2) |  |
Log message:
update to 1.19
changes:
-fixed minor vulnerabilities
-removed cosmetic comparation with zero in floating point
approved by gdt
|