UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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.14.tar.bz2
Source file size: 1115517
Source file MD5-checkum: d0efd7930da31f0034baddc0b993fa03
Source directory: alsa-lib-1.2.14
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/a/alsa-lib-1.2.14.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/a/alsa-lib-1.2.14.tar.bz2.md5sum
Dependances: systemd.
Dependance of: kmix, alsa-plugins, alsa-utils, alsa-tools, alsa-oss, ALSA, mpg123, recordmydesktop, !SDL, libcanberra, portaudio, fluidsynth, v4l-utils, pulseaudio, ffmpeg, qtwebengine6, !gnome-settings-daemon, freerdp2, freerdp, vlc, obs-studio, qemu, qt5, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: alsa-ucm-conf-1.2.14.tar.bz2.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed 's/playmidi1//' -i test/Makefile.am &&
autoreconf -fi

./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.14.tar.bz2

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

install -v -d -m755 /usr/share/doc/alsa-lib-1.2.14/html/search &&
install -v -m644 doc/doxygen/html/*.* \
                /usr/share/doc/alsa-lib-1.2.14/html &&
install -v -m644 doc/doxygen/html/search/* \
                /usr/share/doc/alsa-lib-1.2.14/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