libavtp.
This commit is contained in:
@@ -2,27 +2,15 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import mesontools, pisitools
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
mesontools.configure()
|
||||||
shelltools.cd("build")
|
|
||||||
shelltools.system("meson .. --prefix=/usr")
|
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.cd("build")
|
mesontools.build()
|
||||||
shelltools.system("ninja")
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
mesontools.install()
|
||||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
|
||||||
|
|
||||||
shelltools.cd("..")
|
|
||||||
pisitools.dodoc("LICENSE", "HACKING.md", "README.md", "CONTRIBUTING.md")
|
|
||||||
|
|||||||
@@ -3,33 +3,30 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libavtp</Name>
|
<Name>libavtp</Name>
|
||||||
<Homepage>http://www.github.com/Avnu/libavtp/</Homepage>
|
<Homepage>https://github.com/Avnu/libavtp</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>BSD</License>
|
<License>BSD</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary xml:lang="tr">Open source implementation of Audio Video Transport Protocol</Summary>
|
<Summary>Audio Video Transport Protocol (AVTP) Plugin.</Summary>
|
||||||
<Description xml:lang="tr">Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec</Description>
|
<Description>Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.</Description>
|
||||||
<Archive sha1sum="a0846e706edb014554031b1546d3b850ec4a7512">https://github.com/Avnu/libavtp/archive/refs/tags/v0.1.0.tar.gz</Archive>
|
<Archive sha1sum="34327062b5e00cc8bc8b1589075300fcf126b901" type="targz">https://github.com/Avnu/libavtp/archive/refs/tags/v0.2.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>glibc-devel</Dependency>
|
<Dependency>glibc-devel</Dependency>
|
||||||
<Dependency>cmocka-devel</Dependency>
|
<Dependency>cmocka-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
|
||||||
</Patches>
|
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libavtp</Name>
|
<Name>libavtp</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<!-- <Dependency>glibc</Dependency> -->
|
<!-- <Dependency>glibc</Dependency> -->
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -41,11 +38,19 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="2">
|
||||||
|
<Date>2022-11-24</Date>
|
||||||
|
<Version>0.2.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
<Date>2022-01-25</Date>
|
<Date>2022-01-25</Date>
|
||||||
<Version>0.1.0</Version>
|
<Version>0.1.0</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
|
|||||||
Reference in New Issue
Block a user