123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>toxcore-c</Name>
- <Homepage>https://tox.chat/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-3</License>
- <IsA>app</IsA>
- <PartOf>network.chat</PartOf>
- <Summary>This is an experimental cryptographic network library.</Summary>
- <Description>Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.</Description>
- <Archive sha1sum="30d45793394c6815a074c77b653058b8df1f81ff" type="zip">
- https://github.com/TokTok/c-toxcore/archive/0c05566e5857ea730d47a151626bec082267578a.zip
- </Archive>
- <Archive sha1sum="3a59ff65bbbb624248a3f273eef23f4f68167481" target="c-toxcore-0c05566e5857ea730d47a151626bec082267578a/third_party" type="zip">
- https://github.com/camgunz/cmp/archive/e836703291392aba9db92b46fb47929521fac71f.zip
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>libvpx-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>libsocket-devel</Dependency>
- <Dependency>libconfig-devel</Dependency>
- <Dependency>libsodium-devel</Dependency>
- <!-- <Dependency>msgpack-c-devel</Dependency> -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>toxcore-c</Name>
- <RuntimeDependencies>
- <Dependency>libvpx</Dependency>
- <Dependency>libopus</Dependency>
- <Dependency>libconfig</Dependency>
- <Dependency>libsodium</Dependency>
- <!-- <Dependency>msgpack-c</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/tox-bootstrapd.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/bash-completion/completions</Path>
- </Files>
- <Provides>
- <COMAR script="package.py">System.Package</COMAR>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>toxcore-c-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">toxcore-c</Dependency>
- <Dependency>libvpx-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>libsocket-devel</Dependency>
- <Dependency>libsodium-devel</Dependency>
- <!-- <Dependency>msgpack-c-devel</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/tox</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-02-02</Date>
- <Version>0.2.18</Version>
- <Comment>Rebuild from git for newest toxic.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2023-03-06</Date>
- <Version>0.2.18</Version>
- <Comment>Rebuild from git for newest toxic.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-11-10</Date>
- <Version>0.2.18</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-04-25</Date>
- <Version>0.2.17</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|