Package: opencolorio / 2.1.3+dfsg-2

Metadata

Package Version Patches format
opencolorio 2.1.3+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix_cstring_issue.patch | (download)

src/OpenColorIO/FileRules.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix_cstring_issue

Bug: https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1665
0002 fix documentation cmake syntax.patch | (download)

docs/CMakeLists.txt | 4 2 + 2 - 0 !
src/bindings/python/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 correct usage of pythonpath in cmake files
 When using the PYTHONPATH auto-generated by the cmake files in
 this package, quotation marks were being added around it that
 were causing the package build to try to run PYTHONPATH as an
 executable rather than setting an environment variable.
pystring include.diff | (download)

share/cmake/modules/Findpystring.cmake | 2 1 + 1 - 0 !
src/OpenColorIO/Context.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/OCIOYaml.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/Op.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/PathUtils.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/fileformats/FileFormatCTF.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/fileformats/FileFormatDiscreet1DL.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/fileformats/FileFormatICC.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/fileformats/FileFormatIridasLook.cpp | 2 1 + 1 - 0 !
src/OpenColorIO/transforms/FileTransform.cpp | 2 1 + 1 - 0 !
tests/cpu/Config_tests.cpp | 2 1 + 1 - 0 !
tests/cpu/Context_tests.cpp | 2 1 + 1 - 0 !
tests/cpu/UnitTestUtils.h | 2 1 + 1 - 0 !
vendor/openfx/OCIOUtils.cpp | 2 1 + 1 - 0 !
14 files changed, 14 insertions(+), 14 deletions(-)

---