Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : rawtherapee | name : rawtherapee | ||||
| version : '5.8' | version : '5.8' | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://rawtherapee.com/shared/source/rawtherapee-5.8.tar.xz : 360528a0aae922eb5af8742f415475fb91b6d62a739da5f2804828f04ec40853 | - https://rawtherapee.com/shared/source/rawtherapee-5.8.tar.xz : 360528a0aae922eb5af8742f415475fb91b6d62a739da5f2804828f04ec40853 | ||||
| homepage : https://rawtherapee.com/ | homepage : https://rawtherapee.com/ | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : multimedia.graphics | component : multimedia.graphics | ||||
| summary : A powerful cross-platform raw photo processing program | summary : A powerful cross-platform raw photo processing program | ||||
| description: | | 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. | 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 : | builddeps : | ||||
| - pkgconfig(exiv2) | - pkgconfig(exiv2) | ||||
| - pkgconfig(fftw3) | - pkgconfig(fftw3) | ||||
| - pkgconfig(gtk-engines-2) | - pkgconfig(gtk-engines-2) | ||||
| - pkgconfig(gtkmm-3.0) | - pkgconfig(gtkmm-3.0) | ||||
| - pkgconfig(lcms2) | - pkgconfig(lcms2) | ||||
| - pkgconfig(lensfun) | - pkgconfig(lensfun) | ||||
| - pkgconfig(libcanberra) | - pkgconfig(libcanberra) | ||||
| - pkgconfig(libiptcdata) | - pkgconfig(libiptcdata) | ||||
| - pkgconfig(librsvg-2.0) | - pkgconfig(librsvg-2.0) | ||||
| - pkgconfig(libtiff-4) | - pkgconfig(libtiff-4) | ||||
| - pkgconfig(libturbojpeg) | - pkgconfig(libturbojpeg) | ||||
| - pkgconfig(sigc++-2.0) | - pkgconfig(sigc++-2.0) | ||||
| - bzip2-devel | - bzip2-devel | ||||
| - mercurial | - mercurial | ||||
| setup : | | setup : | | ||||
| cat > rtgui/version.h << EOF | cat > rtgui/version.h << EOF | ||||
| #ifndef _VERSION_ | #ifndef _VERSION_ | ||||
| #define _VERSION_ | #define _VERSION_ | ||||
| #define VERSION "$version" | #define VERSION "$version" | ||||
| #endif | #endif | ||||
| EOF | 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 : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.