mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #5651 from bra1nwave/vidcutter
New package: vidcutter-3.0.1
This commit is contained in:
commit
d52690eb0e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/vidcutter/template
Normal file
19
srcpkgs/vidcutter/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'vidcutter'
|
||||||
|
pkgname=vidcutter
|
||||||
|
version=3.0.1
|
||||||
|
revision=1
|
||||||
|
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"
|
||||||
|
checksum=3eceb1a27a4f4012322acb82792085b27ff3547370b3ad095cb2de5f89bb87fc
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i "s/pypi/arch/" vidcutter/__init__.py
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue