mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
praat: update to 4.6.34
This commit is contained in:
parent
1fa2f02f4c
commit
7d1f04eb77
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'praat'
|
||||
pkgname=praat
|
||||
version=6.4.25
|
||||
version=6.4.34
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.fon.hum.uva.nl/praat/"
|
||||
changelog="https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
|
||||
distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
|
||||
checksum=d279aa03299a790d652aab2ae3e536cec71a9636bb24146c02c40a66d9c7c627
|
||||
checksum=f07771d30864ad2a800d2ef35559d071c04422415cfc3c02ac2c1c5ab641de3a
|
||||
|
||||
# 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
|
||||
|
@ -29,7 +29,7 @@ vopt_conflict jack pulseaudio
|
|||
vopt_conflict alsa pulseaudio
|
||||
|
||||
do_build() {
|
||||
for _variant in $(vopt_if alsa alsa) $(vopt_if jack jack) $(vopt_if pulseaudio pulse) nogui; do
|
||||
for _variant in $(vopt_if alsa alsa) $(vopt_if jack jack) $(vopt_if pulseaudio pulse-gcc) nogui; do
|
||||
cp -a "${pkgname}-${version}" $_variant
|
||||
cd $_variant
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue