Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

praat: update to 4.6.27 #53932

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/praat/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'praat'
pkgname=praat
version=6.4.25
version=6.4.27
revision=1
create_wrksrc=yes
hostmakedepends="pkg-config"
Expand All @@ -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=af6176c0ed61297e33ca92486a1c92f62f8157bd2b9e4f1ae44ec24a4d31b706

# 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
Expand All @@ -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

Expand Down