123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qbittorrent</Name>
- <Homepage>https://www.qbittorrent.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <Icon>qbittorrent</Icon>
- <IsA>app:gui</IsA>
- <Summary>An open-source software alternative to µTorrent.</Summary>
- <Description>An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar</Description>
- <Archive sha1sum="03fc5f0750e3c410f90d8192e078e6f10acf5cac" type="tarxz">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.4/qbittorrent-5.0.4.tar.xz/download</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>geoip-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt6-svg-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt6-sql-mysql</Dependency>
- <Dependency>qt6-sql-odbc</Dependency>
- <Dependency>qt6-sql-sqlite</Dependency>
- <Dependency>qt6-sql-postgresql</Dependency>
- <Dependency versionFrom="2.0.11">libtorrent-rasterbar-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qbittorrent</Name>
- <RuntimeDependencies>
- <Dependency>boost</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>libtorrent-rasterbar</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="22">
- <Date>2025-03-21</Date>
- <Version>5.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-12</Date>
- <Version>3.3.1</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|