From 57e86a932199bc2099eee5b0992ef50288f8ebeb Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 9 May 2005 18:17:49 +0000 Subject: [PATCH] Tagged alsa-lib.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4071 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- multimedia/libdriv/alsa-firmware.xml | 1 + multimedia/libdriv/alsa-lib.xml | 286 ++++++++++++++------------- 2 files changed, 155 insertions(+), 132 deletions(-) diff --git a/multimedia/libdriv/alsa-firmware.xml b/multimedia/libdriv/alsa-firmware.xml index 4eadd89c11..f7599ca1d7 100644 --- a/multimedia/libdriv/alsa-firmware.xml +++ b/multimedia/libdriv/alsa-firmware.xml @@ -1,3 +1,4 @@ + diff --git a/multimedia/libdriv/alsa-lib.xml b/multimedia/libdriv/alsa-lib.xml index 342f1ecdd0..bdb48cdc58 100644 --- a/multimedia/libdriv/alsa-lib.xml +++ b/multimedia/libdriv/alsa-lib.xml @@ -1,3 +1,4 @@ + @@ -12,177 +13,198 @@ ]> - -$LastChangedBy$ -$Date$ - - -ALSA Library-&alsa-lib-version; - -ALSA Library + - -Introduction to <application><acronym>ALSA</acronym> -Library</application> + + $LastChangedBy$ + $Date$ + -The ALSA Library package -contains the ALSA library. This is used by programs -(including ALSA Utilities) -requiring access to the ALSA sound interface. + ALSA Library-&alsa-lib-version; -Package information - -Download (HTTP): - -Download (FTP): - -Download MD5 sum: &alsa-lib-md5sum; -Download size: &alsa-lib-size; -Estimated disk space required: -&alsa-lib-buildsize; -Estimated build time: -&alsa-lib-time; - + + ALSA Library + -<application><acronym>ALSA</acronym> Library</application> -dependencies -Optional -JACK and - - - + + Introduction to ALSA Library - + The ALSA Library package contains + the ALSA library. This is used by programs (including ALSA + Utilities) requiring access to the ALSA sound interface. - -Installation of <application><acronym>ALSA</acronym> -Library</application> - + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &alsa-lib-md5sum; + + + Download size: &alsa-lib-size; + + + Estimated disk space required: &alsa-lib-buildsize; + + + Estimated build time: &alsa-lib-time; + + -In the Sound section of the kernel configuration, edit -Advanced Linux Sound Architecture options to match your -audio hardware and disable deprecated Open Sound System. -Recompile and install your new kernel. - -ALSA + ALSA Library Dependencies -Install ALSA Library by -running the following commands: + Optional + JACK and + -./configure --enable-static && -make + -To test the results, issue: make check. + + Kernel Configuration -Now, as the root user: + In the Sound section of the kernel configuration, edit + Advanced Linux Sound Architecture + options to match your audio hardware and disable deprecated + Open Sound System. + Recompile and install your new kernel. -make install + + ALSA + -If you have JACK installed -and you wish to build the JACK -PCM plugin library, run the following commands: + -cd src/pcm/ext && -make jack + + Installation of ALSA Library -Now, as the root user: + Install ALSALibrary by + running the following commands: -make install-jack +./configure --enable-static && +make -Ensure the unprivileged user's current working directory is the root of -the source tree: + To test the results, issue: make check. -cd ../../.. + Now, as the root user: -If you have Doxygen installed and you wish to -build the library API documentation, run the following -commands from the top-level directory of the source tree: +make install -make doc + If you have JACK installed + and you wish to build the JACK + PCM plugin library, run the following commands: -Now, as the root user: +cd src/pcm/ext && +make jack -install -v -d -m755 /usr/share/alsa/doc/html && -install -v -m644 doc/doxygen/html/* /usr/share/alsa/doc/html + Now, as the root user: - +make install-jack - -Command explanations + Ensure the unprivileged user's current working directory is the root of + the source tree: ---enable-static: This switch is used to enable -building the static library because some programs link against it. +cd ../../.. - + If you have Doxygen installed and you wish to + build the library API documentation, run the following + commands from the top-level directory of the source tree: - -Configuring <application><acronym>ALSA</acronym> -Library</application> +make doc -Config files -~/.asoundrc, -/etc/asound.conf, -/usr/share/alsa/alsa.conf and -/usr/share/alsa/{cards,pcm}/*.conf + Now, as the root user: - - ~/.asoundrc - +install -v -d -m755 /usr/share/alsa/doc/html && +install -v -m644 doc/doxygen/html/* /usr/share/alsa/doc/html - - /etc/asound.conf - + - - /usr/share/alsa/alsa.conf - + + Command Explanations - - .../alsa/{cards,pcm}/*.conf - - + --enable-static: This switch is used to enable + building the static library because some programs link against it. -Configuration information -The default alsa.conf is adequate for most -installations. For extra functionality and/or advanced control of your sound -device, you may need to create additional configuration files. For -information on the available configuration parameters, including setup of the -JACK PCM -plugin, visit . - + - + + Configuring ALSA Library - -Contents + + Config Files - -Installed Programs -Installed Libraries -Installed Directories + ~/.asoundrc, + /etc/asound.conf, + /usr/share/alsa/alsa.conf, and + /usr/share/alsa/{cards,pcm}/*.conf - -alsalisp and aserver -libasound.[so,a] and optionally, libasound_module_pcm_jack.[so,a] -/usr/include/alsa, /usr/lib/alsa-lib, /usr/share/alsa - - + + ~/.asoundrc + - -Short Descriptions - + + /etc/asound.conf + - -libasound.[so,a] -provides ALSA functions for application -programs. - -libasound.[so,a] - - - + + /usr/share/alsa/alsa.conf + - + + .../alsa/{cards,pcm}/*.conf + + + + + + Configuration Information + + The default alsa.conf is adequate for most + installations. For extra functionality and/or advanced control of your sound + device, you may need to create additional configuration files. For + information on the available configuration parameters, including setup of the + JACK PCM plugin, visit . + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + alsalisp and aserver + libasound.[so,a] and optionally, libasound_module_pcm_jack.[so,a] + /usr/include/alsa, /usr/lib/alsa-lib, and /usr/share/alsa + + + + + Short Descriptions + + + + + libasound.[so,a] + + provides ALSA functions for application programs. + + libasound.[so,a] + + + + + + +