pspec.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>toxcore-c</Name>
  6. <Homepage>https://github.com/TokTok/c-toxcore</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>app</IsA>
  13. <PartOf>network.chat</PartOf>
  14. <Summary>This is an experimental cryptographic network library.</Summary>
  15. <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>
  16. <Archive sha1sum="3f7b896f121aedfc6834d83eadc7789c6ca568eb" type="targz">https://github.com/TokTok/c-toxcore/releases/download/v0.2.20/c-toxcore-0.2.20.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>libvpx-devel</Dependency>
  21. <Dependency>libopus-devel</Dependency>
  22. <Dependency>libsocket-devel</Dependency>
  23. <Dependency>libconfig-devel</Dependency>
  24. <Dependency>libsodium-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <!-- <Patch level="1"></Patch> -->
  28. <Patch level="1">Add_option_to_disable_DNS_lookups.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>toxcore-c</Name>
  33. <RuntimeDependencies>
  34. <Dependency>libvpx</Dependency>
  35. <Dependency>libopus</Dependency>
  36. <Dependency>libconfig</Dependency>
  37. <Dependency>libsodium</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="config">/etc</Path>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="data">/usr/share</Path>
  44. </Files>
  45. <Provides>
  46. <COMAR script="package.py">System.Package</COMAR>
  47. <COMAR script="service.py">System.Service</COMAR>
  48. </Provides>
  49. </Package>
  50. <Package>
  51. <Name>toxcore-c-devel</Name>
  52. <RuntimeDependencies>
  53. <Dependency release="current">toxcore-c</Dependency>
  54. <Dependency>libvpx-devel</Dependency>
  55. <Dependency>libopus-devel</Dependency>
  56. <Dependency>libsocket-devel</Dependency>
  57. <Dependency>libsodium-devel</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. <Path fileType="header">/usr/include/tox</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="5">
  66. <Date>2025-01-13</Date>
  67. <Version>0.2.20</Version>
  68. <Comment>New upstream.</Comment>
  69. <Name>fury</Name>
  70. <Email>uglyside@yandex.ru</Email>
  71. </Update>
  72. <Update release="4">
  73. <Date>2024-02-02</Date>
  74. <Version>0.2.18</Version>
  75. <Comment>Rebuild from git for newest toxic.</Comment>
  76. <Name>fury</Name>
  77. <Email>uglyside@yandex.ru</Email>
  78. </Update>
  79. <Update release="3">
  80. <Date>2023-03-06</Date>
  81. <Version>0.2.18</Version>
  82. <Comment>Rebuild from git for newest toxic.</Comment>
  83. <Name>fury</Name>
  84. <Email>uglyside@yandex.ru</Email>
  85. </Update>
  86. <Update release="2">
  87. <Date>2022-11-10</Date>
  88. <Version>0.2.18</Version>
  89. <Comment>Version bump.</Comment>
  90. <Name>fury</Name>
  91. <Email>uglyside@yandex.ru</Email>
  92. </Update>
  93. <Update release="1">
  94. <Date>2022-04-25</Date>
  95. <Version>0.2.17</Version>
  96. <Comment>First build.</Comment>
  97. <Name>fury</Name>
  98. <Email>uglyside@yandex.ru</Email>
  99. </Update>
  100. </History>
  101. </PISI>