diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -23,7 +23,6 @@
libm.so.6
libpangomm-1.4.so.1
libpng16.so.16
-libpthread.so.0
librsvg-2.so.2
libsigc-2.0.so.0
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : rawtherapee
version : '5.8'
-release : 14
+release : 15
source :
- https://rawtherapee.com/shared/source/rawtherapee-5.8.tar.xz : 360528a0aae922eb5af8742f415475fb91b6d62a739da5f2804828f04ec40853
homepage : https://rawtherapee.com/
@@ -9,7 +9,9 @@
summary : A powerful cross-platform raw photo processing program
description: |
RawTherapee is an advanced cross-platform program for developing raw photos and for processing non-raw photos. It is non-destructive, makes use of OpenMP, supports all the cameras supported by dcraw and more, and carries out its calculations in a high precision 32-bit floating point engine.
-optimize : speed
+optimize :
+ - speed
+ - lto
builddeps :
- pkgconfig(exiv2)
- pkgconfig(fftw3)
@@ -33,8 +35,10 @@
#endif
EOF
- %cmake -DBUILD_SHARED=ON -DCACHE_NAME_SUFFIX=""
+ %patch -p1 < $pkgfiles/0001-fix-canon-mraw-and-sraw-regression.patch
+
+ %cmake_ninja -DBUILD_SHARED=ON -DCACHE_NAME_SUFFIX=""
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
rawtherapee
https://rawtherapee.com/
- Joshua Strobl
- joshua@streambits.io
+ Jacob Alzén
+ jacob.alzen@gmail.com
GPL-3.0-or-later
multimedia.graphics
@@ -589,12 +589,12 @@
-
- 2020-03-12
+
+ 2020-08-30
5.8
Packaging update
- Joshua Strobl
- joshua@streambits.io
+ Jacob Alzén
+ jacob.alzen@gmail.com
\ No newline at end of file