pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qbittorrent</Name>
  6. <Homepage>https://www.qbittorrent.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <Icon>qbittorrent</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>An open-source software alternative to µTorrent.</Summary>
  15. <Description>An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar</Description>
  16. <Archive sha1sum="03fc5f0750e3c410f90d8192e078e6f10acf5cac" type="tarxz">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.4/qbittorrent-5.0.4.tar.xz/download</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>boost-devel</Dependency>
  21. <Dependency>geoip-devel</Dependency>
  22. <Dependency>qt6-linguist</Dependency>
  23. <Dependency>python3-devel</Dependency>
  24. <Dependency>qt6-svg-devel</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>qt6-base-devel</Dependency>
  27. <Dependency>qt6-sql-mysql</Dependency>
  28. <Dependency>qt6-sql-odbc</Dependency>
  29. <Dependency>qt6-sql-sqlite</Dependency>
  30. <Dependency>qt6-sql-postgresql</Dependency>
  31. <Dependency versionFrom="2.0.11">libtorrent-rasterbar-devel</Dependency>
  32. </BuildDependencies>
  33. </Source>
  34. <Package>
  35. <Name>qbittorrent</Name>
  36. <RuntimeDependencies>
  37. <Dependency>boost</Dependency>
  38. <Dependency>zlib</Dependency>
  39. <Dependency>libgcc</Dependency>
  40. <Dependency>openssl</Dependency>
  41. <Dependency>qt6-base</Dependency>
  42. <Dependency>libnotify</Dependency>
  43. <Dependency>libtorrent-rasterbar</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="data">/usr/share</Path>
  48. <Path fileType="data">/usr/share/applications</Path>
  49. <Path fileType="data">/usr/share/icons</Path>
  50. <Path fileType="data">/usr/share/pixmaps</Path>
  51. <Path fileType="data">/usr/share/appdata</Path>
  52. <Path fileType="man">/usr/share/man</Path>
  53. <Path fileType="doc">/usr/share/doc</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="22">
  58. <Date>2025-03-21</Date>
  59. <Version>5.0.4</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2016-04-12</Date>
  66. <Version>3.3.1</Version>
  67. <Comment>First release</Comment>
  68. <Name>Stefan Gronewold</Name>
  69. <Email>groni@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>