Bug 260310

Summary: new port graphics/openimageio-ociov1
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 260311    
Attachments:
Description Flags
new port graphics/openimageio-ociov1 none

Description Shane 2021-12-10 10:37:19 UTC
Created attachment 230014 [details]
new port graphics/openimageio-ociov1

new port that provides oiio library that is linked against ociov1
This allows blender-lts28 to compile while it still has six months official support
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-01 17:06:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d

commit 436b1bb08ad0f453c2f8b50bf1e0146e1e50fe0d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-01 16:21:31 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-01 17:04:13 +0000

    graphics/openimageio-ociov1: compat library for ICIOv1 support

    New port that provides oiio library that is linked against ociov1
    This allows blender-lts28 to compile while it still has six months official support

    PR:             260310
    Sponsored by:   Netzkommune GmbH.

 graphics/openimageio-ociov1/Makefile (new)         | 101 +++++++++++++++++++++
 graphics/openimageio-ociov1/distinfo (new)         |   3 +
 .../files/patch-CMakeLists.txt (new)               |  13 +++
 ...h-src_cmake_modules_FindOpenColorIO.cmake (new) |  41 +++++++++
 .../patch-src_cmake_modules_FindPtex.cmake (new)   |  10 ++
 .../files/patch-src_include_CMakeLists.txt (new)   |  34 +++++++
 .../patch-src_libOpenImageIO_CMakeLists.txt (new)  |  11 +++
 .../files/patch-src_libutil_CMakeLists.txt (new)   |  11 +++
 graphics/openimageio-ociov1/pkg-descr (new)        |  10 ++
 graphics/openimageio-ociov1/pkg-plist (new)        |  73 +++++++++++++++
 graphics/openimageio-ociov1/pkg-plist-pybind (new) |   1 +
 11 files changed, 308 insertions(+)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-02-02 12:04:16 UTC
Committed, thanks!