alsa-plugins: rebuild against ffmpeg-2.1.

This commit is contained in:
Juan RP 2013-10-30 09:15:45 +01:00
parent 1830094b6e
commit 86f428c74e
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Template build file for 'alsa-plugins'.
pkgname=alsa-plugins
version=1.0.27
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-maemo-plugin --with-speex=lib"
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel speex-devel ffmpeg-devel>=1.0.1
makedepends="alsa-lib-devel speex-devel ffmpeg-devel>=2.1
libsamplerate-devel pulseaudio-devel jack-devel"
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -27,7 +27,6 @@ post_install() {
alsa-plugins_package() {
conf_files="/etc/asound.conf"
pkg_install() {
vmove etc
vmove usr
vmove all
}
}