Wednesday, April 28, 2021

[MAINTAINER UPDATE] graphics/openimageio -> 2.2.13.1

Update graphics/openimageio to 2.2.13.1

Changelog:https://github.com/OpenImageIO/oiio/releases/tag/v2.2.13.1

Build & Run tested with blender

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/openimageio/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- Makefile 5 Apr 2021 14:13:39 -0000 1.53
+++ Makefile 27 Apr 2021 09:22:59 -0000
@@ -11,7 +11,7 @@ COMMENT = library for reading and writi
GH_ACCOUNT = OpenImageIO
GH_PROJECT = oiio
GH_TAGNAME = Release-$V
-V = 2.2.13.0
+V = 2.2.13.1
DISTNAME = openimageio-${V}

SHARED_LIBS += OpenImageIO 10.0 # 2.2.13
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/openimageio/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo 5 Apr 2021 14:13:39 -0000 1.12
+++ distinfo 27 Apr 2021 09:22:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (openimageio-2.2.13.0.tar.gz) = /Lk419AGCBa60Y9i6+1uWh2VlVXbLp0oJUO0ZRkjd1U=
-SIZE (openimageio-2.2.13.0.tar.gz) = 29265725
+SHA256 (openimageio-2.2.13.1.tar.gz) = f4EBJOhmrBStnBGwq1KKbtTI5ioZDMRKd+7YFZ9XQFw=
+SIZE (openimageio-2.2.13.1.tar.gz) = 29265740
Index: patches/patch-src_libutil_ustring_cpp
===================================================================
RCS file: /cvs/ports/graphics/openimageio/patches/patch-src_libutil_ustring_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_libutil_ustring_cpp
--- patches/patch-src_libutil_ustring_cpp 23 Jan 2021 12:46:26 -0000 1.1
+++ patches/patch-src_libutil_ustring_cpp 27 Apr 2021 09:22:59 -0000
@@ -6,7 +6,7 @@ error: expected value in expression
Index: src/libutil/ustring.cpp
--- src/libutil/ustring.cpp.orig
+++ src/libutil/ustring.cpp
-@@ -293,7 +293,7 @@ struct libcpp_string__long {
+@@ -308,7 +308,7 @@ struct libcpp_string__long {
std::string::size_type __size_;
std::string::size_type __cap_;
};
@@ -15,7 +15,7 @@ Index: src/libutil/ustring.cpp
enum { libcpp_string__long_mask = 0x1ul };
# else // _LIBCPP_BIG_ENDIAN
enum { libcpp_string__long_mask = ~(std::string::size_type(~0) >> 1) };
-@@ -304,7 +304,7 @@ struct libcpp_string__long {
+@@ -319,7 +319,7 @@ struct libcpp_string__long {
std::string::size_type __size_;
std::string::pointer __data_;
};

No comments:

Post a Comment