123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mdds</Name>
- <Homepage>https://gitlab.com/mdds/mdds</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <Icon>mdds</Icon>
- <IsA>app:gui</IsA>
- <Summary>Multi-dimensional data index algorithm</Summary>
- <Description>A collection of multi-dimensional data structure and indexing algorithm.</Description>
- <Archive sha1sum="8a0c2606b446c7a7e04a92d5cb87e980afa4c91e" type="tarxz">https://dev-www.libreoffice.org/src/mdds-2.1.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>boost-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mdds</Name>
- <RuntimeDependencies>
- <Dependency>boost</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <Package>
- <Name>mdds-devel</Name>
- <Summary>mdds için geliştirme dosyaları</Summary>
- <RuntimeDependencies>
- <Dependency release="current">mdds</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/share/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="11">
- <Date>2023-10-22</Date>
- <Version>2.1.1</Version>
- <Comment>Ver bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="10">
- <Date>2022-05-05</Date>
- <Version>2.0.1</Version>
- <Comment>Ver bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2021-10-21</Date>
- <Version>1.7.0</Version>
- <Comment>Rebuild</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2021-03-10</Date>
- <Version>1.7.0</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-02-21</Date>
- <Version>1.6.0</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2019-02-12</Date>
- <Version>1.4.3</Version>
- <Comment>Version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-09</Date>
- <Version>1.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-03-22</Date>
- <Version>1.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2018-02-11</Date>
- <Version>1.3.1</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2017-04-11</Date>
- <Version>1.2.2</Version>
- <Comment>Version Bump Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-01</Date>
- <Version>1.1.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|