2014-04-19 14:56:28 +10:00
|
|
|
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
|
|
|
|
# URL: http://www.alsa-project.org/
|
2014-11-10 23:25:50 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2014-04-19 14:56:28 +10:00
|
|
|
# Depends on: alsa-lib
|
2016-05-31 20:45:13 +10:00
|
|
|
# Optional: ffmpeg speex jack libsamplerate
|
2014-04-19 14:56:28 +10:00
|
|
|
|
|
|
|
name=alsa-plugins
|
2019-03-17 14:03:37 +11:00
|
|
|
version=1.1.8
|
2014-07-02 15:53:55 +10:00
|
|
|
release=1
|
2014-04-19 14:56:28 +10:00
|
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|