From 46d128ca21b7f873f7b080b7a7e1223740b897b6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 20 Nov 2015 20:07:54 +0200 Subject: [PATCH] telepathy-farstream:add pisi-2.0 and v.bump --- network/chat/telepathy-farstream/actions.py | 23 ++++ network/chat/telepathy-farstream/pspec.xml | 101 ++++++++++++++++++ .../chat/telepathy-farstream/translations.xml | 18 ++++ 3 files changed, 142 insertions(+) create mode 100644 network/chat/telepathy-farstream/actions.py create mode 100644 network/chat/telepathy-farstream/pspec.xml create mode 100644 network/chat/telepathy-farstream/translations.xml diff --git a/network/chat/telepathy-farstream/actions.py b/network/chat/telepathy-farstream/actions.py new file mode 100644 index 0000000000..be73d5d36a --- /dev/null +++ b/network/chat/telepathy-farstream/actions.py @@ -0,0 +1,23 @@ +#!/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("-vfi") + autotools.configure("--disable-static") + + #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "ChangeLog", "NEWS", "README") diff --git a/network/chat/telepathy-farstream/pspec.xml b/network/chat/telepathy-farstream/pspec.xml new file mode 100644 index 0000000000..42b14437d7 --- /dev/null +++ b/network/chat/telepathy-farstream/pspec.xml @@ -0,0 +1,101 @@ + + + + + telepathy-farstream + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + Telepathy client to handle media streaming channels + Telepathy-farstream is a Telepathy client that uses Farsight and Gstreamer to handle media streaming channels. It's used as a background process by other Telepathy clients, rather than presenting any user interface of its own. + http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-0.6.2.tar.gz + + gobject-introspection-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + farstream-devel + gstreamer-next-devel + + + + + telepathy-farstream + library + + dbus + glib2 + dbus-glib + farstream + gstreamer-next + telepathy-glib + + + /usr/lib + /usr/share/doc + /usr/share/gir-1.0 + + + + + telepathy-farstream-docs + data:doc + Help files and API documents of telepathy-farstream library + + telepathy-farstream + + + /usr/share/gtk-doc + + + + + telepathy-farstream-devel + Development files for telepathy-farstream + + telepathy-farstream + farstream-devel + gstreamer-next-devel + telepathy-glib-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-11-20 + 0.6.2 + Version bump and fix name + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-10 + 0.0.17 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.0.17 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.0.17 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/network/chat/telepathy-farstream/translations.xml b/network/chat/telepathy-farstream/translations.xml new file mode 100644 index 0000000000..35148e25db --- /dev/null +++ b/network/chat/telepathy-farstream/translations.xml @@ -0,0 +1,18 @@ + + + + telepathy-farstream + Ortam yayın kanallarıyla anlaşabilmek için gerekli Telepathy istemcisi + Telepathy-farstream, Farsight ve Gstreamer kitaplıklarını kullanan bir Telepathy istemcisidir. + + + + telepathy-farstream-docs + telepathy-farstream kitaplığına ait yardım dosyaları ve API belgeleri + + + + telepathy-farstream-devel + telepathy-farstream için geliştirme dosyaları + +