UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

alsa-lib

The ALSA Library package contains the ALSA library used by programs (including ALSA Utilities) requiring access to the ALSA sound interface.

Package info

Template:
Codename: alsa-lib
Source file: alsa-lib-1.2.13.tar.bz2
Source file size: 1116739
Source file MD5-checkum: dd856a78e0702c3c4c1d8f56bc07bf61
Source directory: alsa-lib-1.2.13
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/alsa-lib-1.2.13.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/alsa-lib-1.2.13.tar.bz2.md5sum
Dependances: systemd.
Dependance of: alsa-oss, ALSA, mpg123, kmix, alsa-plugins, alsa-utils, alsa-tools, SDL, libcanberra, portaudio, recordmydesktop, fluidsynth, pulseaudio, v4l-utils, ffmpeg, qtwebengine6, !gnome-settings-daemon, freerdp, freerdp2, vlc, obs-studio, qemu, qt5, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: alsa-ucm-conf-1.2.13.tar.bz2.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure

Build script:
make

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

make doc

fi

Install script:
make install

tar -C /usr/share/alsa --strip-components=1 -xf ../alsa-ucm-conf-1.2.13.tar.bz2

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -d -m755 /usr/share/doc/alsa-lib-1.2.13/html/search &&
install -v -m644 doc/doxygen/html/*.* \
                /usr/share/doc/alsa-lib-1.2.13/html &&
install -v -m644 doc/doxygen/html/search/* \
                /usr/share/doc/alsa-lib-1.2.13/html/search

fi

Arch specific instructions

lib32_amd64

Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
CC="gcc -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure \
        --prefix=/usr \
        --disable-static \
        --libdir=/usr/lib32 \
        --without-debug \
        --disable-python

Build script:
make

Install script:
make DESTDIR=\$PWD/DESTDIR install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32