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 -*- # -*- 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 autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.configure("--disable-static \ autotools.autoreconf("-fiv")
--enable-jpeg \ autotools.configure("--disable-static --enable-jpeg --enable-jasper --enable-lcms")
--enable-jasper \
--enable-lcms")
def build(): def build():
autotools.make() autotools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
pisitools.dodoc("README*")
+15 -5
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>libraw</Name> <Name>libraw</Name>
<Homepage>http://www.libraw.org/</Homepage> <Homepage>https://www.libraw.org/</Homepage>
<Packager> <Packager>
<Name>Yücel KILIÇ</Name> <Name>Yücel KILIÇ</Name>
<Email>yucel.kilic@linux.org.tr</Email> <Email>yucel.kilic@linux.org.tr</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Raw image decoder</Summary> <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> <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> <BuildDependencies>
<Dependency>libgomp</Dependency> <Dependency>libgomp</Dependency>
<Dependency>lcms2-devel</Dependency> <Dependency>lcms2-devel</Dependency>
@@ -21,13 +21,15 @@
<Dependency>libjpeg-turbo-devel</Dependency> <Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>libraw</Name> <Name>libraw</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgomp</Dependency> <Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>lcms2</Dependency> <Dependency>lcms2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>jasper</Dependency> <Dependency>jasper</Dependency>
<Dependency>libgomp</Dependency>
<Dependency>libjpeg-turbo</Dependency> <Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -36,6 +38,7 @@
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<Package> <Package>
<Name>libraw-devel</Name> <Name>libraw-devel</Name>
<Summary>Development files for libraw</Summary> <Summary>Development files for libraw</Summary>
@@ -52,6 +55,13 @@
</Package> </Package>
<History> <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"> <Update release="7">
<Date>2020-03-15</Date> <Date>2020-03-15</Date>
<Version>0.19.5</Version> <Version>0.19.5</Version>