diff --git a/network/p2p/component.xml b/network/p2p/component.xml
new file mode 100644
index 0000000000..71a37ad124
--- /dev/null
+++ b/network/p2p/component.xml
@@ -0,0 +1,3 @@
+
+ network.p2p
+
diff --git a/network/p2p/libtorrent-rasterbar/actions.py b/network/p2p/libtorrent-rasterbar/actions.py
new file mode 100644
index 0000000000..19c620880d
--- /dev/null
+++ b/network/p2p/libtorrent-rasterbar/actions.py
@@ -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")
diff --git a/network/p2p/libtorrent-rasterbar/pspec.xml b/network/p2p/libtorrent-rasterbar/pspec.xml
new file mode 100644
index 0000000000..cf73dc295f
--- /dev/null
+++ b/network/p2p/libtorrent-rasterbar/pspec.xml
@@ -0,0 +1,128 @@
+
+
+
+
+ libtorrent-rasterbar
+ http://www.rasterbar.com/products/libtorrent
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Full featured torrent client library
+ 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.
+ https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz
+
+ libsigc++-devel
+ boost-devel
+ geoip-devel
+ openssl-devel
+ zlib-devel
+ libtool
+
+
+
+
+ libtorrent-rasterbar
+
+ libgcc
+ boost
+ geoip
+ openssl
+ python
+ geoip
+
+
+ /usr/lib
+ /usr/share/doc/libtorrent-rasterbar
+
+
+
+
+ libtorrent-rasterbar-devel
+ Development files for libtorrent-.rasterbar
+
+ libtorrent-rasterbar
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/licenses
+ /usr/share/doc/libtorrent/html
+
+
+
+
+
+ 2016-01-07
+ 1.0.5
+ Rebuild for Pisi 2.0.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2015-05-23
+ 1.0.5
+ Version bump.
+ Ekin Dursun
+ ekin.dursun@pisilinux.org
+
+
+ 2015-02-14
+ 0.16.19
+ Rebuild.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2015-01-03
+ 0.16.19
+ Version revert.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2015-01-03
+ 0.16.19
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2014-06-02
+ 0.16.16
+ Version bump
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-11-09
+ 0.16.12
+ Version bump
+ Burak Fazıl Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2013-01-24
+ 0.16.9
+ Bump
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-01-24
+ 0.16.7
+ Bump
+ Idris Kalp
+ admins@pisilinux.org
+
+
+ 2012-09-01
+ 0.16.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/network/p2p/libtorrent-rasterbar/translations.xml b/network/p2p/libtorrent-rasterbar/translations.xml
new file mode 100644
index 0000000000..9e015685b7
--- /dev/null
+++ b/network/p2p/libtorrent-rasterbar/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libtorrent
+ Gelişmiş bir torrent kitaplığı
+ Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşın iyi bir alternatifdir.
+
+
+
+ libtorrent-devel
+ libtorrent için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 948bd4f978..56d03b9608 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -24427,6 +24427,131 @@
+
+
+ libtorrent-rasterbar
+ http://www.rasterbar.com/products/libtorrent
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ network.p2p
+ Full featured torrent client library
+ 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.
+ https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz
+
+ libsigc++-devel
+ boost-devel
+ geoip-devel
+ openssl-devel
+ zlib-devel
+ libtool
+
+ network/p2p/libtorrent-rasterbar/pspec.xml
+
+
+ libtorrent-rasterbar
+
+ libgcc
+ boost
+ geoip
+ openssl
+ python
+ geoip
+
+
+ /usr/lib
+ /usr/share/doc/libtorrent-rasterbar
+
+
+
+ libtorrent-rasterbar-devel
+ Development files for libtorrent-.rasterbar
+
+ libtorrent-rasterbar
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/licenses
+ /usr/share/doc/libtorrent/html
+
+
+
+
+ 2016-01-07
+ 1.0.5
+ Rebuild for Pisi 2.0.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2015-05-23
+ 1.0.5
+ Version bump.
+ Ekin Dursun
+ ekin.dursun@pisilinux.org
+
+
+ 2015-02-14
+ 0.16.19
+ Rebuild.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2015-01-03
+ 0.16.19
+ Version revert.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2015-01-03
+ 0.16.19
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2014-06-02
+ 0.16.16
+ Version bump
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-11-09
+ 0.16.12
+ Version bump
+ Burak Fazıl Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2013-01-24
+ 0.16.9
+ Bump
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2013-01-24
+ 0.16.7
+ Bump
+ Idris Kalp
+ admins@pisilinux.org
+
+
+ 2012-09-01
+ 0.16.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
linux-atm
@@ -101674,7 +101799,7 @@
libass için geliştirme dosyaları
libass
- fontconfig-devel
+ fontconfig-devel
freetype-devel
fribidi-devel
harfbuzz-devel
@@ -104060,6 +104185,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gtk3-devel
lame-devel
gtk3-devel
+ at-spi2-core-devel
x264-devel
libogg-devel
libass-devel
@@ -105944,6 +106070,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-base-devel
qt5-script-devel
libxkbcommon-devel
+ zlib-devel
+ qt5-linguist
multimedia/video/smplayer/pspec.xml
@@ -107863,7 +107991,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-base-devel
qt5-script-devel
+ qt5-location-devel
qt5-webkit-devel
+ qt5-linguist
multimedia/video/smtube/pspec.xml
@@ -107873,6 +108003,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-base
qt5-script
qt5-webkit
+ qt5-location
libgcc
@@ -115429,74 +115560,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
-
- mpv
- mpv is based on mplayer2
- 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.
- app:gui
- unknown
- GPLv2+
-
- lua
- enca
- mesa
- zlib
- lcms2
- libXv
- libva
- samba
- ffmpeg
- libX11
- libass
- libdrm
- libv4l
- libXext
- libcaca
- libcdio
- alsa-lib
- libvdpau
- libXrandr
- libbluray
- libdvdnav
- libdvdread
- libXinerama
- libxkbcommon
- libXScrnSaver
- libjpeg-turbo
- wayland-client
- wayland-cursor
- pulseaudio-libs
- libcdio-paranoia
- jack-audio-connection-kit
-
-
-
- 2016-01-05
- 0.14
- First release
- Stefan Gronewold
- groni@pisilinux.org
-
-
- localhost
- PisiLinux
- 1.0
- x86_64
- 3507830
- 730495
- 60c083e2c577926cae1f8c351884b74bce2b196f
- 56588201e3e444f272b71bf074ed3527069a984a
- multimedia/video/mpv-player/mpv-0.14-1-p01-x86_64.pisi
- 1.2
-
- mpv
- http://www.mplayerhq.hu/
-
- PisiLinux Community
- admins@pisilinux.org
-
-
-
system
FIXME
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 076edfe71c..40a865bfdb 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-f93d32e1d0309c0c43ca1306aa963926da9b74c0
\ No newline at end of file
+f2e998e634444481faab2ef135bf775bfb09b376
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 760159c897..d5a7b6aa28 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 8513a4534d..8cca327e3d 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-0e8f92ad1dae6585cdef2bc7a5fbf242f85ba51d
\ No newline at end of file
+e1d231c9cbefebc1fc9f8c0f9d5b8f49ffe67f06
\ No newline at end of file