From 7deb27c0f72ef1b36480534a80e9dd628b0325f1 Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 1 Dec 2017 11:49:05 +0100 Subject: [PATCH] New package: shotcut-17.11 --- srcpkgs/shotcut/patches/melt.patch | 13 +++++++++++++ srcpkgs/shotcut/template | 25 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 srcpkgs/shotcut/patches/melt.patch create mode 100644 srcpkgs/shotcut/template diff --git a/srcpkgs/shotcut/patches/melt.patch b/srcpkgs/shotcut/patches/melt.patch new file mode 100644 index 00000000000..8e98e7a27f5 --- /dev/null +++ b/srcpkgs/shotcut/patches/melt.patch @@ -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; diff --git a/srcpkgs/shotcut/template b/srcpkgs/shotcut/template new file mode 100644 index 00000000000..3d9cbc4b66e --- /dev/null +++ b/srcpkgs/shotcut/template @@ -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 " +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" +