From b1354c412d8b64f1b7653b86f9dd51b76d8eb198 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 6 Feb 2025 23:36:39 +0300 Subject: [PATCH] librist-0.2.11 --- multimedia/misc/librist/actions.py | 12 ++- multimedia/misc/librist/pspec.xml | 144 +++++++++++++++-------------- 2 files changed, 84 insertions(+), 72 deletions(-) diff --git a/multimedia/misc/librist/actions.py b/multimedia/misc/librist/actions.py index 8677f19e45..98436f947e 100644 --- a/multimedia/misc/librist/actions.py +++ b/multimedia/misc/librist/actions.py @@ -4,14 +4,16 @@ # 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 +from pisi.actionsapi import mesontools, shelltools, pisitools def setup(): - mesontools.configure("-Dbuiltin_cjson=true") + mesontools.configure("--prefix=/usr --buildtype=release") def build(): - mesontools.build() + mesontools.build() def install(): - mesontools.install() - shelltools.chmod("%s/usr/include/librist/librist.h" % get.installDIR(), mode = 0644) + shelltools.chmod("include/librist/librist.h", mode = 0644) + mesontools.install() + + pisitools.dodoc("COPYING", "THANKS.md") diff --git a/multimedia/misc/librist/pspec.xml b/multimedia/misc/librist/pspec.xml index 9c03f8b563..1575d59ae4 100644 --- a/multimedia/misc/librist/pspec.xml +++ b/multimedia/misc/librist/pspec.xml @@ -1,75 +1,85 @@ - - librist - https://code.videolan.org/rist/librist - - PisiLinux Community - admins@pisilinux.org - - 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 - - - - - + + librist + https://code.videolan.org/rist/librist + + PisiLinux Community + admins@pisilinux.org + + 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/v.0.2.11/librist-v.0.2.11.tar.bz2 + + meson + cmake + lz4-devel + cjson-devel + cmocka-devel + mbedtls-devel + libmicrohttpd-devel + + + + + - - rist-tools - app:console - - mbedtls - - - - /usr/bin - - + + rist-tools + app:console + + librist + + + /usr/bin + + - - librist - - libgcc - mbedtls - - - /usr/lib - - + + librist + + lz4 + cjson + mbedtls + libmicrohttpd + + + /usr/lib + /usr/share + + - - librist-devel - - mbedtls - librist - - - /usr/include - /usr/lib/pkgconfig - - + + librist-devel + + cjson + mbedtls + librist + + + /usr/include + /usr/lib/pkgconfig + + - - - 2023-02-06 - 0.2.7 - First build. - fury - uglyside@yandex.ru - - + + + 2025-02-06 + 0.2.11 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2023-02-06 + 0.2.7 + First build. + fury + uglyside@yandex.ru + +