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
19 changes: 19 additions & 0 deletions srcpkgs/ffsubsync/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'ffsubsync'
pkgname=ffsubsync
version=0.4.31
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-chardet python3-charset-normalizer python3-ffmpeg-python python3-numpy
python3-pysubs2 python3-rich python3-setuptools python3-srt python3-tqdm
python3-typing_extensions python3-auditok python3-webrtcvad"
short_desc="Automagically synchronize subtitles with video"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/smacke/ffsubsync"
distfiles="https://github.com/smacke/ffsubsync/archive/refs/tags/${version}.tar.gz"
checksum=7fac9de45d0bae599dc58e3efbe22c771372e25290141389c59b49a046b7cb09

post_install() {
vlicense LICENSE
}
18 changes: 18 additions & 0 deletions srcpkgs/python3-auditok/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'python3-auditok'
pkgname=python3-auditok
version=0.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-numpy python3-matplotlib python3-PyAudio python3-tqdm
python3-pydub"
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

post_install() {
vlicense LICENSE
}
17 changes: 17 additions & 0 deletions srcpkgs/python3-pydub/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'python3-pydub'
pkgname=python3-pydub
version=0.25.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-PyAudio ffmpeg6"
short_desc="Manipulate audio with a simple high level interface"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://www.pydub.com/"
distfiles="${PYPI_SITE}/p/pydub/pydub-${version}.tar.gz"
checksum=980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f

post_install() {
vlicense LICENSE
}
18 changes: 18 additions & 0 deletions srcpkgs/python3-webrtcvad/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'python3-webrtcvad'
pkgname=python3-webrtcvad
version=2.0.10
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
depends="python3"
short_desc="Python interface to the Google WebRTC Voice Activity Detector"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/wiseman/py-webrtcvad"
distfiles="https://github.com/wiseman/py-webrtcvad/archive/refs/tags/${version}.tar.gz"
checksum=003c7681f7616221f6c4cfb748c9bd2b95a8f5367f16d276c7e984786e510c62

post_install() {
vlicense LICENSE
}
105 changes: 0 additions & 105 deletions srcpkgs/subliminal/patches/1336.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/subliminal/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'subliminal'
pkgname=subliminal
version=2.5.0
version=2.6.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
Expand All @@ -12,10 +12,10 @@ depends="python3 python3-guessit python3-babelfish python3-enzyme
short_desc="Subtitles, faster than your thoughts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://subliminal.readthedocs.org"
homepage="https://subliminal.readthedocs.org"
changelog="https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst"
distfiles="${PYPI_SITE}/s/subliminal/subliminal-${version}.tar.gz"
checksum=3c79507e9c304895fb41eb0039b11f5abcb9f77376fe550cb605932836dfadc3
checksum=e6e7aee1b218d543dcb3b7b2248ea0f92afc4c223ce3e7af8d2c3843e31bafe5

do_check() {
: # pypi tarball has no tests
Expand Down