graphics/oyranos: Add LCMS-1 support.

Oyranos is capable to do colour management for both LCMS-1 and LCMS-2.
This commit is contained in:
Boris Samorodov 2017-08-03 20:09:55 +00:00
parent 04e2ffee51
commit f9be250901
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447279
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= oyranos
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= bsam@FreeBSD.org
@ -20,6 +21,7 @@ LIB_DEPENDS= libraw.so:graphics/libraw \
libfltk.so:x11-toolkits/fltk \
libcups.so:print/cups \
libxdot.so:graphics/graphviz \
liblcms.so:graphics/lcms \
liblcms2.so:graphics/lcms2 \
libXcm.so:x11/libXcm \
libltdl.so:devel/libltdl \

View file

@ -72,6 +72,7 @@ include/oyranos/oyranos_types.h
include/oyranos/oyranos_version.h
lib/cmake/oyranos/OyranosConfig.cmake
lib/color/modules/liboyranos_CUPS_cmm_module.so
lib/color/modules/liboyranos_lcms_cmm_module.so
lib/color/modules/liboyranos_lcm2_cmm_module.so
lib/color/modules/liboyranos_lraw_cmm_module.so
lib/color/modules/liboyranos_oJPG_cmm_module.so