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:
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
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue