diff options
author | riggs <riggs@FreeBSD.org> | 2015-09-21 00:25:47 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-09-21 00:25:47 +0800 |
commit | 842196a85372b6cdb4524c44ccba383f9f6108b5 (patch) | |
tree | 0c72bf8c011be9b57aa885941a7fd7fae9032b48 /graphics/openimageio | |
parent | ace2d0f22a251be2cc843423541e33304b038f11 (diff) | |
download | freebsd-ports-gnome-842196a85372b6cdb4524c44ccba383f9f6108b5.tar.gz freebsd-ports-gnome-842196a85372b6cdb4524c44ccba383f9f6108b5.tar.zst freebsd-ports-gnome-842196a85372b6cdb4524c44ccba383f9f6108b5.zip |
Update to upstream version 1.5.18
PR: 202442
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
Diffstat (limited to 'graphics/openimageio')
-rw-r--r-- | graphics/openimageio/Makefile | 4 | ||||
-rw-r--r-- | graphics/openimageio/distinfo | 4 | ||||
-rw-r--r-- | graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h | 15 |
3 files changed, 4 insertions, 19 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 1a464c4fcaf1..8e02b2973a99 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.5.16 +PORTVERSION= 1.5.18 DISTVERSIONPREFIX= Release- PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -66,7 +66,7 @@ PLIST_SUB+= LIBVERS=${PORTVERSION} LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libhdf5.so:${PORTSDIR}/science/hdf5 \ - libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libwebp.so:${PORTSDIR}/graphics/webp USE_LDCONFIG= yes diff --git a/graphics/openimageio/distinfo b/graphics/openimageio/distinfo index 71abb62851f5..57d5216b7d98 100644 --- a/graphics/openimageio/distinfo +++ b/graphics/openimageio/distinfo @@ -1,2 +1,2 @@ -SHA256 (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 6c676ae5ddc3b2a8f8d37b521c670d8b3f82d1af583801027d44cf61e1550d6b -SIZE (OpenImageIO-oiio-Release-1.5.16_GH0.tar.gz) = 23136543 +SHA256 (OpenImageIO-oiio-Release-1.5.18_GH0.tar.gz) = 5e22fb0fbc46f72dd8904282cf43ae5501415f11b0043c61660dd99ac267c756 +SIZE (OpenImageIO-oiio-Release-1.5.18_GH0.tar.gz) = 20721348 diff --git a/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h b/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h deleted file mode 100644 index 96bcc26416e2..000000000000 --- a/graphics/openimageio/files/patch-src_include_OpenImageIO_simd.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/include/OpenImageIO/simd.h.orig 2015-06-23 11:59:51 UTC -+++ src/include/OpenImageIO/simd.h -@@ -52,8 +52,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE - #if (defined(__SSE2__) || (_MSC_VER >= 1300 && !_M_CEE_PURE)) && !defined(OIIO_NO_SSE) - # include <xmmintrin.h> - # include <emmintrin.h> --# if defined(__SSE3__) || defined(__SSSE3__) -+# if defined(__SSE3__) - # include <pmmintrin.h> -+# endif -+# if defined(__SSSE3__) - # include <tmmintrin.h> - # endif - # if (defined(__SSE4_1__) || defined(__SSE4_2__)) - |