Merge branch '208-liba53-new-module-for-version-0-7-4' into 'master'

Resolve "liba53: new module for version 0.7.4"

Closes #208

See merge request Pmodules/buildblocks!279
This commit is contained in:
2021-11-19 16:31:21 +00:00
4 changed files with 26 additions and 0 deletions

10
Libraries/liba52/build Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://liba52.sourceforge.io/files/a52dec-${V_PKG}.tar.gz" "$P-${V_PKG}.tar.gz"
pbuild::add_to_group 'Libraries'
pbuild::pre_configure() {
pbuild::add_configure_args '--with-pic'
pbuild::add_configure_args '--enable-shared'
pbuild::add_configure_args 'CFLAGS=-fPIC'
}

View File

@@ -0,0 +1 @@
liba52/0.7.4 stable

View File

@@ -0,0 +1 @@
liba52/0.7.4 stable

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.
"