[packages/luminance-hdr] - fix incorrect header, rel 2

baggins baggins at pld-linux.org
Sat Jan 22 23:58:54 CET 2022


commit 745b61787081fd559fb7e2ccff898d870dfc87d4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jan 22 23:58:35 2022 +0100

    - fix incorrect header, rel 2

 luminance-hdr.spec |  4 +++-
 std-header.patch   | 11 +++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/luminance-hdr.spec b/luminance-hdr.spec
index 7dc1c6c..cc85d96 100644
--- a/luminance-hdr.spec
+++ b/luminance-hdr.spec
@@ -14,13 +14,14 @@ Summary:	Luminance HDR - HDR Image compositor
 Summary(pl.UTF-8):	Luminance HDR - narzędzie do składania obrazów HDR
 Name:		luminance-hdr
 Version:	2.6.1.1
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		X11/Applications/Graphics
 Source0:	https://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.bz2
 # Source0-md5:	c57baf1d3c5d7952f952496f20f86c8f
 Patch0:		buildtype.patch
 Patch1:		sse_header.patch
+Patch2:		std-header.patch
 URL:		http://qtpfsgui.sourceforge.net/
 BuildRequires:	CCfits-devel
 BuildRequires:	OpenEXR-devel >= 2.0.1
@@ -76,6 +77,7 @@ Luminance HDR - narzędzie do składania obrazów HDR.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d build
diff --git a/std-header.patch b/std-header.patch
new file mode 100644
index 0000000..d450049
--- /dev/null
+++ b/std-header.patch
@@ -0,0 +1,11 @@
+--- luminance-hdr-2.6.1.1/src/Common/init_fftw.h~	2021-01-11 10:41:28.000000000 +0100
++++ luminance-hdr-2.6.1.1/src/Common/init_fftw.h	2022-01-22 23:56:19.052511709 +0100
+@@ -22,7 +22,7 @@
+ #ifndef INIT_FFTW_H
+ #define INIT_FFTW_H
+ 
+-#include <boost/thread/mutex.hpp>
++#include <mutex>
+ 
+ class FFTW_MUTEX {
+    public:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/luminance-hdr.git/commitdiff/745b61787081fd559fb7e2ccff898d870dfc87d4



More information about the pld-cvs-commit mailing list