123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libraw</Name>
- <Homepage>http://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="a6a69c4790061b77234ee707dccb200c90aadd8a" type="targz">http://www.libraw.org/data/LibRaw-0.18.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libgomp</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>jasper-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libraw</Name>
- <RuntimeDependencies>
- <Dependency>libgomp</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>lcms2</Dependency>
- <Dependency>jasper</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="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>
|