Bug 260310 - new port graphics/openimageio-ociov1
Summary: new port graphics/openimageio-ociov1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks: 260311
  Show dependency treegraph
 
Reported: 2021-12-10 10:37 UTC by Shane
Modified: 2022-02-02 12:04 UTC (History)
1 user (show)

See Also:


Attachments
new port graphics/openimageio-ociov1 (15.64 KB, text/plain)
2021-12-10 10:37 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!