mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
786 B
Plaintext
15 lines
786 B
Plaintext
PKG_NAME="alsa-lib"
|
|
PKG_VERSION="1.0.23"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.alsa-project.org/"
|
|
PKG_URL="ftp://ftp.alsa-project.org/pub/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="audio"
|
|
PKG_SHORTDESC="alsa-lib: Advanced Linux Sound Architecture library"
|
|
PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux."
|
|
PKG_IS_ADDON="no"
|