From 84b76853df30c7a18c664f8a62b6b3e3db3bc868 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 5 Dec 2022 04:35:13 +0300 Subject: [PATCH] rawtherapee-5.9. --- multimedia/graphics/rawtherapee/actions.py | 22 ++++++++++++------- multimedia/graphics/rawtherapee/pspec.xml | 22 +++++++++++++------ .../graphics/rawtherapee/translations.xml | 1 - 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/multimedia/graphics/rawtherapee/actions.py b/multimedia/graphics/rawtherapee/actions.py index 710451d30a..c7e40b505d 100644 --- a/multimedia/graphics/rawtherapee/actions.py +++ b/multimedia/graphics/rawtherapee/actions.py @@ -1,18 +1,24 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import cmaketools -from pisi.actionsapi import get +from pisi.actionsapi import mesontools, cmaketools, get + +j = ''.join([ + ' -DCMAKE_BUILD_TYPE=release', + ' -DCREDITSDIR=/usr/share/doc/rawtherapee', + ' -DLICENCEDIR=/usr/share/doc/rawtherapee', + ' -B_build', + ' -G Ninja -L ' + ]) def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=release \ - -DCREDITSDIR=/usr/share/doc/rawtherapee \ - -DLICENCEDIR=/usr/share/doc/rawtherapee", installPrefix="/usr") + cmaketools.configure(j, installPrefix='/usr') def build(): - cmaketools.make() + mesontools.build("-C _build") def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install("-C _build") diff --git a/multimedia/graphics/rawtherapee/pspec.xml b/multimedia/graphics/rawtherapee/pspec.xml index 8c1bcac0fc..09200080b4 100644 --- a/multimedia/graphics/rawtherapee/pspec.xml +++ b/multimedia/graphics/rawtherapee/pspec.xml @@ -2,18 +2,19 @@ rawtherapee - http://rawtherapee.com/ + https://www.rawtherapee.com/ Marcin Bojara marcin@pisilinux.org app:gui - GPLv3 + GPL-3 RawTherapee is a powerful, cross-platform raw photo processing program RawTherapee is designed for developing raw files from a broad range of digital cameras, as well as HDR DNG files and non-raw image formats (JPEG, TIFF and PNG). - https://github.com/Beep6581/RawTherapee/releases/download/5.8/rawtherapee-5.8.tar.xz + https://rawtherapee.com/shared/source/rawtherapee-5.9.tar.xz cmake + ninja gtk3-devel tiff-devel zlib-devel @@ -35,7 +36,7 @@ libcanberra-gtk3-devel - + rawtherapee @@ -65,12 +66,19 @@ /usr/bin /usr/share/doc/rawtherapee - /usr/share + /usr/share /usr/share/man - + + + 2022-12-04 + 5.9 + Version bump. + fury + uglyside@yandex.ru + 2020-03-31 5.8 @@ -79,4 +87,4 @@ suvari@pisilinux.org - \ No newline at end of file + diff --git a/multimedia/graphics/rawtherapee/translations.xml b/multimedia/graphics/rawtherapee/translations.xml index fe2ae712f4..39d1593b51 100644 --- a/multimedia/graphics/rawtherapee/translations.xml +++ b/multimedia/graphics/rawtherapee/translations.xml @@ -6,4 +6,3 @@ Zaawansowany program do wywoływania zdjęć. -