Server application for collaborative production of 3D assets and animations.
--- OpenColorIO-2.2.1/src/OpenColorIO/CMakeLists.txt.orig	1970-01-01 01:00:01.000000000 +0100
+++ OpenColorIO-2.2.1/src/OpenColorIO/CMakeLists.txt	2023-02-10 13:44:04.564102461 +0100
@@ -290,6 +290,7 @@
         "$<BUILD_INTERFACE:xxHash>"
         yaml-cpp
         MINIZIP::minizip-ng
+	libzip::zip
 )
 
 if(APPLE)


--- OpenColorIO-2.2.1/share/cmake/modules/FindExtPackages.cmake.orig	1970-01-01 01:00:01.000000000 +0100
+++ OpenColorIO-2.2.1/share/cmake/modules/FindExtPackages.cmake	2023-02-10 14:16:49.817056941 +0100
@@ -139,5 +139,6 @@
 # minizip-ng
 # https://github.com/zlib-ng/minizip-ng
 find_package(minizip-ng 3.0.7 REQUIRED)
+find_package(libzip)
 
 if(OCIO_BUILD_APPS)