summaryrefslogtreecommitdiff
path: root/graphics/lcms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-10 20:59:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-10 20:59:53 +0000
commit18fc3eccb1e0bd814206f23952d4a5646ccaddd7 (patch)
treee7f94b4db03a41ac786e5b85cc3c9faa97fb6fd1 /graphics/lcms
parent- Update to 3.1.0 (diff)
- Update to 1.15
- Pass maintainership to submitter Short changelog: - 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 PR: ports/101603 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=170309
Diffstat (limited to 'graphics/lcms')
-rw-r--r--graphics/lcms/Makefile7
-rw-r--r--graphics/lcms/distinfo6
-rw-r--r--graphics/lcms/files/patch-config15
3 files changed, 18 insertions, 10 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index 795c4fb3a43d..88f27b31be30 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -6,21 +6,20 @@
#
PORTNAME= lcms
-PORTVERSION= 1.14
-PORTREVISION= 1
+PORTVERSION= 1.15
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.littlecms.com/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Light Color Management System -- a color management library
USE_GNOME= gnomehack gnometarget lthack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-jpeg --without-tiff
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/graphics/lcms/distinfo b/graphics/lcms/distinfo
index 92fafd5066e9..0d9254a5257d 100644
--- a/graphics/lcms/distinfo
+++ b/graphics/lcms/distinfo
@@ -1,3 +1,3 @@
-MD5 (lcms-1.14.tar.gz) = 5a803460aeb10e762d97e11a37462a69
-SHA256 (lcms-1.14.tar.gz) = b19302d43ed5dadbb4ae3460b19250ec2ad616e6fcc132d4f4578195da5d77a9
-SIZE (lcms-1.14.tar.gz) = 669519
+MD5 (lcms-1.15.tar.gz) = 76c921973fdea4f880944a024197f924
+SHA256 (lcms-1.15.tar.gz) = 930ef7de15eb028c1cdbfe3f1170aaa1d5b0b4d45a8fa496d944216e155122c2
+SIZE (lcms-1.15.tar.gz) = 777834
diff --git a/graphics/lcms/files/patch-config b/graphics/lcms/files/patch-config
index 9236abc18b51..e68979f93620 100644
--- a/graphics/lcms/files/patch-config
+++ b/graphics/lcms/files/patch-config
@@ -1,6 +1,6 @@
---- include/lcms.h.orig Sun Dec 21 00:00:11 2003
-+++ include/lcms.h Sun May 23 12:14:22 2004
-@@ -52,7 +52,13 @@
+--- include/lcms.h.orig Sat Nov 26 17:23:47 2005
++++ include/lcms.h Mon Aug 7 21:28:13 2006
+@@ -47,7 +47,13 @@
// Uncomment this one if you are using big endian machines (only meaningful
// when NON_WINDOWS is used)
@@ -15,3 +15,12 @@
// Uncomment this one if your compiler/machine does support the
// "long long" type This will speedup fixed point math. (USE_C only)
+@@ -134,7 +140,7 @@
+ #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
+ # include <sys/types.h>
+ # define USE_INT64 1
+-# define LCMSSLONGLONG int_64_t
++# define LCMSSLONGLONG int64_t
+ # define LCMSULONGLONG u_int64_t
+ #endif
+