From 947b78f251da7fde3d042530b8043a8099c0842b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Sep 2012 09:26:18 +0200 Subject: [PATCH] alsa-plugins: update to 1.0.26. --- srcpkgs/alsa-plugins/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template index 7a1d05f4d8..5b09c5f9ff 100644 --- a/srcpkgs/alsa-plugins/template +++ b/srcpkgs/alsa-plugins/template @@ -1,16 +1,17 @@ # Template build file for 'alsa-plugins'. pkgname=alsa-plugins -version=1.0.25 +version=1.0.26 revision=1 -homepage="http://www.alsa-project.org" -distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2" build_style=gnu-configure 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" maintainer="Juan RP " 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=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. @@ -20,7 +21,6 @@ long_desc=" conf_files="/etc/asound.conf" - post_install() { vinstall ${FILESDIR}/asound.conf 644 etc }