summaryrefslogtreecommitdiff
path: root/alsa-plugins/Pkgfile
blob: 717415ebca8acf0421e3ae536a5595899aad5927 (plain)
    1 # Description: ALSA Plugins contains plugins for various audio libraries and sound servers. 
    2 # URL: http://www.alsa-project.org/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Vitaly Sinilin, vs at kp4 dot ru
    5 # Depends on: alsa-lib
    6 # Nice to have: ffmpeg speex jack libsamplerate
    7 
    8 name=alsa-plugins
    9 version=1.0.27
   10 release=2
   11 source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
   12 
   13 build() {
   14 	cd $name-$version
   15 	sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
   16 
   17 	./configure --prefix=/usr
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 }

Generated by cgit