shotcut: update to 18.08.14.

This commit is contained in:
John 2018-09-11 20:47:32 +02:00 committed by maxice8
parent b328df1a15
commit 6bf02c3b0e

View file

@ -1,27 +1,32 @@
# Template file for 'shotcut' # Template file for 'shotcut'
pkgname=shotcut pkgname=shotcut
version=18.05.08 version=18.08.14
revision=1 revision=1
build_style=qmake build_style=qmake
hostmakedepends="qt5-tools pkg-config" configure_args="SHOTCUT_VERSION=$version"
makedepends=" hostmakedepends="pkg-config qt5-tools"
qt5-declarative-devel qt5-graphicaleffects makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python
qt5-multimedia-devel qt5-quickcontrols qt5-webkit-devel qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
qt5-websockets-devel qt5-x11extras-devel qt5-quickcontrols qt5-webkit-devel qt5-websockets-devel qt5-x11extras-devel
mlt-devel mlt-python movit-devel ffmpeg-devel x264-devel"
x264-devel libvpx-devel lame-devel
ladspa-sdk jack-devel libexif-devel
gstreamer1-devel SDL_image-devel"
depends="frei0r-plugins qt5-quickcontrols" depends="frei0r-plugins qt5-quickcontrols"
short_desc="Free, open source, cross-platform video editor" short_desc="Free, open source, cross-platform video editor"
maintainer="Linux CompITech <linuxcompitech@gmail.com>" maintainer="Linux CompITech <linuxcompitech@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.shotcut.org" homepage="https://www.shotcut.org"
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz" distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
checksum=a78ba95bc6fbb7de82ba2ac0ea65beb9a0b6e5bbcb48b5026f26399c6033272f checksum=1e7b63d7472518a5c131a802b3141555249d3ccbc7c9ace919b25d5c5265f365
CXXFLAGS="-DHAVE_LOCALE_H=1" CXXFLAGS="-DHAVE_LOCALE_H=1"
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/292589547#L1332 nocross="https://travis-ci.org/voidlinux/void-packages/jobs/292589547#L1332
https://travis-ci.org/voidlinux/void-packages/jobs/292589548#L1337" https://travis-ci.org/voidlinux/void-packages/jobs/292589548#L1337"
post_configure() {
# Hack to make sure that the build_style does not override the
# value of LINK when calling the translations Makefile
cd translations
qmake
cd ${wrksrc}
sed -i -e 's/^LINK/override LINK/g' translations/Makefile
}