Accepting request 208817 from devel:libraries:c_c++
Fixes missing header please submit to factory as well (forwarded request 208792 from toganm) OBS-URL: https://build.opensuse.org/request/show/208817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=21
This commit is contained in:
parent
d928bf9c9b
commit
3f5965f40d
22
openexr-2.1.0-headers.patch
Normal file
22
openexr-2.1.0-headers.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff -up openexr-2.1.0/IlmImf/Makefile.am.headers openexr-2.1.0/IlmImf/Makefile.am
|
||||
--- openexr-2.1.0/IlmImf/Makefile.am.headers 2013-11-11 17:09:51.000000000 -0600
|
||||
+++ openexr-2.1.0/IlmImf/Makefile.am 2013-11-27 11:33:11.934497336 -0600
|
||||
@@ -103,6 +103,7 @@ libIlmImfinclude_HEADERS = ImfForward.h
|
||||
ImfCRgbaFile.h ImfChannelList.h \
|
||||
ImfChannelListAttribute.h \
|
||||
ImfCompressionAttribute.h \
|
||||
+ ImfDeepImageStateAttribute.h \
|
||||
ImfDoubleAttribute.h ImfFloatAttribute.h \
|
||||
ImfFrameBuffer.h ImfHeader.h ImfIO.h \
|
||||
ImfInputFile.h ImfIntAttribute.h \
|
||||
diff -up openexr-2.1.0/IlmImf/Makefile.in.headers openexr-2.1.0/IlmImf/Makefile.in
|
||||
--- openexr-2.1.0/IlmImf/Makefile.in.headers 2013-11-12 18:33:11.000000000 -0600
|
||||
+++ openexr-2.1.0/IlmImf/Makefile.in 2013-11-27 11:33:16.341451113 -0600
|
||||
@@ -373,6 +373,7 @@ libIlmImfinclude_HEADERS = ImfForward.h
|
||||
ImfCRgbaFile.h ImfChannelList.h \
|
||||
ImfChannelListAttribute.h \
|
||||
ImfCompressionAttribute.h \
|
||||
+ ImfDeepImageStateAttribute.h \
|
||||
ImfDoubleAttribute.h ImfFloatAttribute.h \
|
||||
ImfFrameBuffer.h ImfHeader.h ImfIO.h \
|
||||
ImfInputFile.h ImfIntAttribute.h \
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 10:22:05 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- add openexr-2.1.0-headers.patch to install
|
||||
ImfDeepImageStateAttribute.h header too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 09:17:45 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
|
@ -46,6 +46,8 @@ Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{v
|
||||
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
|
||||
Source2: baselibs.conf
|
||||
Source3: openexr.keyring
|
||||
# PATCH-FIX-UPSTREAM install ImfDeepImageStateAttribute.h header too Rex Dieter<rdieter@math.unl.edu>
|
||||
Patch0: openexr-2.1.0-headers.patch
|
||||
|
||||
%description
|
||||
OpenEXR is a high dynamic-range (HDR) image file format developed by
|
||||
@ -113,6 +115,8 @@ This package contains a documentation
|
||||
%{?gpg_verify: %gpg_verify %{S:1}}
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
# poor man's fdupes
|
||||
if cmp COPYING LICENSE; then
|
||||
rm -rf LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user