mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
626 B
Plaintext
17 lines
626 B
Plaintext
PKG_NAME="libsamplerate"
|
|
PKG_VERSION="0.1.7"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.mega-nerd.com/SRC/"
|
|
PKG_URL="http://www.mega-nerd.com/SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="audio"
|
|
PKG_SHORTDESC="libsamplerate: A Sample Rate Converter library for audio"
|
|
PKG_LONGDESC="Libsamplerate is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no" # ToDo
|