From ffb94b62f1a60967343dc8ef5df0876952f2e994 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 19 Nov 2021 17:37:15 +0100 Subject: [PATCH] liv555: new module for version 2021.06.29 --- Libraries/live555/build | 13 +++++++++++++ Libraries/live555/files/variants.rhel6 | 1 + Libraries/live555/files/variants.rhel7 | 1 + Libraries/live555/modulefile | 14 ++++++++++++++ 4 files changed, 29 insertions(+) create mode 100755 Libraries/live555/build create mode 100644 Libraries/live555/files/variants.rhel6 create mode 100644 Libraries/live555/files/variants.rhel7 create mode 100644 Libraries/live555/modulefile diff --git a/Libraries/live555/build b/Libraries/live555/build new file mode 100755 index 0000000..bf08cae --- /dev/null +++ b/Libraries/live555/build @@ -0,0 +1,13 @@ +#!/usr/bin/env modbuild + +pbuild::set_download_url "http://www.live555.com/liveMedia/public/live.${V_PKG}.tar.gz" +pbuild::add_to_group 'Libraries' +pbuild::compile_in_sourcetree + +pbuild::configure() { + ./genMakefiles linux +} + +pbuild::install() { + make DESTDIR="${PREFIX}" PREFIX="" install +} diff --git a/Libraries/live555/files/variants.rhel6 b/Libraries/live555/files/variants.rhel6 new file mode 100644 index 0000000..e85877e --- /dev/null +++ b/Libraries/live555/files/variants.rhel6 @@ -0,0 +1 @@ +live555/2021.06.29 stable b:openssl/1.1.1g diff --git a/Libraries/live555/files/variants.rhel7 b/Libraries/live555/files/variants.rhel7 new file mode 100644 index 0000000..e85877e --- /dev/null +++ b/Libraries/live555/files/variants.rhel7 @@ -0,0 +1 @@ +live555/2021.06.29 stable b:openssl/1.1.1g diff --git a/Libraries/live555/modulefile b/Libraries/live555/modulefile new file mode 100644 index 0000000..d0d9f2b --- /dev/null +++ b/Libraries/live555/modulefile @@ -0,0 +1,14 @@ +#%Module1.0 + +module-whatis "free library for decoding ATSC A/52 streams" +module-url "ihttps://liba52.sourceforge.io" +module-license "GNU GPL v3" +module-maintainer "Achim Gsell " + +module-help " +liba52 is a free library for decoding ATSC A/52 streams. It is released +under the terms of the GPL license. The A/52 standard is used in a +variety of applications, including digital television and DVD. It is +also known as AC-3. +" +