vidcutter: update to 4.0.0

Closes: #7351 [via git-merge-pr]
This commit is contained in:
cr6git 2017-08-11 21:16:41 +02:00 committed by Duncaen
parent 084fd76cae
commit 2042d56b4b
1 changed files with 8 additions and 6 deletions

View File

@ -1,18 +1,20 @@
# Template file for 'vidcutter' # Template file for 'vidcutter'
pkgname=vidcutter pkgname=vidcutter
version=3.5.0 version=4.0.0
revision=1 revision=1
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
pycompile_module="${pkgname}" pycompile_module="vidcutter"
hostmakedepends="python3-setuptools" 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" short_desc="Video cutter and joiner based on FFmpeg"
maintainer="bra1nwave <brainwave@openmailbox.org>" maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3" license="GPL-3"
homepage="http://vidcutter.ozmartians.com/" homepage="https://github.com/ozmartian/vidcutter"
distfiles="https://github.com/ozmartian/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
checksum=6c07aa8d70c66e11ce2bcc37cea6083a84fe8b4602342da40a78e651dcd04b93 checksum=18686af2454480f6aa2ba2c27cd32f8a1b580309460c6b3ee9fb03ccfeecf513
pre_configure() { pre_configure() {
sed -i "s/pypi/arch/" vidcutter/__init__.py sed -i "s/pypi/arch/" vidcutter/__init__.py