Update to argyllcms-1.6.0.

This commit is contained in:
ajacoutot 2013-09-16 15:48:29 +00:00
parent 2116dffc7c
commit 0e8436eb69
11 changed files with 326 additions and 240 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2013/08/09 17:39:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2013/09/16 15:48:29 ajacoutot Exp $
COMMENT= ICC compatible color management system
V= 1.1.0-20100201
DISTNAME= hargyllcms-${V}
PKGNAME= argyll-${V:S/-/./}
REVISION= 3
V= 1.6.0
DISTNAME= Argyll_V${V}_src
PKGNAME= argyllcms-${V}
EXTRACT_SUFX= .zip
WRKDIST= ${WRKDIR}/${DISTNAME:S/_src//}
CATEGORIES= graphics sysutils
@ -14,43 +15,32 @@ HOMEPAGE= http://www.argyllcms.com/
# AGPLv3 (GNU Affero Public License)
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xext Xinerama Xrandr Xrender Xss Xxf86vm c jpeg
WANTLIB += m pthread tiff usb xcb z usb-1.0
WANTLIB += X11 Xau Xdmcp Xext Xinerama Xrandr Xss Xxf86vm c jpeg
WANTLIB += m pthread tiff
# Fedora:
# Switch to using the hargyllcms friendly fork sources as upstream
# refuses to switch away from jam, or stop bundling other projects
# (yajl) and libraries (libusb, libtiff).
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/argyllcms/${DISTNAME}${EXTRACT_SUFX}/59cdfbefa1c905967b0848634c2fb509/
#MASTER_SITES= https://github.com/hughsie/hargyllcms
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= devel/libusb-compat \
graphics/tiff
BUILD_DEPENDS= devel/jam
LIB_DEPENDS= graphics/tiff
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
MAKE_ENV= CCOPTFLAG="${CFLAGS} -I${X11BASE}/include" \
REFSUBDIR="share/color/argyll/ref"
# XXX used at the end of the build
BUILD_DEPENDS +=${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
AUTOCONF_VERSION=2.65
AUTOMAKE_VERSION=1.11
MAKE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
BUILD_DEPENDS+= textproc/gsed
NO_TEST= Yes
pre-configure:
perl -pi -e 's,sed -i,gsed -i,' ${WRKSRC}/legal.sh
cd ${WRKSRC} && /bin/sh ./legal.sh
perl -pi -e 's,/var/lib,/var/db,g;' \
-e 's,/lib/firmware,/etc/firmware,g' \
${WRKSRC}/spectro/{spyd2setup.h,spyd2en.c}
# remove udev rules
post-install:
rm -rf ${WRKINST}/lib
${SUBST_CMD} ${WRKSRC}/Jamtop
do-build:
cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/jam -q -fJambase
do-install:
cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} DESTDIR="${WRKINST}" \
PREFIX="${TRUEPREFIX}" ${LOCALBASE}/bin/jam -q -fJambase install
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/argyllcms
cd ${WRKSRC}/doc && \
for i in $$(cat afiles); do ${INSTALL_DATA} $${i} ${PREFIX}/share/doc/argyllcms; done
rm ${PREFIX}/bin/License.txt
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (hargyllcms-1.1.0-20100201.tar.gz) = Wc3776HJBZZ7CEhjTC+1CQ==
RMD160 (hargyllcms-1.1.0-20100201.tar.gz) = OuCOF2k5U4SFzsti2bn85al6mL0=
SHA1 (hargyllcms-1.1.0-20100201.tar.gz) = n6fhtzvMigpKB4lDZwkZH+igg28=
SHA256 (hargyllcms-1.1.0-20100201.tar.gz) = ZBnYkWRpByyVgaEnrNk804qRkAVZxzFcot2IzUFdai0=
SIZE (hargyllcms-1.1.0-20100201.tar.gz) = 3772535
SHA256 (Argyll_V1.6.0_src.zip) = wV8ydZADtjm9Byr+2btmb4Pu0FLpaPBuOnhYKR/kABU=
SIZE (Argyll_V1.6.0_src.zip) = 10240560

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-Jamtop,v 1.1 2013/09/16 15:48:29 ajacoutot Exp $
--- Jamtop.orig Mon Aug 19 08:29:13 2013
+++ Jamtop Mon Sep 16 15:16:01 2013
@@ -70,7 +70,9 @@ if $(UNIX) {
EXIT Unable to locate the X11 include files ;
}
- if $(HOST64) {
+ if $(OS) = OPENBSD {
+ LibWinD = ${X11BASE}/lib ;
+ } else if $(HOST64) {
if [ GLOB /usr/X11R6/lib : libX11.so ] {
LibWinD = /usr/X11R6/lib ;
} else if [ GLOB /usr/lib/x86_64-linux-gnu : libX11.so ] {
@@ -97,6 +99,8 @@ if $(UNIX) {
}
if $(OS) = FREEBSD {
LINKFLAGS += -L$(LibWinD) -g -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -lusb ;
+ } else if $(OS) = OPENBSD {
+ LINKFLAGS += -L$(LibWinD) -g -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -L${LOCALBASE}/lib ;
} else {
LINKFLAGS += -L$(LibWinD) -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss ;
}

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-icc_icc_c,v 1.1 2012/09/25 19:51:31 kili Exp $
Fix for CVE-2012-4405 (heap-based buffer overflow). From Redhat.
https://bugzilla.redhat.com/show_bug.cgi?id=854227
--- icc/icc.c.orig Sun Jan 17 05:04:35 2010
+++ icc/icc.c Tue Sep 25 20:18:11 2012
@@ -6050,6 +6050,11 @@ static int icmLut_read(
p->clutPoints = read_UInt8Number(bp+10);
/* Sanity check */
+ if (p->inputChan < 1) {
+ sprintf(icp->err,"icmLut_read: No input channels!");
+ return icp->errc = 1;
+ }
+
if (p->inputChan > MAX_CHAN) {
sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN);
return icp->errc = 1;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-spectro_hidio_c,v 1.1.1.1 2011/11/06 17:35:53 ajacoutot Exp $
--- spectro/hidio.c.orig Sun Nov 6 10:40:15 2011
+++ spectro/hidio.c Sun Nov 6 10:40:26 2011
@@ -51,7 +51,7 @@
$OpenBSD: patch-spectro_hidio_c,v 1.2 2013/09/16 15:48:29 ajacoutot Exp $
--- spectro/hidio.c.orig Fri Aug 16 18:01:22 2013
+++ spectro/hidio.c Mon Sep 16 13:38:31 2013
@@ -58,7 +58,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-spectro_icoms_ux_c,v 1.1 2013/09/16 15:48:29 ajacoutot Exp $
--- spectro/icoms_ux.c.orig Fri Aug 16 18:01:22 2013
+++ spectro/icoms_ux.c Mon Sep 16 14:14:14 2013
@@ -218,7 +218,7 @@ int icompaths_refresh_paths(icompaths *p) {
break;
if (!(
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
/* This should match uart & USB devs. */
( strncmp (de->d_name, "cua", 3) == 0
&& strlen (de->d_name) < 7)
@@ -339,6 +339,9 @@ static int icoms_ser_read(icoms *p, char *rbuf, int bs
# ifndef IOSSIOSPEED
# define IOSSIOSPEED _IOW('T', 2, speed_t)
# endif
+#endif
+
+#if defined(__APPLE__) || defined(__OpenBSD__)
# ifndef B921600
# define B921600 921600
# endif

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-spectro_usbio_c,v 1.1 2013/09/16 15:48:29 ajacoutot Exp $
--- spectro/usbio.c.orig Mon Aug 19 08:29:25 2013
+++ spectro/usbio.c Mon Sep 16 14:59:13 2013
@@ -94,7 +94,7 @@ static int icoms_usb_wait_io(
# include "usbio_ox.c"
# endif
# if defined(UNIX_X11)
-# if defined(__FreeBSD__)
+# if defined(__FreeBSD__) || defined(__OpenBSD__)
# include "usbio_bsd.c"
# else
# include "usbio_lx.c"

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-spectro_webwin_c,v 1.1 2013/09/16 15:48:30 ajacoutot Exp $
--- spectro/webwin.c.orig Mon Sep 16 14:00:48 2013
+++ spectro/webwin.c Mon Sep 16 14:03:52 2013
@@ -24,7 +24,7 @@
# include <ifaddrs.h>
# include <netinet/in.h>
# include <arpa/inet.h>
-# ifdef __FreeBSD__
+# if defined(__FreeBSD__) || defined(__OpenBSD__)
# include <sys/socket.h>
# endif /* __FreeBSD__ */
#endif

View File

@ -1,17 +1,15 @@
ArgyllCMS is an ICC compatible color management system, available as
Open Source. It supports accurate ICC profile creation for scanners,
cameras and film recorders, and calibration and profiling of displays
and RGB & CMYK printers. Spectral sample data is supported, allowing a
selection of illuminants observer types, and paper fluorescent whitener
additive compensation. Profiles can also incorporate source specific
gamut mappings for perceptual and saturation intents. Gamut mapping and
and RGB & CMYK printers. Device Link can be created with a wide variety
of advanced options, including specialized Video calibration standards
and 3dLuts. Spectral sample data is supported, allowing a selection of
illuminants observer types, and paper fluorescent whitener additive
compensation. Profiles can also incorporate source specific gamut
mappings for perceptual and saturation intents. Gamut mapping and
profile linking uses the CIECAM02 appearance model, a unique gamut
mapping algorithm, and a wide selection of rendering intents. Device
Link can be created with a wide variety of advanced options. It also
mapping algorithm, and a wide selection of rendering intents. It also
includes code for the fastest portable 8 bit raster color conversion
engine available anywhere, as well as support for fast, fully accurate
16 bit conversion. Device color gamuts can also be viewed and compared
using a VRML viewer. Comprehensive documentation is provided for each
major tool, and a general guide to using the tools for typical color
management tasks is also available. A mailing list provides support for
more advanced usage.
using a VRML viewer.

View File

@ -1,8 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/06 17:35:53 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2013/09/16 15:48:30 ajacoutot Exp $
@conflict argyll-*
@bin bin/applycal
@bin bin/average
@bin bin/cb2cgats
@bin bin/ccttest
@bin bin/cb2ti3
@bin bin/cctiff
@bin bin/ccxxmake
@bin bin/chartread
@bin bin/collink
@bin bin/colprof
@ -13,34 +15,33 @@
@bin bin/extractttag
@bin bin/fakeCMY
@bin bin/fakeread
@bin bin/greytiff
@bin bin/iccdump
@bin bin/iccgamut
@bin bin/icclu
@bin bin/icctest
@bin bin/illumread
@bin bin/invprofcheck
@bin bin/kodak2cgats
@bin bin/logo2cgats
@bin bin/kodak2ti3
@bin bin/mppcheck
@bin bin/mpplu
@bin bin/mpprof
@bin bin/pathplot
@bin bin/mppprof
@bin bin/oeminst
@bin bin/printcal
@bin bin/printtarg
@bin bin/profcheck
@bin bin/refine
@bin bin/revfix
@bin bin/scanin
@bin bin/sepgen
@bin bin/simpprof
@bin bin/spec2cie
@bin bin/specplot
@bin bin/splitcgats
@bin bin/splitti3
@bin bin/spotread
@bin bin/spyd2en
@bin bin/synthcal
@bin bin/synthread
@bin bin/targen
@bin bin/tiffgamut
@bin bin/timage
@bin bin/txt2ti3
@bin bin/verify
@bin bin/viewgam
@bin bin/xicclu
@ -51,11 +52,15 @@ share/color/argyll/ref/3dap5k.sp
share/color/argyll/ref/CIE_C.sp
share/color/argyll/ref/CMP_DT_003.cht
share/color/argyll/ref/CMP_Digital_Target-3.cht
share/color/argyll/ref/CMP_Digital_Target-3.cie
share/color/argyll/ref/CMP_Digital_Target-3.ti2
share/color/argyll/ref/ClayRGB1998.icm
share/color/argyll/ref/ColorChecker.cht
share/color/argyll/ref/ColorChecker.cie
share/color/argyll/ref/ColorChecker.ti2
share/color/argyll/ref/ColorCheckerDC.cht
share/color/argyll/ref/ColorCheckerPassport.cht
share/color/argyll/ref/ColorCheckerPassport.cie
share/color/argyll/ref/ColorCheckerSG.cht
share/color/argyll/ref/D50_0.0.sp
share/color/argyll/ref/D50_0.1.sp
@ -69,151 +74,221 @@ share/color/argyll/ref/D50_1.7.sp
share/color/argyll/ref/D50_2.0.sp
share/color/argyll/ref/D50_2.5.sp
share/color/argyll/ref/D50_3.0.sp
share/color/argyll/ref/EBU3213_PAL.icm
share/color/argyll/ref/ECI2002.ti2
share/color/argyll/ref/ECI2002R.ti2
share/color/argyll/ref/FograStrip.ti1
share/color/argyll/ref/FograStrip.ti2
share/color/argyll/ref/FograStrip2.ti1
share/color/argyll/ref/FograStrip2_2.ti2
share/color/argyll/ref/FograStrip3.ti1
share/color/argyll/ref/FograStrip3_3.ti2
share/color/argyll/ref/GTIPlus.sp
share/color/argyll/ref/Hutchcolor.cht
share/color/argyll/ref/LaserSoftDCPro.cht
share/color/argyll/ref/Makefile.am
share/color/argyll/ref/Office.sp
share/color/argyll/ref/QPcard_201.cht
share/color/argyll/ref/QPcard_201.cie
share/color/argyll/ref/QPcard_202.cht
share/color/argyll/ref/QPcard_202.cie
share/color/argyll/ref/Rec2020.icm
share/color/argyll/ref/Rec709.icm
share/color/argyll/ref/RefMediumGamut.gam
share/color/argyll/ref/SMPTE431.icm
share/color/argyll/ref/SMPTE_RP145_NTSC.icm
share/color/argyll/ref/SOtele.sp
share/color/argyll/ref/SpyderChecker.cht
share/color/argyll/ref/SpyderChecker.cie
share/color/argyll/ref/Trulux.sp
share/color/argyll/ref/TruluxPlus.sp
share/color/argyll/ref/ccxx.ti1
share/color/argyll/ref/example.sp
share/color/argyll/ref/example121.sp
share/color/argyll/ref/i1_RGB_Scan_1.4.cht
share/color/argyll/ref/i1_RGB_Scan_1.4.ti2
share/color/argyll/ref/it8.cht
share/color/argyll/ref/lab2lab.icm
share/color/argyll/ref/linear.cal
share/color/argyll/ref/sRGB.icm
share/color/argyll/ref/strange.cal
share/doc/argyll/
share/doc/argyll/ArgyllDoc.html
share/doc/argyll/CMP_DT_003.jpg
share/doc/argyll/CMP_Digital_Target-3.jpg
share/doc/argyll/CRTspectrum.jpg
share/doc/argyll/ChangesSummary.html
share/doc/argyll/ColorMunki.jpg
share/doc/argyll/ColorMunkiCreate.jpg
share/doc/argyll/Compiling.html
share/doc/argyll/CrushedDisplyBlacks.html
share/doc/argyll/DC.jpg
share/doc/argyll/DTP20.jpg
share/doc/argyll/DTP22.jpg
share/doc/argyll/DTP41.jpg
share/doc/argyll/DTP51.jpg
share/doc/argyll/DTP92.jpg
share/doc/argyll/DTP94.jpg
share/doc/argyll/DocLicense.txt
share/doc/argyll/FWA.html
share/doc/argyll/FWA_measure.jpg
share/doc/argyll/File_Formats.html
share/doc/argyll/Fluorescent.jpg
share/doc/argyll/HCFR.jpg
share/doc/argyll/HCT.jpg
share/doc/argyll/Huey.jpg
share/doc/argyll/Installing.html
share/doc/argyll/Installing_Linux.html
share/doc/argyll/Installing_MSWindows.html
share/doc/argyll/Installing_OSX.html
share/doc/argyll/Kgraph1.jpg
share/doc/argyll/Kgraph2.jpg
share/doc/argyll/Kgraph3.jpg
share/doc/argyll/Kgraph4.jpg
share/doc/argyll/Kgraph5.jpg
share/doc/argyll/Kgraph6.jpg
share/doc/argyll/Kgraph7.jpg
share/doc/argyll/Kgraph8.jpg
share/doc/argyll/Kparams.jpg
share/doc/argyll/LSDC.jpg
share/doc/argyll/LabSteps.jpg
share/doc/argyll/License.txt
share/doc/argyll/License2.txt
share/doc/argyll/License3.txt
share/doc/argyll/Limitations.html
share/doc/argyll/MinorUtilities.html
share/doc/argyll/Organisation.html
share/doc/argyll/Overview.html
share/doc/argyll/Performance.html
share/doc/argyll/Q60.jpg
share/doc/argyll/ReadMe.txt
share/doc/argyll/SG.jpg
share/doc/argyll/Scenarios.html
share/doc/argyll/Source.html
share/doc/argyll/Spyd2.jpg
share/doc/argyll/Spyd3.jpg
share/doc/argyll/Spyd3x.jpg
share/doc/argyll/applycal.html
share/doc/argyll/average.html
share/doc/argyll/cal_format.html
share/doc/argyll/calvschar.html
share/doc/argyll/cb2cgats.html
share/doc/argyll/cctiff.html
share/doc/argyll/chartread.html
share/doc/argyll/chroma4.jpg
share/doc/argyll/cht_format.html
share/doc/argyll/collink.html
share/doc/argyll/colorchecker.jpg
share/doc/argyll/colprof.html
share/doc/argyll/cube.jpg
share/doc/argyll/dispcal.html
share/doc/argyll/dispprofloc.html
share/doc/argyll/dispread.html
share/doc/argyll/dispwin.html
share/doc/argyll/extracticc.html
share/doc/argyll/extractttag.html
share/doc/argyll/fakeCMY.html
share/doc/argyll/fakeread.html
share/doc/argyll/filmread.html
share/doc/argyll/filmtarg.html
share/doc/argyll/gamma.html
share/doc/argyll/gamutmapping1.jpg
share/doc/argyll/greytiff.html
share/doc/argyll/i1d.jpg
share/doc/argyll/i1m.jpg
share/doc/argyll/i1p.jpg
share/doc/argyll/i1scan14.jpg
share/doc/argyll/iccdump.html
share/doc/argyll/iccgamut.html
share/doc/argyll/iccgamutmapping.html
share/doc/argyll/icclu.html
share/doc/argyll/instruments.html
share/doc/argyll/invprofcheck.html
share/doc/argyll/kodak2cgats.html
share/doc/argyll/logo2cgats.html
share/doc/argyll/monitorcontrols.html
share/doc/argyll/mox.jpg
share/doc/argyll/moxxr.jpg
share/doc/argyll/mppcheck.html
share/doc/argyll/mpplu.html
share/doc/argyll/mpprof.html
share/doc/argyll/printcal.html
share/doc/argyll/printtarg.html
share/doc/argyll/profcheck.html
share/doc/argyll/refine.html
share/doc/argyll/revfix.html
share/doc/argyll/scanin.html
share/doc/argyll/sepgen.html
share/doc/argyll/sl.jpg
share/doc/argyll/spec2cie.html
share/doc/argyll/splitcgats.html
share/doc/argyll/spotread.html
share/doc/argyll/spyd2en.html
share/doc/argyll/srgbplot.gif
share/doc/argyll/ss.jpg
share/doc/argyll/surface.jpg
share/doc/argyll/synthcal.html
share/doc/argyll/synthread.html
share/doc/argyll/targen.html
share/doc/argyll/ti3_format.html
share/doc/argyll/tiffgamut.html
share/doc/argyll/timage.html
share/doc/argyll/ucmm.html
share/doc/argyll/verify.html
share/doc/argyll/viewgam.html
share/doc/argyll/xicclu.html
share/doc/pkg-readmes/${FULLPKGNAME}
@sample /var/db/argyll/
share/doc/argyllcms/
share/doc/argyllcms/ArgyllDoc.html
share/doc/argyllcms/ArgyllFlow.jpg
share/doc/argyllcms/ArgyllFlowThumb.jpg
share/doc/argyllcms/CMP_DT_003.jpg
share/doc/argyllcms/CMP_Digital_Target-3.jpg
share/doc/argyllcms/CRTspectrum.jpg
share/doc/argyllcms/ChangesSummary.html
share/doc/argyllcms/Chroma4.jpg
share/doc/argyllcms/ColorManagement.html
share/doc/argyllcms/ColorMunki.jpg
share/doc/argyllcms/ColorMunkiCreate.jpg
share/doc/argyllcms/Compiling.html
share/doc/argyllcms/CrushedDisplyBlacks.html
share/doc/argyllcms/DC.jpg
share/doc/argyllcms/DTP-94_1964_10_Dell_2408W.ccmx
share/doc/argyllcms/DTP-94_1997_Shaw_Dell_2408W.ccmx
share/doc/argyllcms/DTP-94_Dell_2408W.ccmx
share/doc/argyllcms/DTP-94_Dell_U2410.ccmx
share/doc/argyllcms/DTP20.jpg
share/doc/argyllcms/DTP22.jpg
share/doc/argyllcms/DTP41.jpg
share/doc/argyllcms/DTP51.jpg
share/doc/argyllcms/DTP92.jpg
share/doc/argyllcms/DTP94.jpg
share/doc/argyllcms/DocLicense.txt
share/doc/argyllcms/Environment.html
share/doc/argyllcms/EyeOne_Display_1_NEC1990SXi.ccmx
share/doc/argyllcms/EyeOne_Display_2_EIZO_S2233W.ccmx
share/doc/argyllcms/EyeOne_Display_2_NEC1990SXi.ccmx
share/doc/argyllcms/EyeOne_Display_LT_U2410_Standard_1931.ccmx
share/doc/argyllcms/EyeOne_Display_LT_U2410_Standard_1964.ccmx
share/doc/argyllcms/EyeOne_Display_LT_U2410_sRGB_1931.ccmx
share/doc/argyllcms/EyeOne_Display_LT_U2410_sRGB_1964.ccmx
share/doc/argyllcms/FWA.html
share/doc/argyllcms/FWA_measure.jpg
share/doc/argyllcms/File_Formats.html
share/doc/argyllcms/Fluorescent.jpg
share/doc/argyllcms/HCFR.jpg
share/doc/argyllcms/HCT.jpg
share/doc/argyllcms/HiResLaser.jpg
share/doc/argyllcms/Huey.jpg
share/doc/argyllcms/Huey_Acer_al2016w.ccmx
share/doc/argyllcms/Huey_Eizo_CG243.ccmx
share/doc/argyllcms/Huey_HP_compaq_6730s.ccmx
share/doc/argyllcms/Huey_HP_lp2475w.ccmx
share/doc/argyllcms/Huey_NEC1990SXi.ccmx
share/doc/argyllcms/Huey_NEC_Spectraview_241.ccmx
share/doc/argyllcms/Installing.html
share/doc/argyllcms/Installing_Linux.html
share/doc/argyllcms/Installing_MSWindows.html
share/doc/argyllcms/Installing_OSX.html
share/doc/argyllcms/JETI_1211.jpg
share/doc/argyllcms/Kgraph1.jpg
share/doc/argyllcms/Kgraph2.jpg
share/doc/argyllcms/Kgraph3.jpg
share/doc/argyllcms/Kgraph4.jpg
share/doc/argyllcms/Kgraph5.jpg
share/doc/argyllcms/Kgraph6.jpg
share/doc/argyllcms/Kgraph7.jpg
share/doc/argyllcms/Kgraph8.jpg
share/doc/argyllcms/Kparams.jpg
share/doc/argyllcms/LSDC.jpg
share/doc/argyllcms/LabSteps.jpg
share/doc/argyllcms/License.txt
share/doc/argyllcms/License2.txt
share/doc/argyllcms/License3.txt
share/doc/argyllcms/Limitations.html
share/doc/argyllcms/MinorTools.html
share/doc/argyllcms/NEC_EyeOne_Display_2_NEC2690WUXi2.ccmx
share/doc/argyllcms/Organisation.html
share/doc/argyllcms/Overview.html
share/doc/argyllcms/Performance.html
share/doc/argyllcms/Q60.jpg
share/doc/argyllcms/QPcard201.jpg
share/doc/argyllcms/QPcard202.jpg
share/doc/argyllcms/SG.jpg
share/doc/argyllcms/SG_footer.txt
share/doc/argyllcms/SG_header.txt
share/doc/argyllcms/Scenarios.html
share/doc/argyllcms/Smile.jpg
share/doc/argyllcms/Source.html
share/doc/argyllcms/Spyd2.jpg
share/doc/argyllcms/Spyd3.jpg
share/doc/argyllcms/Spyd3x.jpg
share/doc/argyllcms/Spyd4.jpg
share/doc/argyllcms/Spyder2_EIZO_S2433W_standard_1931.ccmx
share/doc/argyllcms/Spyder2_EIZO_S2433W_standard_1964.ccmx
share/doc/argyllcms/Spyder3_EIZO_S2233_standard_1964.ccmx
share/doc/argyllcms/Spyder3_EIZO_S2243W_standard_1931.ccmx
share/doc/argyllcms/Spyder3_HP_LP2475w.ccmx
share/doc/argyllcms/Spyder3_NEC2690WUXi2.ccmx
share/doc/argyllcms/Spyder3_NEC_PA301W.ccmx
share/doc/argyllcms/SpyderChecker.jpg
share/doc/argyllcms/WideGamutColmters.html
share/doc/argyllcms/YellowGreen.jpg
share/doc/argyllcms/afiles
share/doc/argyllcms/applycal.html
share/doc/argyllcms/average.html
share/doc/argyllcms/cal_format.html
share/doc/argyllcms/calvschar.html
share/doc/argyllcms/cb2ti3.html
share/doc/argyllcms/ccmxs.html
share/doc/argyllcms/cctiff.html
share/doc/argyllcms/ccxxmake.html
share/doc/argyllcms/chartread.html
share/doc/argyllcms/cht_format.html
share/doc/argyllcms/collink.html
share/doc/argyllcms/colorchecker.jpg
share/doc/argyllcms/colprof.html
share/doc/argyllcms/cube.jpg
share/doc/argyllcms/dispcal.html
share/doc/argyllcms/dispprofloc.html
share/doc/argyllcms/dispread.html
share/doc/argyllcms/dispwin.html
share/doc/argyllcms/evalInputTargets.html
share/doc/argyllcms/extracticc.html
share/doc/argyllcms/extractttag.html
share/doc/argyllcms/fakeCMY.html
share/doc/argyllcms/fakeread.html
share/doc/argyllcms/filmread.html
share/doc/argyllcms/filmtarg.html
share/doc/argyllcms/gamma.html
share/doc/argyllcms/gamutmapping1.jpg
share/doc/argyllcms/greytiff.html
share/doc/argyllcms/i1d.jpg
share/doc/argyllcms/i1d3_1.jpg
share/doc/argyllcms/i1d3_2.jpg
share/doc/argyllcms/i1m.jpg
share/doc/argyllcms/i1p.jpg
share/doc/argyllcms/i1pro2.jpg
share/doc/argyllcms/i1proDriver.html
share/doc/argyllcms/i1proDriver.xls
share/doc/argyllcms/i1proHiRes.html
share/doc/argyllcms/i1proHiRes.jpg
share/doc/argyllcms/i1proHiRes.zip
share/doc/argyllcms/i1scan14.jpg
share/doc/argyllcms/iccdump.html
share/doc/argyllcms/iccgamut.html
share/doc/argyllcms/iccgamutmapping.html
share/doc/argyllcms/icclu.html
share/doc/argyllcms/illumread.html
share/doc/argyllcms/illumread_1.jpg
share/doc/argyllcms/illumread_2.jpg
share/doc/argyllcms/illumread_3.jpg
share/doc/argyllcms/illumread_4.jpg
share/doc/argyllcms/illumread_5.jpg
share/doc/argyllcms/illumread_6.jpg
share/doc/argyllcms/instruments.html
share/doc/argyllcms/invprofcheck.html
share/doc/argyllcms/kodak2ti3.html
share/doc/argyllcms/monitorcontrols.html
share/doc/argyllcms/mox.jpg
share/doc/argyllcms/moxxr.jpg
share/doc/argyllcms/mppcheck.html
share/doc/argyllcms/mpplu.html
share/doc/argyllcms/mppprof.html
share/doc/argyllcms/oeminst.html
share/doc/argyllcms/printcal.html
share/doc/argyllcms/printtarg.html
share/doc/argyllcms/profcheck.html
share/doc/argyllcms/refine.html
share/doc/argyllcms/revfix.html
share/doc/argyllcms/scanin.html
share/doc/argyllcms/sl.jpg
share/doc/argyllcms/spec2cie.html
share/doc/argyllcms/specplot.html
share/doc/argyllcms/splitti3.html
share/doc/argyllcms/spotread.html
share/doc/argyllcms/srgbplot.gif
share/doc/argyllcms/ss.jpg
share/doc/argyllcms/surface.jpg
share/doc/argyllcms/synthcal.html
share/doc/argyllcms/synthread.html
share/doc/argyllcms/targen.html
share/doc/argyllcms/ti3_format.html
share/doc/argyllcms/tiffgamut.html
share/doc/argyllcms/timage.html
share/doc/argyllcms/txt2ti3.html
share/doc/argyllcms/ucmm.html
share/doc/argyllcms/verify.html
share/doc/argyllcms/viewgam.html
share/doc/argyllcms/xicclu.html

View File

@ -1,23 +0,0 @@
$OpenBSD: README,v 1.1.1.1 2011/11/06 17:35:53 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Note for users of the ColorVision Spyder2
=========================================
(taken from Debian package: argyll-1.1.1-2)
The Spyder2 device doesn't work "out of the box" because it needs a
firmware to be loaded into it. That firmware is proprietary and cannot
be distributed, but Argyll provides a tool to extract that firmware from
the driver CD provided with the device.
If you're only using your Spyder2 on one computer, then all you need to
do is run the "spyd2en" utility (as root) while the driver CD is
mounted. spyd2en looks for the CD in a few typical mount points
(/media/ColorVision, /mnt/cdrom, /media/cdrom, /cdrom). If your CD is
mounted somewhere else, just run spyd2en from that mount point. In both
cases, the firmware will be extracted and stored into
/var/db/argyll/spyd2PLD.bin, where the other utilities will be able to
look for it when needed.