View | Details | Raw Unified | Return to bug 249534 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/opencolorio/Makefile (-33 / +39 lines)
Lines 2-23 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	opencolorio
4
PORTNAME=	opencolorio
5
DISTVERSIONPREFIX=	v
5
PORTVERSION=	g20200916
6
DISTVERSION=	1.1.1
6
PORTEPOCH=	1
7
PORTREVISION?=	1
8
CATEGORIES=	graphics multimedia
7
CATEGORIES=	graphics multimedia
9
8
10
MAINTAINER?=	FreeBSD@Shaneware.biz
9
MAINTAINER?=	FreeBSD@Shaneware.biz
11
COMMENT?=	Complete color management solution
10
COMMENT?=	Complete color management solution
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
14
16
15
USES=		alias cmake compiler:c++11-lang localbase:ldflags pkgconfig \
17
USES=		alias cmake compiler:c++11-lang localbase:ldflags pkgconfig \
16
		shebangfix
18
		shebangfix python:3.5+
17
19
18
USE_GITHUB=	yes
20
USE_GITHUB=	yes
19
GH_ACCOUNT=	imageworks
21
GH_ACCOUNT=	imageworks
20
GH_PROJECT=	OpenColorIO
22
GH_PROJECT=	OpenColorIO
23
GH_TAGNAME=	268238bd
21
24
22
CMAKE_ON=	USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML
25
CMAKE_ON=	USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML
23
CMAKE_OFF=	OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC
26
CMAKE_OFF=	OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC
Lines 26-34 CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} Link Here
26
CXXFLAGS_gcc=	-Wno-unused-function -Wno-error
29
CXXFLAGS_gcc=	-Wno-unused-function -Wno-error
27
CXXFLAGS_clang=	-Wno-deprecated-register
30
CXXFLAGS_clang=	-Wno-deprecated-register
28
31
29
SHEBANG_FILES=	share/sphinx/ExtractRstFromSourceCPP.py \
32
SHEBANG_FILES=	share/sphinx/ExtractRstFromSourceSimple.py share/sphinx/ExtractRstFromSourceCPP.py
30
		share/sphinx/ExtractRstFromSourceSimple.py \
31
		src/pyglue/createPyDocH.py
32
33
33
OPTIONS_DEFINE=		DOCS
34
OPTIONS_DEFINE=		DOCS
34
35
Lines 36-41 DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS Link Here
36
37
37
PLIST_SUB+=		LIBVERS=${PORTVERSION}
38
PLIST_SUB+=		LIBVERS=${PORTVERSION}
38
39
40
CMAKE_OFF+=	OCIO_BUILD_TESTS OCIO_BUILD_GPU_TESTS
41
39
.if ${MACHINE_CPU:Msse2}
42
.if ${MACHINE_CPU:Msse2}
40
CMAKE_ON+=	OCIO_USE_SSE
43
CMAKE_ON+=	OCIO_USE_SSE
41
.else
44
.else
Lines 52-84 CMAKE_ON+= OCIO_BUILD_APPS USE_EXTERNAL_LCMS Link Here
52
CMAKE_OFF+=	OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE
55
CMAKE_OFF+=	OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE
53
LDFLAGS+=	-lOpenColorIO
56
LDFLAGS+=	-lOpenColorIO
54
USES+=		gl xorg
57
USES+=		gl xorg
55
USE_GL=		gl glu glut glew
58
USE_GL=		egl gl glu glut glew
56
USE_XORG=	xi xmu
59
USE_XORG=	xi xmu
57
PLIST=		${PKGDIR}/pkg-plist-tools
60
PLIST=		${PKGDIR}/pkg-plist-tools
58
EXTRA_PATCHES=	${PATCHDIR}/tools
59
.elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule
61
.elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule
60
LIB_DEPENDS=	libOpenImageIO.so:graphics/openimageio \
62
LIB_DEPENDS=	libOpenImageIO.so:graphics/openimageio \
61
		libOpenColorIO.so:graphics/opencolorio
63
		libOpenColorIO.so:graphics/opencolorio
62
USES+=		python
63
USE_PYTHON=	flavors
64
LDFLAGS+=	-lOpenColorIO
64
LDFLAGS+=	-lOpenColorIO
65
CMAKE_ON+=	OCIO_BUILD_PYGLUE OCIO_PYGLUE_LINK
65
CMAKE_ON+=	OCIO_BUILD_PYGLUE OCIO_PYGLUE_LINK
66
CMAKE_OFF+=	OCIO_BUILD_APPS OCIO_BUILD_SHARED
66
CMAKE_OFF+=	OCIO_BUILD_APPS OCIO_BUILD_SHARED
67
CMAKE_ARGS+=	-DPYTHON:FILEPATH=${PYTHON_CMD}
67
CMAKE_ARGS+=	-DPYTHON:FILEPATH=${PYTHON_CMD} -Dpystring_ROOT=${LOCALBASE}
68
PLIST=		${PKGDIR}/pkg-plist-pyglue
68
PLIST=		${PKGDIR}/pkg-plist-pyglue
69
USE_PYTHON=	flavors
69
.else # master port
70
.else # master port
70
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
71
CMAKE_ON+=	USE_EXTERNAL_LCMS OCIO_BUILD_SHARED
71
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml \
72
CMAKE_OFF+=	OCIO_BUILD_APPS
72
		libyaml-cpp03.so:devel/yaml-cpp03
