New package: shotcut-17.11

This commit is contained in:
cr6git 2017-12-01 11:49:05 +01:00 committed by Toyam Cox
parent 31b4773430
commit 7deb27c0f7
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,13 @@
diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
index f5390e4..693a089 100644
--- src/jobs/meltjob.cpp
+++ src/jobs/meltjob.cpp
@@ -50,7 +50,7 @@ void MeltJob::start()
#ifdef Q_OS_WIN
QFileInfo meltPath(shotcutPath, "qmelt.exe");
#else
- QFileInfo meltPath(shotcutPath, "qmelt");
+ QFileInfo meltPath(shotcutPath, "melt");
#endif
setReadChannel(QProcess::StandardError);
QStringList args;

25
srcpkgs/shotcut/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'shotcut'
pkgname=shotcut
version=17.11
revision=1
build_style=qmake
hostmakedepends="qt5-tools pkg-config"
makedepends="
qt5-declarative-devel qt5-graphicaleffects
qt5-multimedia-devel qt5-quickcontrols qt5-webkit-devel
qt5-websockets-devel qt5-x11extras-devel
mlt-devel mlt-python movit-devel ffmpeg-devel
x264-devel libvpx-devel lame-devel
ladspa-sdk jack-devel libexif-devel
gstreamer1-devel SDL_image-devel"
depends="frei0r-plugins qt5-quickcontrols"
short_desc="Free, open source, cross-platform video editor"
maintainer="Linux CompITech <linuxcompitech@gmail.com>"
license="GPL-3"
homepage="https://www.shotcut.org"
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
checksum=9f126dd2221370a2d200353aa26f52178d79a32e33bc75f5a7d725bce03d0c5f
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/292589547#L1332
https://travis-ci.org/voidlinux/void-packages/jobs/292589548#L1337"