Bug 279845 - update graphics/openimageio update to v2.5.12.0, to v2.5.13.0
Summary: update graphics/openimageio update to v2.5.12.0, to v2.5.13.0
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: Vladimir Druzenko
URL: https://github.com/AcademySoftwareFou...
Keywords:
Depends on:
Blocks: 279847
  Show dependency treegraph
 
Reported: 2024-06-19 01:03 UTC by Shane
Modified: 2024-07-04 10:28 UTC (History)
1 user (show)

See Also:


Attachments
maintainer update graphics/openimageio to 2.5.12.0 (1.29 KB, patch)
2024-06-19 01:03 UTC, Shane
FreeBSD: maintainer-approval+
Details | Diff
+ some tweaks (2.33 KB, patch)
2024-06-27 11:32 UTC, Vladimir Druzenko
no flags Details | Diff
+ some tweaks v2 (2.00 KB, patch)
2024-06-28 11:51 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff
update to 2.5.13.0 (1.09 KB, patch)
2024-07-02 14:01 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2024-06-19 01:03:13 UTC
Created attachment 251555 [details]
maintainer update graphics/openimageio to 2.5.12.0

update graphics/openimageio update to v2.5.12.0
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-19 03:19:24 UTC
graphics/py-openimageio/Makefile:
-PORTREVISION=   1
+PORTREVISION=   0
Comment 2 Shane 2024-06-19 09:35:51 UTC
yes the python slave should have the portrevision reset
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-27 11:32:39 UTC
Created attachment 251723 [details]
+ some tweaks

Prevent silent grab of graphics/ptex if installed and option PTEX is OFF.
With DICOM option it link with libxml2 - added as dependency.
Comment 4 Shane 2024-06-28 03:14:45 UTC
Comment on attachment 251723 [details]
+ some tweaks

I think it would be cleaner to use PTEX_CMAKE_BOOL_OFF to negate the option

PTEX_CMAKE_BOOL_OFF=  CMAKE_DISABLE_FIND_PACKAGE_Ptex

otherwise ok
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-28 11:51:43 UTC
Created attachment 251742 [details]
+ some tweaks v2

(In reply to Shane from comment #4)
You are right - changed.
Comment 6 Shane 2024-06-29 02:57:57 UTC
Comment on attachment 251742 [details]
+ some tweaks v2

looks ok
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-02 13:21:20 UTC
I'm committing 2.5.12.0, but yesterday released 2.5.13.0:
https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.13.0

Can you check it? I'll commit it after commit 2.5.12.0.
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-07-02 13:25:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=738b5f3b51814d265ef228b774cfa7df635c196a

commit 738b5f3b51814d265ef228b774cfa7df635c196a
Author:     Shane <FreeBSD@ShaneWare.Biz>
AuthorDate: 2024-07-02 13:17:59 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-02 13:17:59 +0000

    graphics/{,py-}openimageio: update 2.5.8.0 → 2.5.12.0

    Changelog:
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.9.0
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.10.1
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.11.0
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.12.0

    PR:     279845

 graphics/openimageio/Makefile    | 9 ++++++---
 graphics/openimageio/distinfo    | 6 +++---
 graphics/py-openimageio/Makefile | 2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
Comment 9 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-02 14:01:34 UTC
Created attachment 251829 [details]
update to 2.5.13.0

Build without errors, after update blender run fine.
Comment 10 Shane 2024-07-04 01:30:40 UTC
Comment on attachment 251829 [details]
update to 2.5.13.0

I'm ok with this.
Comment 11 commit-hook freebsd_committer freebsd_triage 2024-07-04 10:27:07 UTC
A commit in branch main references this bug:

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

commit bbf40ff3c233434e1610f0a68a85ec26015f03b6
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-07-04 10:25:09 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-04 10:25:09 +0000

    graphics/openimageio: update 2.5.12.0 → 2.5.13.0

    Changelog:
     * fix: Various PSD files fail to load correctly #4302 (by Jesse Yurkovich)
     * fix: Improve error messages when a font is not found #4284
     * int: In platform.h, define OIIO_DEVICE macro #4290
     * ci: Typo in build_libtiff.bash #4280
     * docs: Update INSTALL.md for windows #4279 (by Mel Massadian)
     * docs: Fixes to formatting and sphinx warnings #4301
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.13.0

    PR:             279845
    Approved by:    Shane <FreeBSD@ShaneWare.Biz>
    MFH:            2024Q3

 graphics/openimageio/Makefile | 2 +-
 graphics/openimageio/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 12 commit-hook freebsd_committer freebsd_triage 2024-07-04 10:28:08 UTC
A commit in branch 2024Q3 references this bug:

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

commit f254af550f44bbef78502f0bce900d282a8d994e
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-07-04 10:25:09 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-04 10:27:46 +0000

    graphics/openimageio: update 2.5.12.0 → 2.5.13.0

    Changelog:
     * fix: Various PSD files fail to load correctly #4302 (by Jesse Yurkovich)
     * fix: Improve error messages when a font is not found #4284
     * int: In platform.h, define OIIO_DEVICE macro #4290
     * ci: Typo in build_libtiff.bash #4280
     * docs: Update INSTALL.md for windows #4279 (by Mel Massadian)
     * docs: Fixes to formatting and sphinx warnings #4301
    https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.13.0

    PR:             279845
    Approved by:    Shane <FreeBSD@ShaneWare.Biz>
    MFH:            2024Q3

    (cherry picked from commit bbf40ff3c233434e1610f0a68a85ec26015f03b6)

 graphics/openimageio/Makefile | 2 +-
 graphics/openimageio/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)