argyllcms/argyllcms-udev151.patch

18 lines
717 B
Diff
Raw Normal View History

Accepting request 195745 from home:sbrabec:branches:multimedia:color_management - Release 1.6.0: + Added support for JETI specbos 1211 and 1201. + Added Video profiling & 3dLut creation support for eeColor and MadVR. + Linux profile installation will use colord. + Fix ColorHug driver. + Changed instlib API ambient XYZ and spectral units to Lux. + For those instruments that support it, made ambient readings honor refresh mode measurements. + Changed spotread -ew mode to be Bradford chromatic transform rather than XYZ scaling. + Added support to xicclu to lookup colors though CAL files. + Added -Y R:rate option to spotread, dispcal, dispread & ccxxmake. + By default printtarg will create PS and EPS files with a CUPS job ticket to disable color management. + Added display update delay calibration support to i1pro and ColorMunki. + Changed dispcal & dispread so that they wait up to 0.5 seconds when reading dark patches after light ones to allow for display fall time. + Changed dispwin daemon loader mode option from -E to -X. + Changed dispcal verify option from -E to -z. + Added -E option to to dispread to encode test patch colors in Video 16-235 range. + Changed CIECAM02 Flare model to distinguish between Flare from the image itself, and Glare from ambient light. + Improved i1pro hi-res mode to improve accuracy. + Added Body Centered Cubic grid option to targen. + Added -Yn flag to dispcal and dispread. + Improve robustness of i1d3 display update measurement code. + Added support for applying calibration curves in collink. + Changed spotread so that it won't fall back to emissive spot mode if an ambient reading is requested. + Turned off B2A table clip map smoothing. + Fixed crash in ucmm/ucmm.c when loading certain profiles using dispwin. + Fixed gamut mapping intent "rl" to really use relative L*a*b* + Fix bug in cicam02 in V1.5.0 that causes some mapping problems in the red for collink -ir or -ila. + Changed cctiff so that it does lossless JPEG copy when there is no color transformation + Fix xicclu so that it works with device links. + Fixed bug in shaper/matrix profile curves that caused random bumpy black behaviour. + Don't add colorant tag to .tiff files in cctiff unless it is a non-standard space, as Photoshop will barf on such files. + Fix bug with Spyder not being able to break out of dispcal adjustment loop. + Fix bug in xicc/xicclu, -K flag not being recognised. + Fix bug in xicc/xmatrix.c introduced that prevents matrix only profiles from being created. + libusb 1.0 is now deprecated in favor of native USB drivers. OBS-URL: https://build.opensuse.org/request/show/195745 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=20
2013-08-22 00:46:14 +02:00
Index: Argyll_V1.6.0/usb/55-Argyll.rules
===================================================================
Accepting request 195745 from home:sbrabec:branches:multimedia:color_management - Release 1.6.0: + Added support for JETI specbos 1211 and 1201. + Added Video profiling & 3dLut creation support for eeColor and MadVR. + Linux profile installation will use colord. + Fix ColorHug driver. + Changed instlib API ambient XYZ and spectral units to Lux. + For those instruments that support it, made ambient readings honor refresh mode measurements. + Changed spotread -ew mode to be Bradford chromatic transform rather than XYZ scaling. + Added support to xicclu to lookup colors though CAL files. + Added -Y R:rate option to spotread, dispcal, dispread & ccxxmake. + By default printtarg will create PS and EPS files with a CUPS job ticket to disable color management. + Added display update delay calibration support to i1pro and ColorMunki. + Changed dispcal & dispread so that they wait up to 0.5 seconds when reading dark patches after light ones to allow for display fall time. + Changed dispwin daemon loader mode option from -E to -X. + Changed dispcal verify option from -E to -z. + Added -E option to to dispread to encode test patch colors in Video 16-235 range. + Changed CIECAM02 Flare model to distinguish between Flare from the image itself, and Glare from ambient light. + Improved i1pro hi-res mode to improve accuracy. + Added Body Centered Cubic grid option to targen. + Added -Yn flag to dispcal and dispread. + Improve robustness of i1d3 display update measurement code. + Added support for applying calibration curves in collink. + Changed spotread so that it won't fall back to emissive spot mode if an ambient reading is requested. + Turned off B2A table clip map smoothing. + Fixed crash in ucmm/ucmm.c when loading certain profiles using dispwin. + Fixed gamut mapping intent "rl" to really use relative L*a*b* + Fix bug in cicam02 in V1.5.0 that causes some mapping problems in the red for collink -ir or -ila. + Changed cctiff so that it does lossless JPEG copy when there is no color transformation + Fix xicclu so that it works with device links. + Fixed bug in shaper/matrix profile curves that caused random bumpy black behaviour. + Don't add colorant tag to .tiff files in cctiff unless it is a non-standard space, as Photoshop will barf on such files. + Fix bug with Spyder not being able to break out of dispcal adjustment loop. + Fix bug in xicc/xicclu, -K flag not being recognised. + Fix bug in xicc/xmatrix.c introduced that prevents matrix only profiles from being created. + libusb 1.0 is now deprecated in favor of native USB drivers. OBS-URL: https://build.opensuse.org/request/show/195745 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=20
2013-08-22 00:46:14 +02:00
--- Argyll_V1.6.0.orig/usb/55-Argyll.rules
+++ Argyll_V1.6.0/usb/55-Argyll.rules
@@ -113,11 +113,4 @@
# Debian has
# ...., TAG+="uaccess", TAG+="udev-acl" # Debian, but should be in 70-uaccess.rules
-# Let udev-acl manage these devices, if it's available
-TEST=="/var/run/ConsoleKit/database", ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}="1"
-
-# Otherwise, restrict access to members of the colord group,
-# which the user may have to add to the system and add themselves to.
-ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", GROUP="colord"
-
LABEL="argyll_rules_end"