73
USES+=		gl xorg
74
USE_GL=		gl glu glut glew
75
USE_XORG=	xi xmu
76
BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
77
		${PYTHON_PKGNAMEPREFIX}sphinx-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR} \
78
		${PYTHON_PKGNAMEPREFIX}recommonmark>=0:textproc/py-recommonmark@${PY_FLAVOR} \
79
		${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \
80
		${PYTHON_PKGNAMEPREFIX}sphinx_press_theme>=0:textproc/py-sphinx_press_theme@${PY_FLAVOR}
81
82
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
83
		libHalf.so:graphics/ilmbase \
84
		liblcms2.so:graphics/lcms2 \
85
		libpystring.so:devel/pystring \
86
		libtinyxml.so:textproc/tinyxml \
87
		libyaml-cpp.so:devel/yaml-cpp
88
73
.if ${PORT_OPTIONS:MDOCS}
89
.if ${PORT_OPTIONS:MDOCS}
74
USES+=		python:2.7,build
90
USES+=		python:3.5+,build
75
.else
76
USES+=		python:build
77
.endif
91
.endif
78
USE_LDCONFIG=	yes
92
USE_LDCONFIG=	yes
79
CMAKE_ON+=	OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE
93
CMAKE_ON+=	OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE
80
CMAKE_OFF+=	OCIO_BUILD_APPS
94
CMAKE_OFF+=	OCIO_BUILD_APPS
81
CMAKE_ARGS+=	-DPYTHON:FILEPATH=${PYTHON_CMD}
95
CMAKE_ARGS+=	-DPYTHON:FILEPATH=${PYTHON_CMD} -DPYTHON_LIBRARY=${PYTHON_LIBDIR}
82
# we enable pyglue in master port. This makes the python module
96
# we enable pyglue in master port. This makes the python module
83
# available when generating docs, we leave the python header in place
97
# available when generating docs, we leave the python header in place
84
# but only install the python module with the py-opencolorio port
98
# but only install the python module with the py-opencolorio port
Lines 86-111 CMAKE_ARGS+= -DPYTHON:FILEPATH=${PYTHON_CMD} Link Here
86
# doc building fails using python3 - but the py-opencolorio port can still
100
# doc building fails using python3 - but the py-opencolorio port can still
87
# be used to build a python 3 module
101
# be used to build a python 3 module
88
PLIST=		${PKGDIR}/pkg-plist
102
PLIST=		${PKGDIR}/pkg-plist
89
EXTRA_PATCHES=	${PATCHDIR}/libs
90
.endif
103
.endif
91
104
92
post-patch:
105
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools
93
	@${REINPLACE_CMD} -e '/pkg_check_modules/ s|yaml-cpp|&03|' \
106
do-install:
94
		${WRKSRC}/CMakeLists.txt
107
.for BIN in ociobakelut ociocheck ociochecklut ocioconvert ociodisplay ociolutimage ociomakeclf ocioperf ociowrite
95
	@${REINPLACE_CMD} -e '/YAML_CPP_INCLUDE_DIR/ s|yaml-cpp|&03|' \
108
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/src/apps/${BIN}/${BIN} ${STAGEDIR}${PREFIX}/bin/${BIN}
96
		${WRKSRC}/CMakeLists.txt
109
.endfor
97
	@${REINPLACE_CMD} -e '/YAML_CPP_LIBRARY/ s|yaml-cpp|&03|' \
98
		${WRKSRC}/CMakeLists.txt
99
	@${REINPLACE_CMD} -e 's|yaml-cpp|&03|' ${WRKSRC}/src/core/OCIOYaml.cpp
100
.if ${SLAVE_PORT} == yes
101
	@${FIND} ${WRKSRC}/src/apps -name main.cpp | ${XARGS} \
102
		${REINPLACE_CMD} '/namespace OIIO/d'
103
.endif
110
.endif
104
105
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule
111
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule
106
do-install:
112
do-install:
107
	@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
113
	@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
108
	${INSTALL_LIB} ${BUILD_WRKSRC}/src/pyglue/PyOpenColorIO.so ${STAGEDIR}${PYTHON_SITELIBDIR}
114
	${INSTALL_LIB} ${BUILD_WRKSRC}/src/bindings/python/PyOpenColorIO.so ${STAGEDIR}${PYTHON_SITELIBDIR}
109
.elif !defined(OCIO_SLAVE)
115
.elif !defined(OCIO_SLAVE)
110
post-install:
116
post-install:
111
	@${RM} -R ${STAGEDIR}${PYTHON_LIBDIR}
117
	@${RM} -R ${STAGEDIR}${PYTHON_LIBDIR}
(-)graphics/opencolorio/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1557638944
1
TIMESTAMP = 1600267246
2
SHA256 (imageworks-OpenColorIO-v1.1.1_GH0.tar.gz) = c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8
2
SHA256 (imageworks-OpenColorIO-g20200916-268238bd_GH0.tar.gz) = 0b004452ba1349e332ad711d89778ab16f71c653df563c75d033b56007f01e1e
3
SIZE (imageworks-OpenColorIO-v1.1.1_GH0.tar.gz) = 13828483
3
SIZE (imageworks-OpenColorIO-g20200916-268238bd_GH0.tar.gz) = 9577856
(-)graphics/opencolorio/files/libs/patch-CMakeLists.txt (-17 lines)
Removed Link Here
1
--- ./CMakeLists.txt.orig	2018-01-05 12:08:27 UTC
2
+++ ./CMakeLists.txt
3
@@ -596,7 +599,7 @@ if(TARGET OpenColorIO_STATIC)
4
         set(OCIO_STATIC_COMPILE_DEFINITIONS )
5
     endif()
6
 endif()
7
-install(EXPORT OpenColorIO DESTINATION cmake)
8
+install(EXPORT OpenColorIO DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules)
9
 file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake"
10
     "
11
     get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH)
