Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions srcpkgs/python3-auditok/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'python3-auditok'
pkgname=python3-auditok
version=0.3.0
version=0.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-numpy python3-matplotlib python3-PyAudio python3-tqdm
python3-pydub"
depends="python3-numpy python3-matplotlib python3-tqdm python3-sounddevice
ffmpeg6"
short_desc="Audio activity detection and segmentation tool"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/amsehili/auditok"
distfiles="${PYPI_SITE}/a/auditok/auditok-${version}.tar.gz"
checksum=8565d6e7dfbecb7dbbe5c54fb5af66f8c1c827e06745c19df0e3fa468d0022a1
checksum=01680e24e12da72357621ab2c35c81ec5cda27de2534f59634cd5035c93b5573

post_install() {
vlicense LICENSE
Expand Down
17 changes: 17 additions & 0 deletions srcpkgs/python3-sounddevice/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'python3-sounddevice'
pkgname=python3-sounddevice
version=0.5.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-cffi"
depends="python3-numpy python3-cffi"
short_desc="Play and record sound with Python"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/spatialaudio/python-sounddevice/"
distfiles="${PYPI_SITE}/s/sounddevice/sounddevice-${version}.tar.gz"
checksum=22487b65198cb5bf2208755105b524f78ad173e5ab6b445bdab1c989f6698df3

post_install() {
vlicense LICENSE
}