aports/testing/vidcutter/APKBUILD
2024-09-02 22:31:13 +02:00

36 lines
1.0 KiB
Plaintext

# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=vidcutter
pkgver=6.0.5.2
pkgrel=1
pkgdesc="A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER"
url="https://vidcutter.ozmartians.com"
arch="all !armhf" # Blocked by py3-qt5 -> qt5-qtdeclarative
license="GPL-3.0-or-later"
depends="python3 ffmpeg mediainfo py3-qt5 py3-opengl"
subpackages="$pkgname-doc $pkgname-pyc"
makedepends="cython mpv-dev python3-dev py3-setuptools py3-gpep517"
source="$pkgname-$pkgver.tar.gz::https://github.com/ozmartian/vidcutter/archive/$pkgver.tar.gz"
options="!check" # no tests
prepare() {
default_prepare
rm vidcutter/libs/pympv/mpv.c
}
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
gpep517 install-wheel --destdir "$pkgdir" \
.dist/*.whl
}
sha512sums="
f33efc346e14c3aaeed8f7a6028b7855595478e98096008798b7da6a8fccd630e8af35cd4a68892c31b58da86503496f6066bb09e882219d26b70b3a1e7566c5 vidcutter-6.0.5.2.tar.gz
"