diff -Nru graphics/opencolorio.orig/distinfo graphics/opencolorio/distinfo --- graphics/opencolorio.orig/distinfo 2018-04-20 04:39:51.512528000 +0930 +++ graphics/opencolorio/distinfo 2018-02-07 00:54:13.872204000 +1030 @@ -1,3 +1,3 @@ -TIMESTAMP = 1474003473 -SHA256 (imageworks-OpenColorIO-1.0.9-67e455b97e_GH0.tar.gz) = cc932053f9b91c0f8549fe20bbb5d9ebc4c03e0638feac04b16a45dd73c37bc6 -SIZE (imageworks-OpenColorIO-1.0.9-67e455b97e_GH0.tar.gz) = 13744688 +TIMESTAMP = 1517541978 +SHA256 (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 228589879e1f11e455a555304007748a8904057088319ebbf172d9384b93c079 +SIZE (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 13826812 diff -Nru graphics/opencolorio.orig/files/extra-patch-CMakeLists.txt graphics/opencolorio/files/extra-patch-CMakeLists.txt --- graphics/opencolorio.orig/files/extra-patch-CMakeLists.txt 2018-04-20 04:39:51.512071000 +0930 +++ graphics/opencolorio/files/extra-patch-CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 @@ -1,10 +0,0 @@ ---- ./CMakeLists.txt.orig 2012-10-07 21:57:35.533351894 +1030 -+++ ./CMakeLists.txt -@@ -375,7 +375,6 @@ - configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in - ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY) - --INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) - - ############################################################################### - ### CPACK ### diff -Nru graphics/opencolorio.orig/files/extra-patch-src_core_CMakeLists.txt graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt --- graphics/opencolorio.orig/files/extra-patch-src_core_CMakeLists.txt 2018-04-20 04:39:51.512003000 +0930 +++ graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 @@ -1,8 +0,0 @@ ---- src/core/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC -+++ src/core/CMakeLists.txt -@@ -90,4 +90,4 @@ message(STATUS "Create OpenColorIO.pc fr - configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in - ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc -- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) -+ DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/libdata/pkgconfig/) diff -Nru graphics/opencolorio.orig/files/extra-tools-patch-src_core_CMakeLists.txt graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt --- graphics/opencolorio.orig/files/extra-tools-patch-src_core_CMakeLists.txt 2018-04-20 04:39:51.512136000 +0930 +++ graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 @@ -1,16 +0,0 @@ ---- src/core/CMakeLists.txt.orig 2014-09-12 04:38:18.000000000 +0930 -+++ src/core/CMakeLists.txt -@@ -81,13 +81,3 @@ if(OCIO_BUILD_STATIC) - install(TARGETS OpenColorIO_STATIC DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib) - endif() - --# public interface --install(FILES ${core_export_headers} -- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/) -- --# pkg-config --message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in") --configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in -- ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) --install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc -- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) diff -Nru graphics/opencolorio.orig/files/libs/patch-CMakeLists.txt graphics/opencolorio/files/libs/patch-CMakeLists.txt --- graphics/opencolorio.orig/files/libs/patch-CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 +++ graphics/opencolorio/files/libs/patch-CMakeLists.txt 2018-02-07 00:54:13.872329000 +1030 @@ -0,0 +1,17 @@ +--- ./CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ ./CMakeLists.txt +@@ -596,7 +599,7 @@ if(TARGET OpenColorIO_STATIC) + set(OCIO_STATIC_COMPILE_DEFINITIONS ) + endif() + endif() +-install(EXPORT OpenColorIO DESTINATION cmake) ++install(EXPORT OpenColorIO DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) + file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" + " + get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH) +@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo + message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND}) + " + ) +-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .) ++install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) diff -Nru graphics/opencolorio.orig/files/libs/patch-src_core_CMakeLists.txt graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt --- graphics/opencolorio.orig/files/libs/patch-src_core_CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 +++ graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt 2018-02-07 00:54:13.872403000 +1030 @@ -0,0 +1,8 @@ +--- src/core/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/core/CMakeLists.txt +@@ -90,4 +90,4 @@ message(STATUS "Create OpenColorIO.pc fr + configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in + ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) ++ DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/libdata/pkgconfig/) diff -Nru graphics/opencolorio.orig/files/patch-CMakeLists.txt graphics/opencolorio/files/patch-CMakeLists.txt --- graphics/opencolorio.orig/files/patch-CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 +++ graphics/opencolorio/files/patch-CMakeLists.txt 2018-02-07 00:54:13.872480000 +1030 @@ -0,0 +1,32 @@ +--- CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ CMakeLists.txt +@@ -3,6 +3,10 @@ set(OCIO_VERSION_MAJOR 1) + set(OCIO_VERSION_MINOR 1) + set(OCIO_VERSION_PATCH 0) + ++set(CMAKE_CXX_STANDARD 11) ++set(CMAKE_CXX_STANDARD_REQUIRED ON) ++set(CMAKE_CXX_EXTENSIONS OFF) ++ + cmake_minimum_required(VERSION 2.8) + set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake) + if(NOT DEFINED CMAKE_FIRST_RUN) +@@ -218,8 +222,7 @@ else(USE_EXTERNAL_TINYXML) + ## => great news when build staticaly since we do not want another client project have to link also with tinyxml when he want to use this project + ## => could be problematic if the client project use another version of tinyxml... In this case build tinyxml as shared lib with all projects could be a solution + ## => TODO: so maybe provide a simple cmake way to build 3rdParty as shared and auto install with this project ? +- set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden") +- add_definitions(-DTIXML_USE_STL) ## needed to build correctly, and also need to be propagated in child projects (client projects) ++ set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-fPIC -fvisibility-inlines-hidden -fvisibility=hidden") + list(APPEND EXTERNAL_OBJECTS $) + else() + find_package(Git REQUIRED) ## in order to apply patch (for crossplateform compatibility) +@@ -384,7 +387,7 @@ else() + set(OCIO_INLINES_HIDDEN OFF) + endif() + +-set(EXTERNAL_COMPILE_FLAGS "-DTIXML_USE_STL ${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}") ++set(EXTERNAL_COMPILE_FLAGS "${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}") + + set(EXTERNAL_LINK_FLAGS "") + set(EXTERNAL_LIBRARY_DIRS ${PROJECT_BINARY_DIR}/ext/dist/lib) diff -Nru graphics/opencolorio.orig/files/patch-share_sphinx_ExtractRstFromSourceCPP.py graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py --- graphics/opencolorio.orig/files/patch-share_sphinx_ExtractRstFromSourceCPP.py 2018-04-20 04:39:51.511932000 +0930 +++ graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py 1970-01-01 09:30:00.000000000 +0930 @@ -1,29 +0,0 @@ ---- share/sphinx/ExtractRstFromSourceCPP.py.orig 2015-08-23 23:10:32 UTC -+++ share/sphinx/ExtractRstFromSourceCPP.py -@@ -146,7 +146,7 @@ class Comment: - - if buffer_lines[0] != '': - buffer_lines.insert(0, '') -- for x in xrange(0, len(buffer_lines)): -+ for x in range(0, len(buffer_lines)): - buffer_lines[x] = " %s" % buffer_lines[x] - buffer_lines.append('') - buffer = '\n'.join(buffer_lines) -@@ -181,7 +181,7 @@ def ExtractRst(string, fileh): - indent += 1 - # remove indent - bufa = [buf_lines[0]] -- for x in xrange(1, len(buf_lines)): -+ for x in range(1, len(buf_lines)): - bufa.append(buf_lines[x][indent:]) - buf = '\n'.join(bufa) + '\n' - ## -@@ -229,7 +229,7 @@ if __name__ == "__main__": - sys.exit(1) - - src = open(sys.argv[1]).read() -- output = file(sys.argv[2], 'w') -+ output = open(sys.argv[2], 'w') - ExtractRst(src, output) - output.close() - diff -Nru graphics/opencolorio.orig/files/tools/patch-CMakeLists.txt graphics/opencolorio/files/tools/patch-CMakeLists.txt --- graphics/opencolorio.orig/files/tools/patch-CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 +++ graphics/opencolorio/files/tools/patch-CMakeLists.txt 2018-02-07 00:54:13.872568000 +1030 @@ -0,0 +1,35 @@ +--- ./CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ ./CMakeLists.txt +@@ -457,7 +460,7 @@ endif() + ############################################################################### + ### APPS ### + +-if(OCIO_BUILD_APPS AND (OCIO_BUILD_STATIC OR OCIO_BUILD_SHARED) ) ++if(OCIO_BUILD_APPS) + + # Try to find OpenImageIO (OIIO) and OpenGL stuff + OCIOFindOpenImageIO() +@@ -531,7 +534,7 @@ endif() + configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in + ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY) + +-INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) ++#INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) + + ############################################################################### + ### CPACK ### +@@ -596,7 +595,7 @@ if(TARGET OpenColorIO_STATIC) + set(OCIO_STATIC_COMPILE_DEFINITIONS ) + endif() + endif() +-install(EXPORT OpenColorIO DESTINATION cmake) ++#install(EXPORT OpenColorIO DESTINATION cmake) + file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" + " + get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH) +@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo + message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND}) + " + ) +-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .) ++#install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) diff -Nru graphics/opencolorio.orig/files/tools/patch-src_core_CMakeLists.txt graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt --- graphics/opencolorio.orig/files/tools/patch-src_core_CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 +++ graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt 2018-02-07 00:54:13.872639000 +1030 @@ -0,0 +1,18 @@ +--- src/core/CMakeLists.txt.orig 2018-02-05 14:07:04 UTC ++++ src/core/CMakeLists.txt +@@ -105,15 +105,3 @@ macro(target_link_OCIO target) + set_target_properties(${target} PROPERTIES COMPILE_DEFINITIONS OpenColorIO_STATIC) + endif() + endmacro() +- +- +-# public interface +-install(FILES ${core_export_headers} +- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/) +- +-# pkg-config +-message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in") +-configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in +- ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) diff -Nru graphics/opencolorio.orig/Makefile graphics/opencolorio/Makefile --- graphics/opencolorio.orig/Makefile 2018-04-20 04:39:51.512464000 +0930 +++ graphics/opencolorio/Makefile 2018-04-20 04:39:47.390495000 +0930 @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= opencolorio -PORTVERSION= 1.0.9 -PORTREVISION?= 5 +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -11,62 +11,59 @@ LICENSE= BSD3CLAUSE +BROKEN_aarch64= Does not compile: error: use of undeclared identifier __builtin_ia32_emms +BROKEN_armv6= Does not compile: error: use of undeclared identifier __builtin_ia32_emms +BROKEN_armv7= Does not compile: error: use of undeclared identifier __builtin_ia32_emms +BROKEN_mips64= Does not compile: error: unrecognized command line option -msse2 +BROKEN_powerpc64= Does not compile: error: unrecognized command line option -msse2 +BROKEN_sparc64= Does not compile: error: unrecognized command line option -msse2 + +USES= alias cmake:outsource pkgconfig shebangfix + USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO -GH_TAGNAME= 67e455b97e - -OPTIONS_DEFINE= DOCS - -DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS +CMAKE_ON= USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML +CMAKE_OFF= OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC LDFLAGS+= -L${LOCALBASE}/lib -USES= alias cmake:outsource pkgconfig shebangfix -CMAKE_ARGS= -DOCIO_BUILD_JNIGLUE:BOOL=OFF \ - -DOCIO_BUILD_NUKE:BOOL=OFF \ - -DOCIO_BUILD_STATIC:BOOL=OFF \ - -DUSE_EXTERNAL_TINYXML:BOOL=ON \ - -DUSE_EXTERNAL_YAML:BOOL=ON + SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \ share/sphinx/ExtractRstFromSourceSimple.py \ src/pyglue/createPyDocH.py +OPTIONS_DEFINE= DOCS + +DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS + .if ${MACHINE_CPU:Msse2} -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=ON +CMAKE_ON+= OCIO_USE_SSE .else -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF +CMAKE_OFF+= OCIO_USE_SSE .endif -BROKEN_aarch64= Does not compile: error: use of undeclared identifier __builtin_ia32_emms -BROKEN_armv6= Does not compile: error: use of undeclared identifier __builtin_ia32_emms -BROKEN_armv7= Does not compile: error: use of undeclared identifier __builtin_ia32_emms -BROKEN_mips64= Does not compile: error: unrecognized command line option -msse2 -BROKEN_powerpc64= Does not compile: error: unrecognized command line option -msse2 -BROKEN_sparc64= Does not compile: error: unrecognized command line option -msse2 - .include .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=ON \ - -DOCIO_BUILD_SHARED:BOOL=OFF \ - -DOCIO_BUILD_PYGLUE:BOOL=OFF +CMAKE_ON+= OCIO_BUILD_APPS USE_EXTERNAL_LCMS +CMAKE_OFF+= OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE +LDFLAGS+= -lOpenColorIO USE_GL= gl glu glut glew USE_XORG= xi xmu PLIST= ${PKGDIR}/pkg-plist-tools -EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt \ - ${FILESDIR}/extra-tools-patch-src_core_CMakeLists.txt +EXTRA_PATCHES= ${PATCHDIR}/tools .elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio USES+= python USE_PYTHON= flavors -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ - -DOCIO_BUILD_SHARED:BOOL=OFF \ - -DOCIO_BUILD_PYGLUE:BOOL=ON \ - -DPYTHON:STRING=${PYTHON_CMD} +LDFLAGS+= -lOpenColorIO +CMAKE_ON+= OCIO_BUILD_PYGLUE OCIO_PYGLUE_LINK +CMAKE_OFF+= OCIO_BUILD_APPS OCIO_BUILD_SHARED +CMAKE_ARGS+= -DPYTHON:FILEPATH=${PYTHON_CMD} PLIST= ${PKGDIR}/pkg-plist-pyglue .else # master port BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} @@ -74,10 +71,9 @@ libyaml-cpp03.so:devel/yaml-cpp03 USES+= python:2.7,build USE_LDCONFIG= yes -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ - -DOCIO_BUILD_SHARED:BOOL=ON \ - -DOCIO_BUILD_PYGLUE:BOOL=ON \ - -DPYTHON:FILEPATH=${PYTHON_CMD} +CMAKE_ON+= OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE +CMAKE_OFF+= OCIO_BUILD_APPS +CMAKE_ARGS+= -DPYTHON:FILEPATH=${PYTHON_CMD} # we enable pyglue in master port. This makes the python module # available when generating docs, we leave the python header in place # but only install the python module with the py-opencolorio port @@ -85,7 +81,7 @@ # doc building fails using python3 - but the py-opencolorio port can still # be used to build a python 3 module PLIST= ${PKGDIR}/pkg-plist -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_core_CMakeLists.txt +EXTRA_PATCHES= ${PATCHDIR}/libs .endif post-patch: diff -Nru graphics/opencolorio.orig/pkg-plist graphics/opencolorio/pkg-plist --- graphics/opencolorio.orig/pkg-plist 2018-04-20 04:39:51.512334000 +0930 +++ graphics/opencolorio/pkg-plist 2018-02-07 00:54:13.872758000 +1030 @@ -5,8 +5,11 @@ include/PyOpenColorIO/PyOpenColorIO.h lib/libOpenColorIO.so lib/libOpenColorIO.so.1 -lib/libOpenColorIO.so.1.0.9 +lib/libOpenColorIO.so.1.1.0 libdata/pkgconfig/OpenColorIO.pc +share/cmake/Modules/OpenColorIOConfig.cmake +share/cmake/Modules/OpenColorIO-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/OpenColorIO.cmake %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html %%PORTDOCS%%%%DOCSDIR%%/FAQ.html @@ -25,11 +28,11 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/CompatibleSoftware.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/License.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/aces_1.0.3.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/allocation_vars.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/nuke_default.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_anim.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_pipeline.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_vfx.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.txt @@ -48,6 +51,7 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/usage_examples.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/downloads.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/introduction.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/installation.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/baking_luts.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/config_syntax.txt @@ -81,11 +85,11 @@ %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png %%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/configurations/aces_1.0.3.html %%PORTDOCS%%%%DOCSDIR%%/configurations/allocation_vars.html %%PORTDOCS%%%%DOCSDIR%%/configurations/index.html %%PORTDOCS%%%%DOCSDIR%%/configurations/nuke_default.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_anim.html -%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_pipeline.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_vfx.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html @@ -106,6 +110,7 @@ %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/introduction.html %%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/py-modindex.html %%PORTDOCS%%%%DOCSDIR%%/search.html