Index: head/graphics/opencolorio/Makefile =================================================================== --- head/graphics/opencolorio/Makefile (revision 502396) +++ head/graphics/opencolorio/Makefile (revision 502397) @@ -1,107 +1,109 @@ # Created by: Shane Ambler # $FreeBSD$ PORTNAME= opencolorio -PORTVERSION= 1.1.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 1.1.1 +PORTREVISION?= 0 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= Complete color management solution LICENSE= BSD3CLAUSE USES= alias cmake compiler:c++11-lang localbase:ldflags pkgconfig \ shebangfix USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO CMAKE_ON= USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML CMAKE_OFF= OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC -CXXFLAGS= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_gcc= -Wno-unused-function -Wno-error CXXFLAGS_clang= -Wno-deprecated-register SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \ share/sphinx/ExtractRstFromSourceSimple.py \ src/pyglue/createPyDocH.py OPTIONS_DEFINE= DOCS DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS + +PLIST_SUB+= LIBVERS=${PORTVERSION} .if ${MACHINE_CPU:Msse2} CMAKE_ON+= OCIO_USE_SSE .else CMAKE_OFF+= OCIO_USE_SSE .endif .include .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio 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= ${PATCHDIR}/tools .elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio USES+= python USE_PYTHON= flavors 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} LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \ libyaml-cpp03.so:devel/yaml-cpp03 USES+= python:2.7,build USE_LDCONFIG= yes 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 # this makes it easier to allow multiple python versions installed # 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= ${PATCHDIR}/libs .endif post-patch: @${REINPLACE_CMD} -e '/pkg_check_modules/ s|yaml-cpp|&03|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/YAML_CPP_INCLUDE_DIR/ s|yaml-cpp|&03|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/YAML_CPP_LIBRARY/ s|yaml-cpp|&03|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|yaml-cpp|&03|' ${WRKSRC}/src/core/OCIOYaml.cpp .if ${SLAVE_PORT} == yes @${FIND} ${WRKSRC}/src/apps -name main.cpp | ${XARGS} \ ${REINPLACE_CMD} '/namespace OIIO/d' .endif .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_LIB} ${BUILD_WRKSRC}/src/pyglue/PyOpenColorIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} .elif !defined(OCIO_SLAVE) post-install: @${RM} -R ${STAGEDIR}${PYTHON_LIBDIR} .endif .include Index: head/graphics/opencolorio/distinfo =================================================================== --- head/graphics/opencolorio/distinfo (revision 502396) +++ head/graphics/opencolorio/distinfo (revision 502397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517541978 -SHA256 (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 228589879e1f11e455a555304007748a8904057088319ebbf172d9384b93c079 -SIZE (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 13826812 +TIMESTAMP = 1557638944 +SHA256 (imageworks-OpenColorIO-v1.1.1_GH0.tar.gz) = c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8 +SIZE (imageworks-OpenColorIO-v1.1.1_GH0.tar.gz) = 13828483 Index: head/graphics/opencolorio/pkg-plist =================================================================== --- head/graphics/opencolorio/pkg-plist (revision 502396) +++ head/graphics/opencolorio/pkg-plist (revision 502397) @@ -1,124 +1,124 @@ include/OpenColorIO/OpenColorABI.h include/OpenColorIO/OpenColorIO.h include/OpenColorIO/OpenColorTransforms.h include/OpenColorIO/OpenColorTypes.h include/PyOpenColorIO/PyOpenColorIO.h lib/libOpenColorIO.so lib/libOpenColorIO.so.1 -lib/libOpenColorIO.so.1.1.0 +lib/libOpenColorIO.so.%%LIBVERS%% libdata/pkgconfig/OpenColorIO.pc share/cmake/Modules/OpenColorIOConfig.cmake -share/cmake/Modules/OpenColorIO-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/OpenColorIO-release.cmake share/cmake/Modules/OpenColorIO.cmake %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html %%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/License.html %%PORTDOCS%%%%DOCSDIR%%/_images/gn10_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/gnf_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/lg10_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/lg8_to_vd8.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/lgf_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_itworks.png %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_open_current_profile.png %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_proof_setup.png %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_reveal_profile.png %%PORTDOCS%%%%DOCSDIR%%/_images/psicc_select_profile.png %%PORTDOCS%%%%DOCSDIR%%/_sources/ChangeLog.txt %%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_vfx.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTypes.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonAPI.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTransforms.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/bindings/PythonTypes.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/coding_guidelines.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/documentation_guidelines.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/getting_started.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/internal_architecture.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/issues.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/submitting_changes.txt %%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 %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/contexts.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/looks.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/tool_overview.txt %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/_static/alert_info_32.png %%PORTDOCS%%%%DOCSDIR%%/_static/alert_warning_32.png %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/bg-page.png %%PORTDOCS%%%%DOCSDIR%%/_static/bullet_orange.png %%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_lm10.0101.jpg %%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_lnf.0101.jpg %%PORTDOCS%%%%DOCSDIR%%/_static/clo_res19_vd16.0101.jpg %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/ocio.css %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%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_vfx.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTypes.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/index.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonAPI.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTransforms.html %%PORTDOCS%%%%DOCSDIR%%/developers/bindings/PythonTypes.html %%PORTDOCS%%%%DOCSDIR%%/developers/coding_guidelines.html %%PORTDOCS%%%%DOCSDIR%%/developers/documentation_guidelines.html %%PORTDOCS%%%%DOCSDIR%%/developers/getting_started.html %%PORTDOCS%%%%DOCSDIR%%/developers/index.html %%PORTDOCS%%%%DOCSDIR%%/developers/internal_architecture.html %%PORTDOCS%%%%DOCSDIR%%/developers/issues.html %%PORTDOCS%%%%DOCSDIR%%/developers/submitting_changes.html %%PORTDOCS%%%%DOCSDIR%%/developers/usage_examples.html %%PORTDOCS%%%%DOCSDIR%%/downloads.html %%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 %%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/userguide/baking_luts.html %%PORTDOCS%%%%DOCSDIR%%/userguide/config_syntax.html %%PORTDOCS%%%%DOCSDIR%%/userguide/contexts.html %%PORTDOCS%%%%DOCSDIR%%/userguide/index.html %%PORTDOCS%%%%DOCSDIR%%/userguide/looks.html %%PORTDOCS%%%%DOCSDIR%%/userguide/tool_overview.html share/ocio/setup_ocio.sh