mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
praat: update to 6.2.12
and enable check
This commit is contained in:
parent
7dc4bc0a6d
commit
da28f088bd
1 changed files with 9 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'praat'
|
# Template file for 'praat'
|
||||||
pkgname=praat
|
pkgname=praat
|
||||||
version=6.2.10
|
version=6.2.12
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+3-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if jack jack-devel)
|
makedepends="gtk+3-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if jack jack-devel)
|
||||||
$(vopt_if pulseaudio 'alsa-lib-devel pulseaudio-devel')"
|
$(vopt_if pulseaudio 'alsa-lib-devel pulseaudio-devel')"
|
||||||
|
checkdepends="cantarell-fonts"
|
||||||
short_desc="Speech analysis, synthesis, and manipulation"
|
short_desc="Speech analysis, synthesis, and manipulation"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.praat.org/"
|
homepage="http://www.praat.org/"
|
||||||
changelog="http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
|
changelog="http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html"
|
||||||
distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
|
distfiles="https://github.com/praat/praat/archive/v${version}.tar.gz"
|
||||||
checksum=f6358b2c6a967afe89882720d503c74221b364c563e1e4316a2d73c9f0c22bcd
|
checksum=b6f1e09ffc8d0c89e3a892d997af0766a49f7d863cdeae857a9b5ea7f95f5650
|
||||||
|
|
||||||
# there are a number of pre-defined Makefiles for certain configurations
|
# 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
|
# build options are used to choose which one to use among a selected few
|
||||||
|
@ -59,6 +60,12 @@ do_install() {
|
||||||
vbin praat_nogui
|
vbin praat_nogui
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd "${pkgname}-${version}/test"
|
||||||
|
../../praat --run runAllTests_batch.praat
|
||||||
|
../../praat_nogui --run runAllTests_batch.praat
|
||||||
|
}
|
||||||
|
|
||||||
praat-nogui_package() {
|
praat-nogui_package() {
|
||||||
short_desc+=" (nogui)"
|
short_desc+=" (nogui)"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue