rawtherapee-5.9.
This commit is contained in:
@@ -1,18 +1,24 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 mesontools, cmaketools, get
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
j = ''.join([
|
||||||
|
' -DCMAKE_BUILD_TYPE=release',
|
||||||
|
' -DCREDITSDIR=/usr/share/doc/rawtherapee',
|
||||||
|
' -DLICENCEDIR=/usr/share/doc/rawtherapee',
|
||||||
|
' -B_build',
|
||||||
|
' -G Ninja -L '
|
||||||
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
|
cmaketools.configure(j, installPrefix='/usr')
|
||||||
-DCREDITSDIR=/usr/share/doc/rawtherapee \
|
|
||||||
-DLICENCEDIR=/usr/share/doc/rawtherapee", installPrefix="/usr")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
mesontools.build("-C _build")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install("-C _build")
|
||||||
|
|||||||
@@ -2,18 +2,19 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>rawtherapee</Name>
|
<Name>rawtherapee</Name>
|
||||||
<Homepage>http://rawtherapee.com/</Homepage>
|
<Homepage>https://www.rawtherapee.com/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Marcin Bojara</Name>
|
<Name>Marcin Bojara</Name>
|
||||||
<Email>marcin@pisilinux.org</Email>
|
<Email>marcin@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<License>GPLv3</License>
|
<License>GPL-3</License>
|
||||||
<Summary>RawTherapee is a powerful, cross-platform raw photo processing program</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>ninja</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>tiff-devel</Dependency>
|
<Dependency>tiff-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
@@ -35,7 +36,7 @@
|
|||||||
<Dependency>libcanberra-gtk3-devel</Dependency>
|
<Dependency>libcanberra-gtk3-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>rawtherapee</Name>
|
<Name>rawtherapee</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
@@ -65,12 +66,19 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/rawtherapee</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>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2020-03-31</Date>
|
<Date>2020-03-31</Date>
|
||||||
<Version>5.8</Version>
|
<Version>5.8</Version>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
@@ -6,4 +6,3 @@
|
|||||||
<Description xml:lang="pl">Zaawansowany program do wywoływania zdjęć.</Description>
|
<Description xml:lang="pl">Zaawansowany program do wywoływania zdjęć.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user