svn commit: r558783 - in head/graphics/openimageio: . files
Fernando Apesteguía
fernape at FreeBSD.org
Sun Dec 20 22:00:00 UTC 2020
Author: fernape
Date: Sun Dec 20 21:59:59 2020
New Revision: 558783
URL: https://svnweb.freebsd.org/changeset/ports/558783
Log:
graphics/openimageio: Update to v2.2.9.0
ChangeLog: https://github.com/OpenImageIO/oiio/releases/tag/Release-2.2.9.0
PR: 251849
Submitted by: FreeBSD at ShaneWare.Biz (maintainer)
Added:
head/graphics/openimageio/files/patch-src_webp.imageio_webpinput.cpp (contents, props changed)
Modified:
head/graphics/openimageio/Makefile
head/graphics/openimageio/distinfo
head/graphics/openimageio/pkg-plist
Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile Sun Dec 20 21:53:38 2020 (r558782)
+++ head/graphics/openimageio/Makefile Sun Dec 20 21:59:59 2020 (r558783)
@@ -3,12 +3,12 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= Release-
-DISTVERSION= 2.2.6.1
+DISTVERSION= 2.2.9.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 at Shaneware.biz
Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo Sun Dec 20 21:53:38 2020 (r558782)
+++ head/graphics/openimageio/distinfo Sun Dec 20 21:59:59 2020 (r558783)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599280672
-SHA256 (OpenImageIO-oiio-Release-2.2.6.1_GH0.tar.gz) = adc245c9b2fa2bce1dd2decbdd1d03974e1e9818219d267d1da3dd1bd91216df
-SIZE (OpenImageIO-oiio-Release-2.2.6.1_GH0.tar.gz) = 29187970
+TIMESTAMP = 1607243801
+SHA256 (OpenImageIO-oiio-Release-2.2.9.0_GH0.tar.gz) = 255cfec0d9e94c8cf412bb2187ca85ad22ed1447342e51f2d439c2e1f8f7b96e
+SIZE (OpenImageIO-oiio-Release-2.2.9.0_GH0.tar.gz) = 29216767
Added: head/graphics/openimageio/files/patch-src_webp.imageio_webpinput.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/openimageio/files/patch-src_webp.imageio_webpinput.cpp Sun Dec 20 21:59:59 2020 (r558783)
@@ -0,0 +1,11 @@
+--- src/webp.imageio/webpinput.cpp.orig 2020-12-07 13:21:21 UTC
++++ src/webp.imageio/webpinput.cpp
+@@ -136,7 +136,7 @@ WebpInput::open(const std::string& name, ImageSpec& sp
+ }
+
+ // WebPMuxError err;
+- WebPData bitstream { m_encoded_image.get(), m_image_size };
++ WebPData bitstream { m_encoded_image.get(), (size_t)m_image_size };
+ m_demux = WebPDemux(&bitstream);
+ if (!m_demux) {
+ errorf("Couldn't decode");
Modified: head/graphics/openimageio/pkg-plist
==============================================================================
--- head/graphics/openimageio/pkg-plist Sun Dec 20 21:53:38 2020 (r558782)
+++ head/graphics/openimageio/pkg-plist Sun Dec 20 21:59:59 2020 (r558783)
@@ -35,6 +35,7 @@ include/OpenImageIO/imagebufalgo_util.h
include/OpenImageIO/imagebufalgo.h
include/OpenImageIO/imagecache.h
include/OpenImageIO/imageio.h
+include/OpenImageIO/Imath.h
include/OpenImageIO/missing_math.h
include/OpenImageIO/oiioversion.h
include/OpenImageIO/optparser.h
More information about the svn-ports-all
mailing list