git: 738b5f3b5181 - main - graphics/{,py-}openimageio: update 2.5.8.0 → 2.5.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 13:25:36 UTC
The branch main has been updated by vvd:
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(-)
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 2ad927eeff66..aaa36ad1fb9e 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,11 +1,11 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.8.0
+DISTVERSION= 2.5.12.0
# PORTREVISION must be set with ?= so as not to stomp over
# py-openimageio's PORTREVISION.
# Also, just to be on the safe side, when resetting,
# best keep PORTREVISION?= 0.
-PORTREVISION?= 1
+PORTREVISION?= 0
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
@@ -56,12 +56,14 @@ OPTIONS_SUB= yes
DICOM_DESC= DICOM/MEDICOM support
FFMPEG_DESC= Use FFmpeg to support extra file types
IMAGEVIEWER_DESC= Build image viewer (requires Qt)
-PTEX_DESC= ptex support
+PTEX_DESC= Per face texture library support
TBB_DESC= Intel tbb support
TOOLS_DESC= Build CLI tools
VDB_DESC= OpenVDB support
DICOM_LIB_DEPENDS= libdcmimage.so:graphics/dcmtk
+DICOM_USES= gnome ssl
+DICOM_USE= gnome=libxml2
DICOM_CMAKE_BOOL= USE_DICOM
DOCS_CMAKE_BOOL= INSTALL_DOCS
@@ -90,6 +92,7 @@ OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
OPENJPEG_CMAKE_BOOL= USE_OPENJPEG
PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex
+PTEX_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ptex
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw
RAW_CMAKE_BOOL= USE_LIBRAW
diff --git a/graphics/openimageio/distinfo b/graphics/openimageio/distinfo
index 735fc6e08df2..f43469da3c7b 100644
--- a/graphics/openimageio/distinfo
+++ b/graphics/openimageio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708218927
-SHA256 (AcademySoftwareFoundation-OpenImageIO-v2.5.8.0_GH0.tar.gz) = 02e2e6680d7f2862f2e4fca7c17f61ce01833ed343f79d5b1b1720e411d75f76
-SIZE (AcademySoftwareFoundation-OpenImageIO-v2.5.8.0_GH0.tar.gz) = 52043358
+TIMESTAMP = 1717479326
+SHA256 (AcademySoftwareFoundation-OpenImageIO-v2.5.12.0_GH0.tar.gz) = 51ea3c309bad7381fd0d7ef793e93a72d8e0edaeff4ff329f4f21fb5de3d90bd
+SIZE (AcademySoftwareFoundation-OpenImageIO-v2.5.12.0_GH0.tar.gz) = 52535046
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 5327113c05b0..77e30f9831f0 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}