Accepting request 1071520 from graphics
- update to 3.1.6: * NEON optimizations for ZIP reading * Enable fast Huffman & Huffman zig-zag transform for Arm Neon * Support relative and absolute libdir/includedir in pkg-config generation * Fix for reading memory mapped files with DWA compression * Enable SSE4 support on Windows * Fast huf decoder - Drop gcc13-fix.patch (forwarded request 1071437 from polslinux) OBS-URL: https://build.opensuse.org/request/show/1071520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=56
This commit is contained in:
commit
512837d2a7
@ -1,36 +0,0 @@
|
|||||||
diff --git a/src/bin/exrcheck/main.cpp b/src/bin/exrcheck/main.cpp
|
|
||||||
index d9812e4..ac995af 100644
|
|
||||||
--- a/src/bin/exrcheck/main.cpp
|
|
||||||
+++ b/src/bin/exrcheck/main.cpp
|
|
||||||
@@ -4,6 +4,7 @@
|
|
||||||
#include <ImfCheckFile.h>
|
|
||||||
#include <ImathConfig.h>
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <iostream>
|
|
||||||
#include <fstream>
|
|
||||||
#include <string.h>
|
|
||||||
diff --git a/src/lib/OpenEXR/ImfDeepTiledInputFile.h b/src/lib/OpenEXR/ImfDeepTiledInputFile.h
|
|
||||||
index b01330f..109bd65 100644
|
|
||||||
--- a/src/lib/OpenEXR/ImfDeepTiledInputFile.h
|
|
||||||
+++ b/src/lib/OpenEXR/ImfDeepTiledInputFile.h
|
|
||||||
@@ -19,6 +19,7 @@
|
|
||||||
|
|
||||||
#include "ImfTileDescription.h"
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <ImathBox.h>
|
|
||||||
|
|
||||||
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
|
|
||||||
diff --git a/src/lib/OpenEXR/ImfDeepTiledInputPart.h b/src/lib/OpenEXR/ImfDeepTiledInputPart.h
|
|
||||||
index e5f950a..130153a 100644
|
|
||||||
--- a/src/lib/OpenEXR/ImfDeepTiledInputPart.h
|
|
||||||
+++ b/src/lib/OpenEXR/ImfDeepTiledInputPart.h
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
|
|
||||||
#include "ImfTileDescription.h"
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <ImathBox.h>
|
|
||||||
|
|
||||||
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 09:13:04 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- update to 3.1.6:
|
||||||
|
* NEON optimizations for ZIP reading
|
||||||
|
* Enable fast Huffman & Huffman zig-zag transform for Arm Neon
|
||||||
|
* Support relative and absolute libdir/includedir in pkg-config generation
|
||||||
|
* Fix for reading memory mapped files with DWA compression
|
||||||
|
* Enable SSE4 support on Windows
|
||||||
|
* Fast huf decoder
|
||||||
|
- Drop gcc13-fix.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 6 12:23:38 UTC 2023 - Martin Liška <mliska@suse.cz>
|
Mon Mar 6 12:23:38 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define sonum 30
|
%define sonum 30
|
||||||
%global so_suffix -3_1
|
%global so_suffix -3_1
|
||||||
Name: openexr
|
Name: openexr
|
||||||
Version: 3.1.5
|
Version: 3.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for working with HDR images in OpenEXR format
|
Summary: Utilities for working with HDR images in OpenEXR format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -30,7 +30,6 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://www.openexr.com/
|
URL: https://www.openexr.com/
|
||||||
Source0: https://github.com/openexr/openexr/archive/v%{version}.tar.gz
|
Source0: https://github.com/openexr/openexr/archive/v%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch0: gcc13-fix.patch
|
|
||||||
BuildRequires: cmake >= 3.12
|
BuildRequires: cmake >= 3.12
|
||||||
BuildRequires: freeglut-devel
|
BuildRequires: freeglut-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec
|
|
||||||
size 20327926
|
|
3
v3.1.6.tar.gz
Normal file
3
v3.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daa33d93a7b706e27368a162060df0246a7750c39a01a122d33b13f5c45d2029
|
||||||
|
size 20494002
|
Loading…
Reference in New Issue
Block a user