add libtorrent-rasterbar
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>network.p2p</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,38 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "libtorrent-rasterbar-%s" % get.srcVERSION()
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-python-binding \
|
||||
--enable-encryption \
|
||||
--with-boost-filesystem=mt \
|
||||
--with-boost-thread=mt \
|
||||
--with-zlib=system \
|
||||
--with-libiconv \
|
||||
--with-libgeoip=system \
|
||||
--enable-export-all")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("CXX=%s" % get.CXX())
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#pisitools.removeDir("/usr/bin")
|
||||
|
||||
pisitools.dohtml("docs/*")
|
||||
# pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libtorrent-rasterbar</Name>
|
||||
<Homepage>http://www.rasterbar.com/products/libtorrent</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Full featured torrent client library</Summary>
|
||||
<Description>Rasterbar's C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.</Description>
|
||||
<Archive sha1sum="db272a0c09a1fad721fe88e6e3942b9160bd0c61" type="targz">https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>geoip-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libtorrent-rasterbar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>geoip</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>geoip</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libtorrent-rasterbar</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libtorrent-rasterbar-devel</Name>
|
||||
<Summary>Development files for libtorrent-.rasterbar</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libtorrent-rasterbar</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="license">/usr/share/licenses</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libtorrent/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2016-01-07</Date>
|
||||
<Version>1.0.5</Version>
|
||||
<Comment>Rebuild for Pisi 2.0.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-05-23</Date>
|
||||
<Version>1.0.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ekin Dursun</Name>
|
||||
<Email>ekin.dursun@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-02-14</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-01-03</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version revert.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-01-03</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-06-02</Date>
|
||||
<Version>0.16.16</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-11-09</Date>
|
||||
<Version>0.16.12</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>0.16.9</Version>
|
||||
<Comment>Bump</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>0.16.7</Version>
|
||||
<Comment>Bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-01</Date>
|
||||
<Version>0.16.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libtorrent</Name>
|
||||
<Summary xml:lang="tr">Gelişmiş bir torrent kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşın iyi bir alternatifdir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libtorrent-devel</Name>
|
||||
<Summary xml:lang="tr">libtorrent için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+132
-69
@@ -24427,6 +24427,131 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libtorrent-rasterbar</Name>
|
||||
<Homepage>http://www.rasterbar.com/products/libtorrent</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>network.p2p</PartOf>
|
||||
<Summary xml:lang="en">Full featured torrent client library</Summary>
|
||||
<Description xml:lang="en">Rasterbar's C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.</Description>
|
||||
<Archive type="targz" sha1sum="db272a0c09a1fad721fe88e6e3942b9160bd0c61">https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>geoip-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>network/p2p/libtorrent-rasterbar/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libtorrent-rasterbar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>geoip</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>geoip</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libtorrent-rasterbar</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libtorrent-rasterbar-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libtorrent-.rasterbar</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="9">libtorrent-rasterbar</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="license">/usr/share/licenses</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libtorrent/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2016-01-07</Date>
|
||||
<Version>1.0.5</Version>
|
||||
<Comment>Rebuild for Pisi 2.0.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-05-23</Date>
|
||||
<Version>1.0.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ekin Dursun</Name>
|
||||
<Email>ekin.dursun@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-02-14</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-01-03</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version revert.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-01-03</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-06-02</Date>
|
||||
<Version>0.16.16</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-11-09</Date>
|
||||
<Version>0.16.12</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>0.16.9</Version>
|
||||
<Comment>Bump</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-01-24</Date>
|
||||
<Version>0.16.7</Version>
|
||||
<Comment>Bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-01</Date>
|
||||
<Version>0.16.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>linux-atm</Name>
|
||||
@@ -101674,7 +101799,7 @@
|
||||
<Summary xml:lang="tr">libass için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="5">libass</Dependency>
|
||||
<Dependency version="2.11">fontconfig-devel</Dependency>
|
||||
<Dependency versionFrom="2.11">fontconfig-devel</Dependency>
|
||||
<Dependency versionFrom="2.5.5">freetype-devel</Dependency>
|
||||
<Dependency versionFrom="0.19">fribidi-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
@@ -104060,6 +104185,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>lame-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>x264-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libass-devel</Dependency>
|
||||
@@ -105944,6 +106070,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/video/smplayer/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -107863,7 +107991,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
<Dependency>qt5-location-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/video/smtube/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -107873,6 +108003,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-script</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>qt5-location</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -115429,74 +115560,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<Package>
|
||||
<Name>mpv</Name>
|
||||
<Summary xml:lang="en">mpv is based on mplayer2</Summary>
|
||||
<Description xml:lang="en">mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.</Description>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>unknown</PartOf>
|
||||
<License>GPLv2+</License>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lua</Dependency>
|
||||
<Dependency>enca</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>libXv</Dependency>
|
||||
<Dependency>libva</Dependency>
|
||||
<Dependency>samba</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libass</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>libv4l</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libcaca</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libvdpau</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>libbluray</Dependency>
|
||||
<Dependency>libdvdnav</Dependency>
|
||||
<Dependency>libdvdread</Dependency>
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>libxkbcommon</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-cursor</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>libcdio-paranoia</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-01-05</Date>
|
||||
<Version>0.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<BuildHost>localhost</BuildHost>
|
||||
<Distribution>PisiLinux</Distribution>
|
||||
<DistributionRelease>1.0</DistributionRelease>
|
||||
<Architecture>x86_64</Architecture>
|
||||
<InstalledSize>3507830</InstalledSize>
|
||||
<PackageSize>730495</PackageSize>
|
||||
<PackageHash>60c083e2c577926cae1f8c351884b74bce2b196f</PackageHash>
|
||||
<InstallTarHash>56588201e3e444f272b71bf074ed3527069a984a</InstallTarHash>
|
||||
<PackageURI>multimedia/video/mpv-player/mpv-0.14-1-p01-x86_64.pisi</PackageURI>
|
||||
<PackageFormat>1.2</PackageFormat>
|
||||
<Source>
|
||||
<Name>mpv</Name>
|
||||
<Homepage>http://www.mplayerhq.hu/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
</Source>
|
||||
</Package>
|
||||
<Component>
|
||||
<Name>system</Name>
|
||||
<LocalName xml:lang="en">FIXME</LocalName>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f93d32e1d0309c0c43ca1306aa963926da9b74c0
|
||||
f2e998e634444481faab2ef135bf775bfb09b376
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
0e8f92ad1dae6585cdef2bc7a5fbf242f85ba51d
|
||||
e1d231c9cbefebc1fc9f8c0f9d5b8f49ffe67f06
|
||||
Reference in New Issue
Block a user