srt Secure Reliable Transport protocol tools
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/env 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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DENABLE_STATIC=OFF \
|
||||
-DENABLE_UNITTESTS=ON \
|
||||
-DENABLE_GETNAMEINFO=ON \
|
||||
-DUSE_ENCLIB=gnutls")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
#def check():
|
||||
#cmaketools.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>srt</Name>
|
||||
<Homepage>https://www.srtalliance.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MPLv2.0</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Secure Reliable Transport protocol tools</Summary>
|
||||
<Description>Güvenli Güvenilir Aktarım protokolü araçları</Description>
|
||||
<Archive sha1sum="af45a788fa34d9010f598b7b199169d300f6c851" type="targz">https://github.com/Haivision/srt/archive/refs/tags/v1.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>nettle-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>srt.patch</Patch>
|
||||
<Patch level="1">srt.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>srt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>nettle</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>srt-devel</Name>
|
||||
<Summary>Development files for srt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">srt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-04</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>srt</Name>
|
||||
<Summary xml:lang="tr">Secure Reliable Transport protocol tools</Summary>
|
||||
<Description xml:lang="tr">Güvenli Güvenilir Aktarım protokolü araçları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+256168
-256109
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
85a0d5d8dadd61486c7df2958286297596a3eda6
|
||||
746600783db2376a8a2ceffa56def2df3f72c13b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
a13dc1ad17f83ab3cbd822db3862afb5b7e8f20c
|
||||
49b5ebc571a161588b8c1bffcea5962b21fc461f
|
||||
Reference in New Issue
Block a user