1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qbittorrent</Name>
- <Homepage>http://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>Qt4 based BitTorrent client</Summary>
- <Description>qbittorrent is a BitTorrent client using the libtorrent library.</Description>
- <Archive sha1sum="44f032003d06105799bd81e71dde6716f5687428" type="targz">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.0.4/qbittorrent-4.0.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>qt5-svg-devel</Dependency>
- <Dependency>libtorrent-rasterbar-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>geoip-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qbittorrent</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>libtorrent-rasterbar</Dependency>
- <Dependency>boost</Dependency>
- <Dependency>libnotify</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</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="6">
- <Date>2018-02-20</Date>
- <Version>4.3.4</Version>
- <Comment>Release bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-12-28</Date>
- <Version>4.3.0</Version>
- <Comment>Release bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-03-17</Date>
- <Version>3.3.7</Version>
- <Comment>Release bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilnux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-12</Date>
- <Version>3.3.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilnux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.3.1</Version>
- <Comment>Release 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>
|