Here is an update to OpenImageIO 2.4.17.0.
https://raw.githubusercontent.com/AcademySoftwareFoundation/OpenImageIO/dev-2.4/CHANGES.md
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/openimageio/Makefile,v
retrieving revision 1.68
diff -u -p -u -p -r1.68 Makefile
--- Makefile 1 Sep 2023 15:20:14 -0000 1.68
+++ Makefile 29 Feb 2024 02:06:22 -0000
@@ -3,21 +3,22 @@
COMMENT = library for reading and writing images
+V = 2.4.17.0
+DISTNAME = openimageio-${V}
GH_ACCOUNT = OpenImageIO
GH_PROJECT = oiio
GH_TAGNAME = v$V
-V = 2.4.11.0
-DISTNAME = openimageio-${V}
-REVISION = 0
-SHARED_LIBS += OpenImageIO 13.0 # 2.4.10
-SHARED_LIBS += OpenImageIO_Util 8.0 # 2.4.10
+WRKDIST = ${WRKDIR}/${GH_ACCOUNT}-${GH_TAGNAME:C/^[vV]([0-9])/\1/}
+
+SHARED_LIBS += OpenImageIO 14.0 # 2.4.10
+SHARED_LIBS += OpenImageIO_Util 9.0 # 2.4.10
CATEGORIES = graphics devel
HOMEPAGE = https://sites.google.com/site/openimageio/home
-# BSD
+# Apache 2.0 / BSD
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} GL GLU Iex-3_2 IlmThread-3_2 Imath-3_1
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/openimageio/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo 14 May 2023 12:40:05 -0000 1.18
+++ distinfo 29 Feb 2024 02:06:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (openimageio-2.4.11.0.tar.gz) = UTkLPnIiiS6H65KdInu7W5vp9787RyKakdKxBuv/s/s=
-SIZE (openimageio-2.4.11.0.tar.gz) = 32158503
+SHA256 (openimageio-2.4.17.0.tar.gz) = f+gdjlvOMMxKIS8CCsPMQ0Tmt8HAhCR146BIUVCZxlw=
+SIZE (openimageio-2.4.17.0.tar.gz) = 47900800
No comments:
Post a Comment