alsa-plugins: update to 1.0.26.

This commit is contained in:
Juan RP 2012-09-07 09:26:18 +02:00
parent 56bd7d3f3e
commit 947b78f251

View file

@ -1,16 +1,17 @@
# Template build file for 'alsa-plugins'. # Template build file for 'alsa-plugins'.
pkgname=alsa-plugins pkgname=alsa-plugins
version=1.0.25 version=1.0.26
revision=1 revision=1
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-maemo-plugin --with-speex=lib" configure_args="--disable-maemo-plugin --with-speex=lib"
makedepends="pkg-config alsa-lib-devel speex-devel ffmpeg-devel libsamplerate-devel pulseaudio-devel jack-devel" makedepends="pkg-config alsa-lib-devel speex-devel ffmpeg-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>"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
checksum=a0e374fd6d5ee9683473a5b6e73dadde61d54851065ed670d6627d344b565aab homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
checksum=03515134d2009db4dfb2769e0ab0e1fb517c8140ffdfd64a984be968e81c9f1f
long_desc=" long_desc="
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. functionality to the Linux operating system.
@ -20,7 +21,6 @@ long_desc="
conf_files="/etc/asound.conf" conf_files="/etc/asound.conf"
post_install() { post_install() {
vinstall ${FILESDIR}/asound.conf 644 etc vinstall ${FILESDIR}/asound.conf 644 etc
} }