12
@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo
13
     message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND})
14
     "
15
 )
16
-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .)
17
+install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules)
(-)graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt (-8 lines)
Removed Link Here
1
--- src/core/CMakeLists.txt.orig	2014-09-11 19:08:18 UTC
2
+++ src/core/CMakeLists.txt
3
@@ -90,4 +90,4 @@ message(STATUS "Create OpenColorIO.pc fr
4
 configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in
5
     ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY)
6
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc
7
-    DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/)
8
+    DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/libdata/pkgconfig/)
(-)graphics/opencolorio/files/patch-CMakeLists.txt (-32 lines)
Removed Link Here
1
--- CMakeLists.txt.orig	2018-01-05 12:08:27 UTC
2
+++ CMakeLists.txt
3
@@ -3,6 +3,10 @@ set(OCIO_VERSION_MAJOR 1)
4
 set(OCIO_VERSION_MINOR 1)
5
 set(OCIO_VERSION_PATCH 0)
6
 
7
+set(CMAKE_CXX_STANDARD 11)
8
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
9
+set(CMAKE_CXX_EXTENSIONS OFF)
10
+
11
 cmake_minimum_required(VERSION 2.8)
12
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake)
13
 if(NOT DEFINED CMAKE_FIRST_RUN)
14
@@ -218,8 +222,7 @@ else(USE_EXTERNAL_TINYXML)
15
         ## => 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
16
         ## => 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
17
         ## => TODO: so maybe provide a simple cmake way to build 3rdParty as shared and auto install with this project ?
18
-        set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden")
19
-        add_definitions(-DTIXML_USE_STL) ## needed to build correctly, and also need to be propagated in child projects (client projects)
20
+        set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-fPIC -fvisibility-inlines-hidden -fvisibility=hidden")
21
         list(APPEND EXTERNAL_OBJECTS $<TARGET_OBJECTS:TINYXML_LIB>)
22
     else()
23
         find_package(Git REQUIRED) ## in order to apply patch (for crossplateform compatibility)
24
@@ -384,7 +387,7 @@ else()
25
     set(OCIO_INLINES_HIDDEN OFF)
26
 endif()
27
 
28
-set(EXTERNAL_COMPILE_FLAGS "-DTIXML_USE_STL ${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}")
29
+set(EXTERNAL_COMPILE_FLAGS "${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}")
30
 
31
 set(EXTERNAL_LINK_FLAGS "")
32
 set(EXTERNAL_LIBRARY_DIRS ${PROJECT_BINARY_DIR}/ext/dist/lib)
(-)graphics/opencolorio/files/patch-docs_CMakeLists.txt (-14 / +19 lines)
Lines 1-17 Link Here
1
--- docs/CMakeLists.txt.orig	2014-09-11 19:08:18 UTC
1
--- docs/CMakeLists.txt.orig	2020-09-16 03:35:02 UTC
2
+++ docs/CMakeLists.txt
2
+++ docs/CMakeLists.txt
3
@@ -110,12 +115,11 @@ add_custom_target(doc ALL
3
@@ -147,17 +147,14 @@ if(${Python_VERSION_MAJOR} GREATER_EQUAL 3)
4
 add_dependencies(doc Sphinx) 
4
     ### Installation ###
5
 
5
 
6
 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build-html/
6
     install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build-html/
7
-        DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/OpenColorIO/html
7
-            DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/OpenColorIO/html
8
+        DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/opencolorio
8
+            DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/opencolorio
9
         PATTERN .* EXCLUDE
9
             PATTERN .* EXCLUDE
10
 )
10
     )
11
 
11
 
12
-find_package(LATEX)
12
     ###############################################################################
13
-if(PDFLATEX_COMPILER)
13
     ### PDF target ###
14
+if(0)
14
 
15
     
