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

21 lines
500 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ek Alsa eklentileri.
# URL: http://www.alsa-project.org
# Paketçi: milisarge
# Gerekler: alsa-lib ffmpeg pulseaudio libsamplerate speex
# Grup: kütüphane
isim=alsa-plugins
surum=1.1.0
devir=1
kaynak=(ftp://ftp.alsa-project.org/pub/plugins/$isim-$surum.tar.bz2
$isim.conf)
derle() {
cd $isim-$surum
sed -i "/speex_preprocess.h/i#include <stdint.h>" speex/pcm_speex.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 $SRC/$isim.conf $PKG/etc/asound.conf
}