From 11393f030bb57494d068b9d6e758e093a6f05eb4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Feb 2015 10:10:41 +0100 Subject: [PATCH] alsa-utils: update to 1.0.29. --- srcpkgs/alsa-utils/template | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template index 8084e678f1a..c0c26507df9 100644 --- a/srcpkgs/alsa-utils/template +++ b/srcpkgs/alsa-utils/template @@ -1,26 +1,20 @@ # Template build file for 'alsa-utils'. pkgname=alsa-utils -version=1.0.28 -revision=3 -replaces="runit-void<20141013_2" +version=1.0.29 +revision=1 +build_options="systemd" build_style=gnu-configure configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf" hostmakedepends="pkg-config xmlto" -makedepends="ncurses-devel alsa-lib-devel>=1.0.28 libsamplerate-devel" -depends="alsa-lib>=1.0.28" +makedepends="ncurses-devel alsa-lib-devel>=1.0.28 libsamplerate-devel $(vopt_if systemd systemd-devel)" +depends="alsa-lib>=${version}" make_dirs="/var/lib/alsa 0750 root root" -short_desc="The Advanced Linux Sound Architecture (ALSA) utils" +short_desc="The Advanced Linux Sound Architecture (ALSA) utilities" maintainer="Juan RP " homepage="http://www.alsa-project.org" license="GPL-2" distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" -checksum=f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03642acc - -build_options="systemd" - -if [ "$build_option_systemd" ]; then - configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system" -fi +checksum=5160058f3e14483ced5de919dd473f93932059454530a9b7ef97dcabd6833e9b post_install() { # Install required udev rules file.