15
-    find_package(LATEX)
16
     add_custom_target(latex
16
-    package_root_message(LATEX)
17
         COMMAND PYTHONPATH=${PYTHONPATH} ${EXTDIST_BINPATH}/sphinx-build -b latex . ${CMAKE_CURRENT_BINARY_DIR}/build-latex
17
-
18
-    if(PDFLATEX_COMPILER)
19
+    if(0)
20
 
21
         add_custom_target(latex
22
             COMMAND
(-)graphics/opencolorio/files/patch-share_cmake_OCIOMacros.cmake (-11 lines)
Removed Link Here
1
--- share/cmake/OCIOMacros.cmake.orig	2015-08-29 00:58:36 UTC
2
+++ share/cmake/OCIOMacros.cmake
3
@@ -168,7 +168,7 @@ MACRO(OCIOFindPython)
4
         file(TO_CMAKE_PATH "${PYTHON_LIBRARY_DIRS_RAW}" PYTHON_LIBRARY_DIRS)
5
 
6
         FIND_LIBRARY(PYTHON_LIBRARY
7
-            NAMES "python${PYTHON_VERSION}"
8
+            NAMES "${PYTHON_VERSION}${PYTHON_ABIVER}"
9
             PATHS ${PYTHON_LIBRARY_DIRS}
10
             NO_DEFAULT_PATH # Don't be "helpful" and randomly grab library from /usr/lib etc
11
         )
(-)graphics/opencolorio/files/patch-src_core_Config.cpp (-11 lines)
Removed Link Here
1
--- src/core/Config.cpp.orig	2018-09-04 18:15:21 UTC
2
+++ src/core/Config.cpp
3
@@ -324,7 +324,7 @@ OCIO_NAMESPACE_ENTER
4
                 sanitytext_ = rhs.sanitytext_;
5
                 
6
                 cacheids_ = rhs.cacheids_;
7
-                cacheidnocontext_ = cacheidnocontext_;
8
+                cacheidnocontext_ = rhs.cacheidnocontext_;
9
             }
10
             return *this;
11
         }
(-)graphics/opencolorio/files/patch-src_libutils_oglapphelpers_CMakeLists.txt (+10 lines)
Added Link Here
1
--- src/libutils/oglapphelpers/CMakeLists.txt.orig	2020-09-22 18:43:55 UTC
2
+++ src/libutils/oglapphelpers/CMakeLists.txt
3
@@ -58,7 +58,6 @@ if(${OCIO_USE_GLVND})
4
         target_link_libraries(oglapphelpers
5
             PRIVATE
6
                 OpenColorIO
7
-                OpenGL::OpenGL
8
                 OpenGL::GLU
9
                 ${GLEW_LIBRARIES}
10
                 ${GLUT_LIBRARIES}
(-)graphics/opencolorio/files/tools/patch-CMakeLists.txt (-35 lines)
Removed Link Here
1
--- ./CMakeLists.txt.orig	2018-01-05 12:08:27 UTC
2
+++ ./CMakeLists.txt
3
@@ -457,7 +460,7 @@ endif()
4
 ###############################################################################
5
 ### APPS ###
6
 
7
-if(OCIO_BUILD_APPS AND (OCIO_BUILD_STATIC OR OCIO_BUILD_SHARED) )
8
+if(OCIO_BUILD_APPS)
9
 
10
     # Try to find OpenImageIO (OIIO) and OpenGL stuff
11
     OCIOFindOpenImageIO()
12
@@ -531,7 +534,7 @@ endif()
13
 configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in
14
     ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY)
15
 
16
-INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/)
17
+#INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/)
18
 
19
 ###############################################################################
20
 ### CPACK ###
21
@@ -596,7 +595,7 @@ if(TARGET OpenColorIO_STATIC)
22
         set(OCIO_STATIC_COMPILE_DEFINITIONS )
23
     endif()
24
 endif()
25
-install(EXPORT OpenColorIO DESTINATION cmake)
26
+#install(EXPORT OpenColorIO DESTINATION cmake)
27
 file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake"
28
     "
29
     get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH)
30
@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo
31
     message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND})
32
     "
33
 )
34
-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .)
35
+#install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules)
(-)graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt (-18 lines)
Removed Link Here
1
--- src/core/CMakeLists.txt.orig	2018-02-05 14:07:04 UTC
2
+++ src/core/CMakeLists.txt
3
@@ -105,15 +105,3 @@ macro(target_link_OCIO target)
4
         set_target_properties(${target} PROPERTIES COMPILE_DEFINITIONS OpenColorIO_STATIC)
5
     endif()
6
 endmacro()
