opt/alsa-plugins/Pkgfile

22 lines
583 B
Plaintext
Raw Normal View History

2014-04-19 06:56:28 +02:00
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
# URL: http://www.alsa-project.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Vitaly Sinilin, vs at kp4 dot ru
# Depends on: alsa-lib
# Nice to have: ffmpeg speex jack libsamplerate
name=alsa-plugins
version=1.0.27
release=2
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}