2017-01-31 09:41:06 +00:00
|
|
|
# Template file for 'vidcutter'
|
|
|
|
pkgname=vidcutter
|
2017-05-10 19:00:45 +00:00
|
|
|
version=3.2.0
|
|
|
|
revision=1
|
2017-01-31 09:41:06 +00:00
|
|
|
noarch=yes
|
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="${pkgname}"
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-PyQt5 python3-setuptools ffmpeg mpv mediainfo"
|
|
|
|
short_desc="Video cutter and joiner based on FFmpeg"
|
|
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://vidcutter.ozmartians.com/"
|
|
|
|
distfiles="https://github.com/ozmartian/${pkgname}/archive/${version}.tar.gz"
|
2017-05-10 19:00:45 +00:00
|
|
|
checksum=2f74f40c274b91600f241825872b8f50453000f2d60cb4b3194f521146c29642
|
2017-01-31 09:41:06 +00:00
|
|
|
|
2017-05-11 15:50:32 +00:00
|
|
|
broken="checksum changed?"
|
|
|
|
|
2017-01-31 09:41:06 +00:00
|
|
|
pre_configure() {
|
|
|
|
sed -i "s/pypi/arch/" vidcutter/__init__.py
|
|
|
|
}
|