Commit graph

15 commits

Author SHA1 Message Date
Volker Stolz
84b837c153 Update to 1.14
PR:		ports/76116
Submitted by:	Raphael Langerhorst
2005-01-28 12:56:06 +00:00
Mikhail Teterin
62a3a103b8 Remove the bogus dependency on -ltiff (--without-tiff was always in there).
Make the testcms link the new -lcms statically to avoid possible conflicts
with the already installed library (probably of a different version).

PR:	ports/68610
2004-10-25 20:14:27 +00:00
Marcel Moolenaar
64cef1cadf Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word
boundary, which on 64-bit platforms is not the proper alignment for
longs. The patch replaces the hardcoding of 3 with sizeof(long)-1.

Tested on: ia64
2004-06-26 19:41:09 +00:00
Kirill Ponomarev
56f284e728 - Update to version 1.12
PR:		ports/67083
Submitted by:	Ports Fury
2004-05-23 19:08:26 +00:00
Alexander Nedotsukov
631f740941 Better way to resolve ldscripts issue.
Pointed by:	marcus
2004-02-06 06:54:29 +00:00
Alexander Nedotsukov
94a778271c Quick workaround to unbroke build on -STABLE.
${LD} can't found libm.so in standard search path.

Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-02-06 03:21:49 +00:00
Alexander Nedotsukov
9b88285b3a Shared library make use of -lm symbols therefore must be linked against it.
Otherwise we get unresolved references error at the time linking this library
into objects w/o -lm dependency.
This was the reason why color proof module in gimp-devel was not built.
2004-02-05 17:18:06 +00:00
Mikhail Teterin
6ef5c2e707 Use BYTE_ORDER, BIG_ and LITTLE_ENDIAN instead of their
underscore-prefixed aliases, which are not available on -stable. There I
was proud of myself for testing on i386, alpha, and panther, and still
missing a -stable incompatibility :-\

Submitted by:	Voodai, Lars Erik Gullerud, Ivajlo Nikolov (so far)
2002-11-06 12:44:10 +00:00
Mikhail Teterin
0d72096af5 Fix build on Sparc64 by automating the endianness detection. (Thanks,
once again, to the "test" target.)
2002-11-06 06:34:39 +00:00
Mikhail Teterin
7e205eb59a Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
Install JPEG-related sample files in addition to the TIFF sample. All
this samples can be built by the port, BTW, but would require
lib-dependency on libtiff and libjpeg.
2002-11-06 05:29:10 +00:00
Kris Kennaway
12c2625d31 Fix build on current 2002-06-16 10:02:59 +00:00
Mikhail Teterin
100babe355 Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...

(Notably, the author  incorporated almost all of  our 32-bit related
patches).

PR:		ports/33528
Submitted by:	Lev A. Serebryakov
2002-01-05 10:53:21 +00:00
Mikhail Teterin
e61d8fd851 Uh, actually commit the patches described in my previous commit.
The primary purpose is to fix the port on Alphas.
2001-09-05 14:56:00 +00:00
Mikhail Teterin
0ab420e05e Ooops, this should've been part of my yesterday's commit...
Thanks to: Jaroshenko at mailru dot com
2001-04-11 14:11:53 +00:00
Trevor Johnson
1aae05025c Add new port of LCMS 1.06, the Little Color Management System, a
graphics library.  Color management is the process of keeping
"profiles" which describe the response of scanners, cameras,
monitors, printers and such to light, and compensating for the
different response curves as images are transferred from one device
to another.

PR:		22420
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-11-03 17:03:33 +00:00