362e95bd90
OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats.
16 lines
488 B
Makefile
16 lines
488 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/04/06 03:42:19 maya Exp $
|
|
|
|
BUILDLINK_TREE+= OpenColorIO
|
|
|
|
.if !defined(OPENCOLORIO_BUILDLINK3_MK)
|
|
OPENCOLORIO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.OpenColorIO+= OpenColorIO>=1.0.9
|
|
BUILDLINK_PKGSRCDIR.OpenColorIO?= ../../graphics/opencolorio
|
|
|
|
#.include "../../graphics/lcms2/buildlink3.mk"
|
|
#.include "../../textproc/tinyxml/buildlink3.mk"
|
|
#.include "../../wip/yaml-cpp03/buildlink3.mk"
|
|
.endif # OPENCOLORIO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -OpenColorIO
|