blob: 19258e289357cc91f67e887cbb1e13ffa340c4de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-jumpcutter
pkgdesc = Automatically jump-cut silent parts of your videos using Python
pkgver = 0.1.6
pkgrel = 4
url = https://github.com/emkademy/jumpcutter
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry-core
depends = python-moviepy
depends = python-numpy
depends = python-tqdm
source = jumpcutter-0.1.6.tar.gz::https://github.com/emkademy/jumpcutter/archive/refs/tags/v0.1.6.tar.gz
source = 0001-add-type-annotations.patch
source = 0002-fix-arrays-to-stack-must-be-passed-as-a-sequence.patch
source = 0003-migrate-from-moviepy-v1.x-to-v2.x.patch
md5sums = 375c45a6fa9e6a8aec0594699ccf8722
md5sums = 4f79e95ef8cd94cfd9c2790da9051aeb
md5sums = 26946f68a6a7b5ccf61bef1a8a9935d5
md5sums = 2f87703685722c86656256e5bde8c2fc
pkgname = python-jumpcutter
|