2016-10-17 21:43:29 +02:00
|
|
|
# Description: Ek Alsa eklentileri.
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://www.alsa-project.org
|
2017-01-30 23:55:06 +01:00
|
|
|
# Packager: milisarge
|
|
|
|
# Depends on: alsa-lib ffmpeg pulseaudio libsamplerate speex
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=alsa-plugins
|
|
|
|
version=1.1.0
|
|
|
|
release=1
|
|
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2
|
|
|
|
$name.conf)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
sed -i "/speex_preprocess.h/i#include <stdint.h>" speex/pcm_speex.c
|
|
|
|
|
2017-01-30 23:55:06 +01:00
|
|
|
./configure --prefix=/usr
|
2016-02-24 01:27:23 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
install -Dm644 $SRC/$name.conf $PKG/etc/asound.conf
|
|
|
|
}
|