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

21 lines
500 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ek Alsa eklentileri.
2016-02-24 01:27:23 +01:00
# URL: http://www.alsa-project.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: alsa-lib ffmpeg pulseaudio libsamplerate speex
2017-12-22 22:59:36 +01:00
# Grup: kütüphane
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02: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 22:59:36 +01:00
$isim.conf)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
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
2017-10-28 14:10:23 +02:00
install -Dm644 $SRC/$isim.conf $PKG/etc/asound.conf
2016-02-24 01:27:23 +01:00
}