123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libraw</Name>
- <Homepage>https://www.libraw.org/</Homepage>
- <Packager>
- <Name>Yücel KILIÇ</Name>
- <Email>yucel.kilic@linux.org.tr</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <License>CDDL</License>
- <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="f7c45a6aba2a9d2a1b92214c334845a32d46ebb4" type="targz">https://www.libraw.org/data/LibRaw-0.21.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libgomp</Dependency>
- <Dependency>mit-kerberos</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>jasper-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libraw</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>lcms2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>jasper</Dependency>
- <Dependency>libgomp</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libraw-devel</Name>
- <Summary>Development files for libraw</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libraw</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>jasper-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2023-01-30</Date>
- <Version>0.21.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2023-01-27</Date>
- <Version>0.21.1</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <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>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-03-21</Date>
- <Version>0.18.8</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-02</Date>
- <Version>0.18.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.16.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-13</Date>
- <Version>0.16.2</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|