Skip to content
Merged
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
11 changes: 6 additions & 5 deletions srcpkgs/ffsubsync/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'ffsubsync'
pkgname=ffsubsync
version=0.5.0
version=0.5.1
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"
depends="python3-chardet python3-charset-normalizer python3-faust_cchardet python3-ffmpeg-python
python3-numpy python3-pysubs2 python3-rich python3-srt python3-tqdm python3-typing_extensions
python3-auditok python3-webrtcvad"
checkdepends="$depends python3-pytest python3-pytest-black python3-pytest-flake8 python3-pytest-cov"
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=62ace89f390f8cc1bf7a507eea0afccf609ee73cb3827a8beff66f5954d1558b
checksum=74a57fa83c40c5dc003736ae0dec1f53d7af8d27fa13c66d7f23abeb5cc80a04

post_install() {
vlicense LICENSE
Expand Down
17 changes: 17 additions & 0 deletions srcpkgs/python3-faust_cchardet/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'python3-faust_cchardet'
pkgname=python3-faust_cchardet
version=2.2.1
revision=1
build_style=python3-pep517
build_helper="meson"
hostmakedepends="python3-Cython python3-meson-python"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="High speed universal character encoding detector"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later"
homepage="https://github.com/faust-streaming/cChardet"
distfiles="${PYPI_SITE}/f/faust-cchardet/faust_cchardet-${version}.tar.gz"
checksum=324f886eeeb4b8dff4639f4f5e60a82481227c344ee0bfb490de017fbfe5f1b0
conflicts="python3-cchardet>=0"