]> git.pld-linux.org Git - packages/luminance-hdr.git/commitdiff
- fix incorrect header, rel 2 auto/th/luminance-hdr-2.6.1.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Jan 2022 22:58:35 +0000 (23:58 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Jan 2022 22:58:35 +0000 (23:58 +0100)
luminance-hdr.spec
std-header.patch [new file with mode: 0644]

index 7dc1c6cf181c03ad816d72c4b448e7122488400e..cc85d96e093512776141b2d7ece4441d57c7df2a 100644 (file)
@@ -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 (file)
index 0000000..d450049
--- /dev/null
@@ -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:
This page took 0.26941 seconds and 4 git commands to generate.