diff --git a/multimedia/misc/librist/actions.py b/multimedia/misc/librist/actions.py new file mode 100644 index 0000000000..8677f19e45 --- /dev/null +++ b/multimedia/misc/librist/actions.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import mesontools, shelltools, get + +def setup(): + mesontools.configure("-Dbuiltin_cjson=true") + +def build(): + mesontools.build() + +def install(): + mesontools.install() + shelltools.chmod("%s/usr/include/librist/librist.h" % get.installDIR(), mode = 0644) diff --git a/multimedia/misc/librist/pspec.xml b/multimedia/misc/librist/pspec.xml new file mode 100644 index 0000000000..73b085f714 --- /dev/null +++ b/multimedia/misc/librist/pspec.xml @@ -0,0 +1,75 @@ + + + + + librist + https://code.videolan.org/rist/librist + + fury + uglyside@yandex.ru + + BSD-2-Clause + library + multimedia.misc + Reliable internet stream transport. + A library that can be used to easily add the RIST protocol to your application. + + https://code.videolan.org/rist/librist/-/archive/v0.2.7/librist-v0.2.7.tar.bz2 + + + meson + cmake + lz4-devel + cmocka-devel + mbedtls-devel + + + + + + + + rist-tools + app:console + + mbedtls + + + + /usr/bin + + + + + librist + + libgcc + mbedtls + + + /usr/lib + + + + + librist-devel + + mbedtls + librist + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2023-02-06 + 0.2.7 + First build. + fury + uglyside@yandex.ru + + +