7
-
8
-
9
-# public interface
10
-install(FILES ${core_export_headers}
11
-    DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/)
12
-
13
-# pkg-config
14
-message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in")
15
-configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in
16
-    ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY)
17
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc
18
-    DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/)
(-)graphics/opencolorio/pkg-plist (-87 / +232 lines)
Lines 2-19 include/OpenColorIO/OpenColorABI.h Link Here
2
include/OpenColorIO/OpenColorIO.h
2
include/OpenColorIO/OpenColorIO.h
3
include/OpenColorIO/OpenColorTransforms.h
3
include/OpenColorIO/OpenColorTransforms.h
4
include/OpenColorIO/OpenColorTypes.h
4
include/OpenColorIO/OpenColorTypes.h
5
include/PyOpenColorIO/PyOpenColorIO.h
5
include/OpenColorIO/apphelpers/CategoryNames.h
6
include/OpenColorIO/apphelpers/ColorSpaceHelpers.h
7
include/OpenColorIO/apphelpers/DisplayViewHelpers.h
8
include/OpenColorIO/apphelpers/MixingHelpers.h
9
include/OpenColorIO/apphelpers/ViewingPipeline.h
6
lib/libOpenColorIO.so
10
lib/libOpenColorIO.so
7
lib/libOpenColorIO.so.1
11
lib/libOpenColorIO.so.2.0
8
lib/libOpenColorIO.so.%%LIBVERS%%
12
lib/libOpenColorIO.so.2.0.0
13
lib/libOpenColorIOapphelpers.a
9
libdata/pkgconfig/OpenColorIO.pc
14
libdata/pkgconfig/OpenColorIO.pc
10
share/cmake/Modules/OpenColorIOConfig.cmake
15
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.html
11
share/cmake/Modules/OpenColorIO-release.cmake
16
%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.html
12
share/cmake/Modules/OpenColorIO.cmake
17
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html
13
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html
18
%%PORTDOCS%%%%DOCSDIR%%/README.html
14
%%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html
19
%%PORTDOCS%%%%DOCSDIR%%/V2_DOC_README.html
15
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
16
%%PORTDOCS%%%%DOCSDIR%%/License.html
17
%%PORTDOCS%%%%DOCSDIR%%/_images/gn10_to_linear_light.jpeg
20
%%PORTDOCS%%%%DOCSDIR%%/_images/gn10_to_linear_light.jpeg
18
%%PORTDOCS%%%%DOCSDIR%%/_images/gnf_to_linear_light.jpeg
21
%%PORTDOCS%%%%DOCSDIR%%/_images/gnf_to_linear_light.jpeg
19
%%PORTDOCS%%%%DOCSDIR%%/_images/lg10_to_linear_light.jpeg
22
%%PORTDOCS%%%%DOCSDIR%%/_images/lg10_to_linear_light.jpeg
Lines 24-124 share/cmake/Modules/OpenColorIO.cmake Link Here
24
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_proof_setup.png
27
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_proof_setup.png
25
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_reveal_profile.png
28
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_reveal_profile.png
26
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_select_profile.png
29
%%PORTDOCS%%%%DOCSDIR%%/_images/psicc_select_profile.png
27
%%PORTDOCS%%%%DOCSDIR%%/_sources/ChangeLog.txt
30
%%PORTDOCS%%%%DOCSDIR%%/_sources/CHANGELOG.md.txt
28
%%PORTDOCS%%%%DOCSDIR%%/_sources/CompatibleSoftware.txt
31
%%PORTDOCS%%%%DOCSDIR%%/_sources/CMakeLists.txt
29
%%PORTDOCS%%%%DOCSDIR%%/_sources/FAQ.txt
32
%%PORTDOCS%%%%DOCSDIR%%/_sources/INSTALL.md.txt
30
%%PORTDOCS%%%%DOCSDIR%%/_sources/License.txt
33
%%PORTDOCS%%%%DOCSDIR%%/_sources/README.md.txt
31
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/aces_1.0.3.txt
34
%%PORTDOCS%%%%DOCSDIR%%/_sources/V2_DOC_README.md.txt
32
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/allocation_vars.txt
35
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/_index.rst.txt
33
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/index.txt
36
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/bindings/PythonAPI.rst.txt
34
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/nuke_default.txt
37
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/bindings/PythonTransforms.rst.txt
35
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_anim.txt
38
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/bindings/PythonTypes.rst.txt
36
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_vfx.txt
39
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_baker.rst.txt
37
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.txt
40
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_colorspace.rst.txt
38
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.txt
41
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_colorspaceset.rst.txt
39
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTypes.txt
42
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_config.rst.txt
40
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/index.txt
43
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_context.rst.txt
41
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonAPI.txt
44
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_cpuprocessor.rst.txt
42
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTransforms.txt
45
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_dynamicproperty.rst.txt
43
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTypes.txt
46
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_filerules.rst.txt
44
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/coding_guidelines.txt
47
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_formatmetadata.rst.txt
45
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/documentation_guidelines.txt
48
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_gpuprocessor.rst.txt
46
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/getting_started.txt
49
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_gpushadercreator.rst.txt
47
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/index.txt
50
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_gpushaderdesc.rst.txt
48
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/internal_architecture.txt
51
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_imagedesc.rst.txt
49
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/issues.txt
52
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_look.rst.txt
50
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/submitting_changes.txt
53
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_packedimagedesc.rst.txt
51
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/usage_examples.txt
54
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_planarimagedesc.rst.txt
52
%%PORTDOCS%%%%DOCSDIR%%/_sources/downloads.txt
55
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_processor.rst.txt
53
%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
56
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/c_viewingrules.rst.txt
54
%%PORTDOCS%%%%DOCSDIR%%/_sources/introduction.txt
57
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/change_log.rst.txt
55
%%PORTDOCS%%%%DOCSDIR%%/_sources/installation.txt
58
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/transforms.rst.txt
56
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/baking_luts.txt
59
%%PORTDOCS%%%%DOCSDIR%%/_sources/api/types.rst.txt
57
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/config_syntax.txt
60
%%PORTDOCS%%%%DOCSDIR%%/_sources/aswf/_index.rst.txt
58
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/contexts.txt
61
%%PORTDOCS%%%%DOCSDIR%%/_sources/aswf/aswf_docker.rst.txt
59
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/index.txt
62
%%PORTDOCS%%%%DOCSDIR%%/_sources/aswf/charter.rst.txt
60
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/looks.txt
63
%%PORTDOCS%%%%DOCSDIR%%/_sources/aswf/cla_dco.rst.txt
61
%%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/tool_overview.txt
64
%%PORTDOCS%%%%DOCSDIR%%/_sources/aswf/license.rst.txt
62
%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
65
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/_index.rst.txt
63
%%PORTDOCS%%%%DOCSDIR%%/_static/alert_info_32.png
66
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/overview/configuration_files.rst.txt
64
%%PORTDOCS%%%%DOCSDIR%%/_static/alert_warning_32.png
67
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/overview/glossary.rst.txt
68
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/overview/internal_architecture.rst.txt
69
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/overview/introduction.rst.txt
70
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/overview/overview.rst.txt
71
%%PORTDOCS%%%%DOCSDIR%%/_sources/concepts/publications/publications.rst.txt
72
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/_index.rst.txt
73
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/aces_1.0.3.rst.txt
74
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/nuke_default.rst.txt
75
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_anim.rst.txt
76
%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_vfx.rst.txt
77
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.rst.txt
78
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.rst.txt
79
%%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTypes.rst.txt
80
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/_index.rst.txt
81
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/allocation_vars.rst.txt
82
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/authoring.rst.txt
83
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/colorspaces.rst.txt
84
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/config_syntax.rst.txt
85
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/contexts.rst.txt
86
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/displays_views.rst.txt
87
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/looks.rst.txt
88
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/looks_example.rst.txt
89
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/overview.rst.txt
90
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/rules.rst.txt
91
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/authoring/transforms.rst.txt
92
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/architectural_notes.rst.txt
93
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/coding_style_guide.rst.txt
94
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/contributing.rst.txt
95
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/documentation_guidelines.rst.txt
96
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/doxygen_style_guide.rst.txt
97
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/getting_started.rst.txt
98
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/issues.rst.txt
99
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/repository_structure.rst.txt
100
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/submitting_changes.rst.txt
101
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/contributing/unit_tests.rst.txt
102
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/developing/app_helpers.rst.txt
103
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/developing/developing.rst.txt
104
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/developing/usage_examples.rst.txt
105
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/using_ocio/compatible_software.rst.txt
106
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/using_ocio/faq.rst.txt
107
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/using_ocio/tool_overview.rst.txt
108
%%PORTDOCS%%%%DOCSDIR%%/_sources/guides/using_ocio/using_ocio.rst.txt
109
%%PORTDOCS%%%%DOCSDIR%%/_sources/index.rst.txt
110
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/_index.rst.txt
111
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/downloads.rst.txt
112
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/for_artists.rst.txt
113
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/for_config_authors.rst.txt
114
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/for_contributors.rst.txt
115
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/for_devs.rst.txt
116
%%PORTDOCS%%%%DOCSDIR%%/_sources/quick_start/installation.rst.txt
117
%%PORTDOCS%%%%DOCSDIR%%/_sources/requirements.txt
118
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/README.md.txt
119
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/README_theme.md.txt
120
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/archetypes/default.md.txt
121
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/author/john-doe.md.txt
122
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/author/mark-dinn.md.txt
123
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/installation.md.txt
124
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-1.md.txt
125
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-2.md.txt
126
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-3.md.txt
127
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-4.md.txt
128
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-5.md.txt
129
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-6.md.txt
130
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-7.md.txt
131
%%PORTDOCS%%%%DOCSDIR%%/_sources/site/homepage/content/english/blog/simple-blog-post-8.md.txt
132
%%PORTDOCS%%%%DOCSDIR%%/_sources/toc_redirect.rst.txt
133
%%PORTDOCS%%%%DOCSDIR%%/_sources/tutorials/_index.rst.txt
134
%%PORTDOCS%%%%DOCSDIR%%/_sources/tutorials/baking_luts.rst.txt
135
%%PORTDOCS%%%%DOCSDIR%%/_sources/tutorials/contributing.rst.txt
136
%%PORTDOCS%%%%DOCSDIR%%/_sources/upgrading_v2/_index.rst.txt
137
%%PORTDOCS%%%%DOCSDIR%%/_sources/upgrading_v2/how_to.rst.txt
138
%%PORTDOCS%%%%DOCSDIR%%/_static/OpenColorIO_withText.svg
65
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
139
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
66
%%PORTDOCS%%%%DOCSDIR%%/_static/bg-page.png
67
%%PORTDOCS%%%%DOCSDIR%%/_static/bullet_orange.png
68
%%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_lm10.0101.jpg
69
%%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_lnf.0101.jpg
70
%%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_vd16.0101.jpg
71
%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
72
%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
73
%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
74
%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
140
%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
75
%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
141
%%PORTDOCS%%%%DOCSDIR%%/_static/documentation_options.js
76
%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
77
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
142
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
143
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.5.1.js
78
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
144
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
145
%%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js
79
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
146
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
80
%%PORTDOCS%%%%DOCSDIR%%/_static/ocio.css
147
%%PORTDOCS%%%%DOCSDIR%%/_static/ocio_b.svg
81
%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
148
%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
82
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
149
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
83
%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
150
%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
151
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_press_theme.css
152
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/semantic-ui-2.4.1/menu.min.css
153
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/semantic-ui-2.4.1/segment.min.css
154
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/semantic-ui-2.4.1/tab.min.css
155
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/semantic-ui-2.4.1/tab.min.js
156
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/tabs.css
157
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx_tabs/tabs.js
158
%%PORTDOCS%%%%DOCSDIR%%/_static/theme-vendors.js
159
%%PORTDOCS%%%%DOCSDIR%%/_static/theme.css
160
%%PORTDOCS%%%%DOCSDIR%%/_static/theme.js
161
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js
84
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
162
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
85
%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
163
%%PORTDOCS%%%%DOCSDIR%%/api/_index.html
86
%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
164
%%PORTDOCS%%%%DOCSDIR%%/api/bindings/PythonAPI.html
87
%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
165
%%PORTDOCS%%%%DOCSDIR%%/api/bindings/PythonTransforms.html
166
%%PORTDOCS%%%%DOCSDIR%%/api/bindings/PythonTypes.html
167
%%PORTDOCS%%%%DOCSDIR%%/api/c_baker.html
168
%%PORTDOCS%%%%DOCSDIR%%/api/c_colorspace.html
169
%%PORTDOCS%%%%DOCSDIR%%/api/c_colorspaceset.html
170
%%PORTDOCS%%%%DOCSDIR%%/api/c_config.html
171
%%PORTDOCS%%%%DOCSDIR%%/api/c_context.html
172
%%PORTDOCS%%%%DOCSDIR%%/api/c_cpuprocessor.html
173
%%PORTDOCS%%%%DOCSDIR%%/api/c_dynamicproperty.html
174
%%PORTDOCS%%%%DOCSDIR%%/api/c_filerules.html
175
%%PORTDOCS%%%%DOCSDIR%%/api/c_formatmetadata.html
176
%%PORTDOCS%%%%DOCSDIR%%/api/c_gpuprocessor.html
177
%%PORTDOCS%%%%DOCSDIR%%/api/c_gpushadercreator.html
178
%%PORTDOCS%%%%DOCSDIR%%/api/c_gpushaderdesc.html
179
%%PORTDOCS%%%%DOCSDIR%%/api/c_imagedesc.html
180
%%PORTDOCS%%%%DOCSDIR%%/api/c_look.html
181
%%PORTDOCS%%%%DOCSDIR%%/api/c_packedimagedesc.html
182
%%PORTDOCS%%%%DOCSDIR%%/api/c_planarimagedesc.html
183
%%PORTDOCS%%%%DOCSDIR%%/api/c_processor.html
184
%%PORTDOCS%%%%DOCSDIR%%/api/c_viewingrules.html
185
%%PORTDOCS%%%%DOCSDIR%%/api/change_log.html
186
%%PORTDOCS%%%%DOCSDIR%%/api/transforms.html
187
%%PORTDOCS%%%%DOCSDIR%%/api/types.html
188
%%PORTDOCS%%%%DOCSDIR%%/aswf/_index.html
189
%%PORTDOCS%%%%DOCSDIR%%/aswf/aswf_docker.html
190
%%PORTDOCS%%%%DOCSDIR%%/aswf/charter.html
191
%%PORTDOCS%%%%DOCSDIR%%/aswf/cla_dco.html
192
%%PORTDOCS%%%%DOCSDIR%%/aswf/license.html
193
%%PORTDOCS%%%%DOCSDIR%%/concepts/_index.html
194
%%PORTDOCS%%%%DOCSDIR%%/concepts/overview/configuration_files.html
195
%%PORTDOCS%%%%DOCSDIR%%/concepts/overview/glossary.html
196
%%PORTDOCS%%%%DOCSDIR%%/concepts/overview/internal_architecture.html
197
%%PORTDOCS%%%%DOCSDIR%%/concepts/overview/introduction.html
198
%%PORTDOCS%%%%DOCSDIR%%/concepts/overview/overview.html
199
%%PORTDOCS%%%%DOCSDIR%%/concepts/publications/publications.html
200
%%PORTDOCS%%%%DOCSDIR%%/configurations/_index.html
88
%%PORTDOCS%%%%DOCSDIR%%/configurations/aces_1.0.3.html
201
%%PORTDOCS%%%%DOCSDIR%%/configurations/aces_1.0.3.html
89
%%PORTDOCS%%%%DOCSDIR%%/configurations/allocation_vars.html
90
%%PORTDOCS%%%%DOCSDIR%%/configurations/index.html
91
%%PORTDOCS%%%%DOCSDIR%%/configurations/nuke_default.html
202
%%PORTDOCS%%%%DOCSDIR%%/configurations/nuke_default.html
92
%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_anim.html
203
%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_anim.html
93
%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_vfx.html
204
%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_vfx.html
94
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html
205
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html
95
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html
206
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html
96
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTypes.html
207
%%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTypes.html
97
%%PORTDOCS%%%%DOCSDIR%%/developers/api/index.html
98
%%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonAPI.html
99
%%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTransforms.html
100
%%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTypes.html
101
%%PORTDOCS%%%%DOCSDIR%%/developers/coding_guidelines.html
102
%%PORTDOCS%%%%DOCSDIR%%/developers/documentation_guidelines.html
103
%%PORTDOCS%%%%DOCSDIR%%/developers/getting_started.html
104
%%PORTDOCS%%%%DOCSDIR%%/developers/index.html
105
%%PORTDOCS%%%%DOCSDIR%%/developers/internal_architecture.html
106
%%PORTDOCS%%%%DOCSDIR%%/developers/issues.html
107
%%PORTDOCS%%%%DOCSDIR%%/developers/submitting_changes.html
108
%%PORTDOCS%%%%DOCSDIR%%/developers/usage_examples.html
109
%%PORTDOCS%%%%DOCSDIR%%/downloads.html
110
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
208
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
209
%%PORTDOCS%%%%DOCSDIR%%/guides/_index.html
210
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/allocation_vars.html
211
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/authoring.html
212
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/colorspaces.html
213
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/config_syntax.html
214
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/contexts.html
215
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/displays_views.html
216
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/looks.html
217
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/looks_example.html
218
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/overview.html
219
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/rules.html
220
%%PORTDOCS%%%%DOCSDIR%%/guides/authoring/transforms.html
221
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/architectural_notes.html
222
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/coding_style_guide.html
223
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/contributing.html
224
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/documentation_guidelines.html
225
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/doxygen_style_guide.html
226
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/getting_started.html
227
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/issues.html
228
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/repository_structure.html
229
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/submitting_changes.html
230
%%PORTDOCS%%%%DOCSDIR%%/guides/contributing/unit_tests.html
231
%%PORTDOCS%%%%DOCSDIR%%/guides/developing/app_helpers.html
232
%%PORTDOCS%%%%DOCSDIR%%/guides/developing/developing.html
233
%%PORTDOCS%%%%DOCSDIR%%/guides/developing/usage_examples.html
234
%%PORTDOCS%%%%DOCSDIR%%/guides/using_ocio/compatible_software.html
235
%%PORTDOCS%%%%DOCSDIR%%/guides/using_ocio/faq.html
236
%%PORTDOCS%%%%DOCSDIR%%/guides/using_ocio/tool_overview.html
237
%%PORTDOCS%%%%DOCSDIR%%/guides/using_ocio/using_ocio.html
111
%%PORTDOCS%%%%DOCSDIR%%/index.html
238
%%PORTDOCS%%%%DOCSDIR%%/index.html
112
%%PORTDOCS%%%%DOCSDIR%%/installation.html
113
%%PORTDOCS%%%%DOCSDIR%%/introduction.html
114
%%PORTDOCS%%%%DOCSDIR%%/objects.inv
239
%%PORTDOCS%%%%DOCSDIR%%/objects.inv
115
%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html
240
%%PORTDOCS%%%%DOCSDIR%%/quick_start/_index.html
241
%%PORTDOCS%%%%DOCSDIR%%/quick_start/downloads.html
242
%%PORTDOCS%%%%DOCSDIR%%/quick_start/for_artists.html
243
%%PORTDOCS%%%%DOCSDIR%%/quick_start/for_config_authors.html
244
%%PORTDOCS%%%%DOCSDIR%%/quick_start/for_contributors.html
245
%%PORTDOCS%%%%DOCSDIR%%/quick_start/for_devs.html
246
%%PORTDOCS%%%%DOCSDIR%%/quick_start/installation.html
247
%%PORTDOCS%%%%DOCSDIR%%/requirements.html
116
%%PORTDOCS%%%%DOCSDIR%%/search.html
248
%%PORTDOCS%%%%DOCSDIR%%/search.html
117
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
249
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
118
%%PORTDOCS%%%%DOCSDIR%%/userguide/baking_luts.html
250
%%PORTDOCS%%%%DOCSDIR%%/site/README.html
119
%%PORTDOCS%%%%DOCSDIR%%/userguide/config_syntax.html
251
%%PORTDOCS%%%%DOCSDIR%%/site/README_theme.html
120
%%PORTDOCS%%%%DOCSDIR%%/userguide/contexts.html
252
%%PORTDOCS%%%%DOCSDIR%%/site/archetypes/default.html
121
%%PORTDOCS%%%%DOCSDIR%%/userguide/index.html
253
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/author/john-doe.html
122
%%PORTDOCS%%%%DOCSDIR%%/userguide/looks.html
254
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/author/mark-dinn.html
123
%%PORTDOCS%%%%DOCSDIR%%/userguide/tool_overview.html
255
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/installation.html
124
share/ocio/setup_ocio.sh
256
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-1.html
257
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-2.html
258
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-3.html
259
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-4.html
260
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-5.html
261
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-6.html
262
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-7.html
263
%%PORTDOCS%%%%DOCSDIR%%/site/homepage/content/english/blog/simple-blog-post-8.html
264
%%PORTDOCS%%%%DOCSDIR%%/toc_redirect.html
265
%%PORTDOCS%%%%DOCSDIR%%/tutorials/_index.html
266
%%PORTDOCS%%%%DOCSDIR%%/tutorials/baking_luts.html
267
%%PORTDOCS%%%%DOCSDIR%%/tutorials/contributing.html
268
%%PORTDOCS%%%%DOCSDIR%%/upgrading_v2/_index.html
269
%%PORTDOCS%%%%DOCSDIR%%/upgrading_v2/how_to.html
(-)graphics/opencolorio/pkg-plist-tools (+4 lines)
Lines 1-5 Link Here
1
bin/ociobakelut
1
bin/ociobakelut
2
bin/ociocheck
2
bin/ociocheck
3
bin/ociochecklut
3
bin/ocioconvert
4
bin/ocioconvert
4
bin/ociodisplay
5
bin/ociodisplay
5
bin/ociolutimage
6
bin/ociolutimage
7
bin/ociomakeclf
8
bin/ocioperf
9
bin/ociowrite

Return to bug 249534