rawtherapee-5.9.

This commit is contained in:
4fury-c3440d8
2022-12-05 04:35:13 +03:00
parent 8cfe07a8c7
commit 84b76853df
3 changed files with 29 additions and 16 deletions
+14 -8
View File
@@ -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")
+15 -7
View File
@@ -2,18 +2,19 @@
<PISI>
<Source>
<Name>rawtherapee</Name>
<Homepage>http://rawtherapee.com/</Homepage>
<Homepage>https://www.rawtherapee.com/</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<IsA>app:gui</IsA>
<License>GPLv3</License>
<License>GPL-3</License>
<Summary>RawTherapee is a powerful, cross-platform raw photo processing program</Summary>
<Description>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).</Description>
<Archive sha1sum="2d8b7104c2f8dad1925a3ee3ac52204d424278d8" type="tarxz">https://github.com/Beep6581/RawTherapee/releases/download/5.8/rawtherapee-5.8.tar.xz</Archive>
<Archive sha1sum="e99573efaeb83d4f6314fc11a73a411304c83d2b" type="tarxz">https://rawtherapee.com/shared/source/rawtherapee-5.9.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -35,7 +36,7 @@
<Dependency>libcanberra-gtk3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>rawtherapee</Name>
<RuntimeDependencies>
@@ -65,12 +66,19 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/rawtherapee</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-12-04</Date>
<Version>5.9</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-03-31</Date>
<Version>5.8</Version>
@@ -79,4 +87,4 @@
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -6,4 +6,3 @@
<Description xml:lang="pl">Zaawansowany program do wywoływania zdjęć.</Description>
</Source>
</PISI>