parent
084fd76cae
commit
2042d56b4b
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'vidcutter'
|
||||
pkgname=vidcutter
|
||||
version=3.5.0
|
||||
version=4.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname}"
|
||||
pycompile_module="vidcutter"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-PyQt5 python3-setuptools ffmpeg mpv mediainfo"
|
||||
makedepends="mpv-devel python3-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
|
||||
python3-setuptools python3-PyOpenGL python3-PyQt5-opengl"
|
||||
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"
|
||||
checksum=6c07aa8d70c66e11ce2bcc37cea6083a84fe8b4602342da40a78e651dcd04b93
|
||||
homepage="https://github.com/ozmartian/vidcutter"
|
||||
distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
|
||||
checksum=18686af2454480f6aa2ba2c27cd32f8a1b580309460c6b3ee9fb03ccfeecf513
|
||||
|
||||
pre_configure() {
|
||||
sed -i "s/pypi/arch/" vidcutter/__init__.py
|
||||
|
|
Loading…
Add table
Reference in a new issue