mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
748 B
Plaintext
17 lines
748 B
Plaintext
PKG_NAME="alsa"
|
|
PKG_VERSION=""
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.alsa-project.org/"
|
|
PKG_URL=""
|
|
PKG_DEPENDS="alsa-lib alsa-utils"
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="audio"
|
|
PKG_SHORTDESC="alsa: Matapackage to install all alsa components"
|
|
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"
|
|
|
|
PKG_AUTORECONF="no"
|