From 03034605d7207651bdfdf40b835dcaeec25818c0 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Tue, 31 Dec 2019 08:50:52 +0100 Subject: [PATCH] praat: update to 6.1.08 --- srcpkgs/praat/template | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/srcpkgs/praat/template b/srcpkgs/praat/template index 90b24299da3..5ad2310b784 100644 --- a/srcpkgs/praat/template +++ b/srcpkgs/praat/template @@ -1,6 +1,6 @@ # Template file for 'praat' pkgname=praat -version=6.1.06 +version=6.1.08 revision=1 create_wrksrc=yes hostmakedepends="pkg-config" @@ -12,13 +12,22 @@ license="GPL-2.0-or-later" homepage="http://www.praat.org/" changelog="http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html" distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz" -checksum=8f97e0c477d5785cc39c53b645be35d9c93d7fa8e4b3e37b8b42e81520baae66 +checksum=b2be79fc349bd06af7a051089db4834de1e3e8a05c0f654d133b915ae47adcd6 -build_options="pulseaudio" +# there are a number of pre-defined Makefiles for certain configurations +# build options are used to choose which one to use among a selected few +# option 'alsa' is for ALSA only +# 'pulseaudio' also includes ALSA +# 'jack' is jack only +# the options are mutually exclusive +build_options="alsa jack pulseaudio" build_options_default="pulseaudio" +vopt_conflict jack alsa +vopt_conflict jack pulseaudio +vopt_conflict alsa pulseaudio do_build() { - for _variant in $(vopt_if pulseaudio pulse alsa) nogui; do + for _variant in $(vopt_if alsa alsa) $(vopt_if jack jack) $(vopt_if pulseaudio pulse) nogui; do cp -a "${pkgname}-${version}" $_variant cd $_variant