SHA256
1
0
forked from pool/openexr

Accepting request 208649 from devel:libraries:c_c++

- update to 2.1.0
  This release includes a refactoring of the optimised read paths for RGBA
  data, optimisations for some of the python bindings to Imath, improvements to
  the cmake build environment as well as additional documentation describing
  deep data in more detail.
- make tests conditional, enable fuzz test and huge test

OBS-URL: https://build.opensuse.org/request/show/208649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2013-11-28 06:38:20 +00:00 committed by Git OBS Bridge
parent d14ef2239f
commit d928bf9c9b
7 changed files with 33 additions and 12 deletions

View File

@ -1 +1 @@
libIlmImf-Imf_2_0-20
libIlmImf-Imf_2_1-21

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9924d2f9d57376ff99234209231ad97a47f5cfebd18a5d0570db6d1a220685a
size 12609335

Binary file not shown.

3
openexr-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2bc21dea9dc4d472a8faa77e52eb627ea321c7ee4abab3d6d1a634c379b630b
size 13680959

BIN
openexr-2.1.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 27 09:17:45 UTC 2013 - mvyskocil@suse.com
- update to 2.1.0
This release includes a refactoring of the optimised read paths for RGBA
data, optimisations for some of the python bindings to Imath, improvements to
the cmake build environment as well as additional documentation describing
deep data in more detail.
- make tests conditional, enable fuzz test and huge test
-------------------------------------------------------------------
Mon Jul 15 11:00:04 UTC 2013 - mvyskocil@suse.com

View File

@ -16,10 +16,14 @@
#
%global so_suffix -Imf_2_0-20
%global so_suffix -Imf_2_1-21
# tests should run at least during local build
# but do expect a HUGE number of memory, so beware
%bcond_with tests
Name: openexr
Version: 2.0.1
Version: 2.1.0
Release: 0
Summary: Utilities for work with HDR images in OpenEXR format
License: BSD-3-Clause
@ -33,9 +37,9 @@ BuildRequires: gpg-offline
BuildRequires: fltk-devel
BuildRequires: freeglut-devel
BuildRequires: gcc-c++
BuildRequires: ilmbase-devel >= 2.0.0
BuildRequires: pkg-config
BuildRequires: zlib-devel
BuildRequires: pkgconfig(IlmBase) = %{version}
BuildRequires: pkgconfig(zlib)
Obsoletes: OpenEXR <= 1.6.1
Provides: OpenEXR = %{version}
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
@ -109,6 +113,12 @@ This package contains a documentation
%{?gpg_verify: %gpg_verify %{S:1}}
%setup -q
# poor man's fdupes
if cmp COPYING LICENSE; then
rm -rf LICENSE
ln -sf COPYING LICENSE
fi
# remove a non-linux file
%{__rm} README.win32 README.OSX
@ -121,7 +131,8 @@ export PTHREAD_LIBS="-lpthread"
--with-pic \
--enable-large-stack \
--enable-imfexamples \
--enable-imfuzztest
--enable-imffuzztest \
--enable-imfhugetest
%{__make} %{?_smp_mflags}
%install
@ -132,9 +143,9 @@ install -d -m 0755 %{buildroot}%{_defaultdocdir}/
mv %{buildroot}%{_datadir}/doc/OpenEXR-2* %{buildroot}%{_defaultdocdir}/%{name}-%{version}
%check
#XXX: it seems running tests in BS is not very reliable, so
# so let disable it
# % {__make} check
%if %{with tests}
%{__make} check
%endif
%files
%defattr(-,root,root)