FreeBSD Bugzilla – Attachment 221658 Details for
Bug 252762
graphics/openimageio: Update to v2.2.10.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
maintainer update for graphics/openimageio
openimageio.patch (text/plain), 3.54 KB, created by
Shane
on 2021-01-17 04:49:57 UTC
(
hide
)
Description:
maintainer update for graphics/openimageio
Filename:
MIME Type:
Creator:
Shane
Created:
2021-01-17 04:49:57 UTC
Size:
3.54 KB
patch
obsolete
>diff -Nru graphics/openimageio.orig/Makefile graphics/openimageio/Makefile >--- graphics/openimageio.orig/Makefile 2021-01-17 14:43:45.180670000 +1030 >+++ graphics/openimageio/Makefile 2021-01-17 14:37:11.956901000 +1030 >@@ -3,12 +3,12 @@ > > PORTNAME= openimageio > DISTVERSIONPREFIX= Release- >-DISTVERSION= 2.2.9.0 >+DISTVERSION= 2.2.10.1 > # 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?= 3 >+PORTREVISION?= 0 > CATEGORIES?= graphics multimedia > > MAINTAINER?= FreeBSD@Shaneware.biz >diff -Nru graphics/openimageio.orig/distinfo graphics/openimageio/distinfo >--- graphics/openimageio.orig/distinfo 2021-01-17 14:43:45.193976000 +1030 >+++ graphics/openimageio/distinfo 2021-01-15 12:15:23.585719000 +1030 >@@ -1,3 +1,3 @@ >-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 >+TIMESTAMP = 1610675123 >+SHA256 (OpenImageIO-oiio-Release-2.2.10.1_GH0.tar.gz) = 625f4ad666f9aa133039c0ae6ade8fc5dab835fadac988cbe65f824463d614dc >+SIZE (OpenImageIO-oiio-Release-2.2.10.1_GH0.tar.gz) = 29215445 >diff -Nru graphics/openimageio.orig/files/patch-src_cmake_modules_FindOpenJpeg.cmake graphics/openimageio/files/patch-src_cmake_modules_FindOpenJpeg.cmake >--- graphics/openimageio.orig/files/patch-src_cmake_modules_FindOpenJpeg.cmake 1970-01-01 09:30:00.000000000 +0930 >+++ graphics/openimageio/files/patch-src_cmake_modules_FindOpenJpeg.cmake 2021-01-17 14:43:20.881497000 +1030 >@@ -0,0 +1,32 @@ >+--- src/cmake/modules/FindOpenJpeg.cmake.orig 2021-01-17 14:28:27 UTC >++++ src/cmake/modules/FindOpenJpeg.cmake >+@@ -56,18 +56,21 @@ endmacro () >+ >+ # Generic search paths >+ set (OpenJpeg_include_paths >++ /usr/local/include/openjpeg-2.4 >+ /usr/local/include/openjpeg-2.3 >+ /usr/local/include/openjpeg-2.2 >+ /usr/local/include/openjpeg-2.1 >+ /usr/local/include/openjpeg-2.0 >+ /usr/local/include/openjpeg >+ /usr/local/include >++ /usr/include/openjpeg-2.4 >+ /usr/include/openjpeg-2.3 >+ /usr/include/openjpeg-2.2 >+ /usr/include/openjpeg-2.1 >+ /usr/include/openjpeg >+ /usr/include >+ /opt/local/include >++ /opt/local/include/openjpeg-2.4 >+ /opt/local/include/openjpeg-2.3 >+ /opt/local/include/openjpeg-2.2 >+ /opt/local/include/openjpeg-2.1 >+@@ -88,6 +91,7 @@ if (OpenJpeg_ROOT) >+ ${OpenJpeg_library_paths} >+ ) >+ set (OpenJpeg_include_paths >++ ${OpenJpeg_ROOT}/include/openjpeg-2.4 >+ ${OpenJpeg_ROOT}/include/openjpeg-2.3 >+ ${OpenJpeg_ROOT}/include/openjpeg-2.2 >+ ${OpenJpeg_ROOT}/include/openjpeg-2.1 >diff -Nru graphics/openimageio.orig/files/patch-src_webp.imageio_webpinput.cpp graphics/openimageio/files/patch-src_webp.imageio_webpinput.cpp >--- graphics/openimageio.orig/files/patch-src_webp.imageio_webpinput.cpp 2021-01-17 14:43:45.164183000 +1030 >+++ graphics/openimageio/files/patch-src_webp.imageio_webpinput.cpp 1970-01-01 09:30:00.000000000 +0930 >@@ -1,11 +0,0 @@ >---- 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");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252762
: 221658