libraw:ver. bump

This commit is contained in:
Rmys
2020-02-11 22:32:45 +03:00
parent f139b91140
commit 088f29ce6a
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README")
pisitools.dodoc("README*")
+8 -1
View File
@@ -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="ddb14dda08088272c04a65c7a7fd9773d6eb6d81" type="targz">http://www.libraw.org/data/LibRaw-0.18.8.tar.gz</Archive>
<Archive sha1sum="c151995b6f17a0ccef7fbc1dcb982f0ccb04d934" type="targz">http://www.libraw.org/data/LibRaw-0.19.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgomp</Dependency>
<Dependency>lcms2-devel</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-02-11</Date>
<Version>0.19.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-07</Date>
<Version>0.18.8</Version>