libraw version bump.

This commit is contained in:
4fury-c3440d8
2022-01-17 11:07:26 +03:00
parent e088b5c1fa
commit c819f045d0
2 changed files with 19 additions and 11 deletions
+4 -6
View File
@@ -2,22 +2,20 @@
# -*- 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static \
--enable-jpeg \
--enable-jasper \
--enable-lcms")
autotools.autoreconf("-fiv")
autotools.configure("--disable-static --enable-jpeg --enable-jasper --enable-lcms")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
pisitools.dodoc("README*")
+15 -5
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libraw</Name>
<Homepage>http://www.libraw.org/</Homepage>
<Homepage>https://www.libraw.org/</Homepage>
<Packager>
<Name>Yücel KILIÇ</Name>
<Email>yucel.kilic@linux.org.tr</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Raw image decoder</Summary>
<Description>LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).</Description>
<Archive sha1sum="c151995b6f17a0ccef7fbc1dcb982f0ccb04d934" type="targz">http://www.libraw.org/data/LibRaw-0.19.5.tar.gz</Archive>
<Archive sha1sum="8143597d820167fb4f3a51c920e142e6f1386d01" type="targz">https://www.libraw.org/data/LibRaw-0.20.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgomp</Dependency>
<Dependency>lcms2-devel</Dependency>
@@ -21,13 +21,15 @@
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libraw</Name>
<RuntimeDependencies>
<Dependency>libgomp</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>zlib</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>jasper</Dependency>
<Dependency>libgomp</Dependency>
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
@@ -36,6 +38,7 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libraw-devel</Name>
<Summary>Development files for libraw</Summary>
@@ -52,6 +55,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-01-17</Date>
<Version>0.20.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2020-03-15</Date>
<Version>0.19.5</Version>