Merge branch '209-live555-new-module-for-version-2021-06-29' into 'master'

Resolve "live555: new module for version 2021.06.29"

Closes #209

See merge request Pmodules/buildblocks!280
This commit is contained in:
2021-11-19 16:37:30 +00:00
4 changed files with 29 additions and 0 deletions

13
Libraries/live555/build Executable file
View File

@@ -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
}

View File

@@ -0,0 +1 @@
live555/2021.06.29 stable b:openssl/1.1.1g

View File

@@ -0,0 +1 @@
live555/2021.06.29 stable b:openssl/1.1.1g

View File

@@ -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 <achim.gsell@psi.ch>"
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.
"