alsa-plugins: rebuild against ffmpeg-2.1.
This commit is contained in:
parent
1830094b6e
commit
86f428c74e
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'alsa-plugins'.
|
# Template build file for 'alsa-plugins'.
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
version=1.0.27
|
version=1.0.27
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-maemo-plugin --with-speex=lib"
|
configure_args="--disable-maemo-plugin --with-speex=lib"
|
||||||
hostmakedepends="pkg-config"
|
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"
|
libsamplerate-devel pulseaudio-devel jack-devel"
|
||||||
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -27,7 +27,6 @@ post_install() {
|
||||||
alsa-plugins_package() {
|
alsa-plugins_package() {
|
||||||
conf_files="/etc/asound.conf"
|
conf_files="/etc/asound.conf"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue