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:
10
Libraries/liba52/build
Executable file
10
Libraries/liba52/build
Executable 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'
|
||||
}
|
||||
1
Libraries/liba52/files/variants.rhel6
Normal file
1
Libraries/liba52/files/variants.rhel6
Normal file
@@ -0,0 +1 @@
|
||||
liba52/0.7.4 stable
|
||||
1
Libraries/liba52/files/variants.rhel7
Normal file
1
Libraries/liba52/files/variants.rhel7
Normal file
@@ -0,0 +1 @@
|
||||
liba52/0.7.4 stable
|
||||
14
Libraries/liba52/modulefile
Normal file
14
Libraries/liba52/modulefile
Normal 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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user