123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libopenraw</Name>
- <Homepage>https://libopenraw.freedesktop.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3+</License>
- <IsA>library</IsA>
- <PartOf>multimedia.graphics</PartOf>
- <Summary>A library for camera RAW files decoding.</Summary>
- <Description>
- libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application.
- </Description>
- <Archive sha1sum="5c2bdbe9cd73d9a66c52d702c4571af88888ec1b" type="tarxz">https://libopenraw.freedesktop.org/download/libopenraw-0.3.7.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>rust</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libopenraw</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libopenraw-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libopenraw</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-11-01</Date>
- <Version>0.3.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2023-01-27</Date>
- <Version>0.3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="6">
- <Date>2022-11-24</Date>
- <Version>0.3.2</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="5">
- <Date>2021-12-14</Date>
- <Version>0.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2020-12-24</Date>
- <Version>0.1.3</Version>
- <Comment>Ver. bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2014-05-24</Date>
- <Version>0.0.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2014-02-01</Date>
- <Version>0.0.9</Version>
- <Comment>Rebuild</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-08-29</Date>
- <Version>0.0.9</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|