123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>toxcore-c</Name>
- <Homepage>https://github.com/TokTok/c-toxcore</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="3f7b896f121aedfc6834d83eadc7789c6ca568eb" type="targz">https://github.com/TokTok/c-toxcore/releases/download/v0.2.20/c-toxcore-0.2.20.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>libvpx-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>libsocket-devel</Dependency>
- <Dependency>libconfig-devel</Dependency>
- <Dependency>libsodium-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1"></Patch> -->
- <Patch level="1">Add_option_to_disable_DNS_lookups.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>toxcore-c</Name>
- <RuntimeDependencies>
- <Dependency>libvpx</Dependency>
- <Dependency>libopus</Dependency>
- <Dependency>libconfig</Dependency>
- <Dependency>libsodium</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</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>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/tox</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2025-01-13</Date>
- <Version>0.2.20</Version>
- <Comment>New upstream.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <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>
|