12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>babl</Name>
- <Homepage>http://gegl.org/babl</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>A dynamic, any to any, pixel format translation library</Summary>
- <Description>babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.</Description>
- <Archive sha1sum="a22cbbbd16b730ab7ae030bdf86dab1ee69b448b" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.38.tar.bz2</Archive>
- <BuildDependencies>
- <!-- For rsvg utility -->
- <!--<Dependency>librsvg</Dependency>-->
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>babl</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>babl-devel</Name>
- <Summary>Development files for babl</Summary>
- <RuntimeDependencies>
- <Dependency release="current">babl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-12-21</Date>
- <Version>0.1.38</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-05</Date>
- <Version>0.1.24</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.1.12</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-02-07</Date>
- <Version>0.1.12</Version>
- <Comment>First release</Comment>
- <Name>Hakan Yıldız</Name>
- <Email>hknyldz93@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|