milis/talimatname/genel/a/alsa-plugins/talimat

21 lines
500 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Ek Alsa eklentileri.
2016-02-24 02:27:23 +02:00
# URL: http://www.alsa-project.org
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: alsa-lib ffmpeg pulseaudio libsamplerate speex
2017-12-22 23:59:36 +02:00
# Grup: kütüphane
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=alsa-plugins
surum=1.1.0
devir=1
kaynak=(ftp://ftp.alsa-project.org/pub/plugins/$isim-$surum.tar.bz2
2017-12-22 23:59:36 +02:00
$isim.conf)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
sed -i "/speex_preprocess.h/i#include <stdint.h>" speex/pcm_speex.c
2017-01-31 01:55:06 +03:00
./configure --prefix=/usr
2016-02-24 02:27:23 +02:00
make
make DESTDIR=$PKG install
2017-10-28 15:10:23 +03:00
install -Dm644 $SRC/$isim.conf $PKG/etc/asound.conf
2016-02-24 02:27:23 +02:00
}