alsa-lib: new module for version 1.2.5.1

This commit is contained in:
2021-11-19 17:27:07 +01:00
parent c72928b56f
commit 01d8698b41
4 changed files with 33 additions and 0 deletions

10
Libraries/alsa-lib/build Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "http://www.alsa-project.org/files/pub/lib/$P-${V_PKG}.tar.bz2"
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 @@
alsa-lib/1.2.5.1 unstable

View File

@@ -0,0 +1 @@
alsa-lib/1.2.5.1 unstable

View File

@@ -0,0 +1,21 @@
#%Module1.0
module-whatis "Advanced Linux Sound Architecture (ALSA) libraries"
module-url "https://alsa-project.org/"
module-license "GNU GPL v3"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. ALSA has the following
significant features:
o Efficient support for all types of audio interfaces, from consumer
sound cards to professional multichannel audio interfaces.
o Fully modularized sound drivers.
o SMP and thread-safe design.
o User space library (alsa-lib) to simplify application programming
and provide higher level functionality.
o Support for the older Open Sound System (OSS) API, providing
binary compatibility for most OSS programs.
"