telepathy-farstream:add pisi-2.0 and v.bump

This commit is contained in:
alihanozturk
2015-11-20 20:07:54 +02:00
parent 7acab27c7e
commit 46d128ca21
3 changed files with 142 additions and 0 deletions
@@ -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")
+101
View File
@@ -0,0 +1,101 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>telepathy-farstream</Name>
<Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>Telepathy client to handle media streaming channels</Summary>
<Description>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.</Description>
<Archive sha1sum="27d4fb3e31eb7404b5f2ba72f73194fc1d2b704f" type="targz">http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-0.6.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
<Dependency>farstream-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>telepathy-farstream</Name>
<IsA>library</IsA>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>farstream</Dependency>
<Dependency>gstreamer-next</Dependency>
<Dependency>telepathy-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
</Package>
<Package>
<Name>telepathy-farstream-docs</Name>
<IsA>data:doc</IsA>
<Summary>Help files and API documents of telepathy-farstream library</Summary>
<RuntimeDependencies>
<Dependency release="current">telepathy-farstream</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>telepathy-farstream-devel</Name>
<Summary>Development files for telepathy-farstream</Summary>
<RuntimeDependencies>
<Dependency release="current">telepathy-farstream</Dependency>
<Dependency>farstream-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-11-20</Date>
<Version>0.6.2</Version>
<Comment>Version bump and fix name</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-10</Date>
<Version>0.0.17</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-29</Date>
<Version>0.0.17</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>0.0.17</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>telepathy-farstream</Name>
<Summary xml:lang="tr">Ortam yayın kanallarıyla anlaşabilmek için gerekli Telepathy istemcisi</Summary>
<Description xml:lang="tr">Telepathy-farstream, Farsight ve Gstreamer kitaplıklarını kullanan bir Telepathy istemcisidir.</Description>
</Source>
<Package>
<Name>telepathy-farstream-docs</Name>
<Summary xml:lang="tr">telepathy-farstream kitaplığına ait yardım dosyaları ve API belgeleri</Summary>
</Package>
<Package>
<Name>telepathy-farstream-devel</Name>
<Summary xml:lang="tr">telepathy-farstream için geliştirme dosyaları</Summary>
</Package>
</PISI>