From c85de7e1ed95c1f3a3abc08cb0c1fcb7dccdf3d6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 20 Nov 2015 19:06:36 +0200 Subject: [PATCH] farstream:first release --- network/voip/farstream/actions.py | 27 +++++++++++ network/voip/farstream/pspec.xml | 64 +++++++++++++++++++++++++ network/voip/farstream/translations.xml | 13 +++++ 3 files changed, 104 insertions(+) create mode 100644 network/voip/farstream/actions.py create mode 100644 network/voip/farstream/pspec.xml create mode 100644 network/voip/farstream/translations.xml diff --git a/network/voip/farstream/actions.py b/network/voip/farstream/actions.py new file mode 100644 index 0000000000..1223167668 --- /dev/null +++ b/network/voip/farstream/actions.py @@ -0,0 +1,27 @@ +#!/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 get + +def setup(): + autotools.autoreconf("-fi") + autotools.configure("--prefix=/usr \ + --disable-static \ + --enable-python \ + --with-html-dir=/%s/%s/html \ + --with-package-name='PisiLinux farstream package' \ + --with-package-origin='http://www.pisilinux.org'" + % (get.docDIR(), get.srcNAME())) + +def build(): + autotools.make("-j1") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "INSTALL", "COPYING", "NEWS", "README") diff --git a/network/voip/farstream/pspec.xml b/network/voip/farstream/pspec.xml new file mode 100644 index 0000000000..7688b1a355 --- /dev/null +++ b/network/voip/farstream/pspec.xml @@ -0,0 +1,64 @@ + + + + + farstream + http://www.freedesktop.org/wiki/Software/Farstream + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + library + Farstream (formerly Farsight) - Audio/Video Communications Framework + Farstream (formerly Farsight) - Audio/Video Communications Framework + http://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.7.tar.gz + + libnice-devel + gstreamer-next-devel + gst-plugins-base-next-devel + + + + + + farstream + + glib2 + libnice + gstreamer-next + gst-plugins-base-next + + + /usr/lib + /usr/lib/farstream-0.2 + /usr/lib/gstreamer-0.1 + /usr/lib/libfarstream-0.2* + /usr/share/doc + /usr/share/farstream + + + + + farstream-devel + Development files for farstream + + farstream + gstreamer-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-10-27 + 0.2.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + \ No newline at end of file diff --git a/network/voip/farstream/translations.xml b/network/voip/farstream/translations.xml new file mode 100644 index 0000000000..424e3bf6bf --- /dev/null +++ b/network/voip/farstream/translations.xml @@ -0,0 +1,13 @@ + + + + farstream + Ses/Video İletişim Çatısı + Farsight projesi, bilinen tüm ses/video konferans protokolleri ile uyum sağlayan bir çatı oluşturulması amacıyla yapılan bir çalışmadır. Bir taraftan, farklı akış protokolleri için eklentiler yazmayı mümkün kılan genel bir API sunarken, diğer taraftan da bu eklentileri kullanacak istemciler için bir API sunmaktadır. + + + + farstream-devel + farstream için geliştirme dosyaları + +