1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?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="33c77797bcabc1064b28f7f953db813468424147" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.46.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="5">
- <Date>2018-04-27</Date>
- <Version>0.1.46</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <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>
|