shotcut: update to 18.11.18.

This commit is contained in:
John 2018-11-25 01:14:52 +01:00 committed by maxice8
parent 69f32eef68
commit 2463d75c16
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'shotcut'
pkgname=shotcut
version=18.10.01
version=18.11.18
revision=1
build_style=qmake
configure_args="SHOTCUT_VERSION=$version"
configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
hostmakedepends="pkg-config qt5-tools"
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
@ -11,11 +11,11 @@ makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python
x264-devel"
depends="frei0r-plugins qt5-quickcontrols"
short_desc="Free, open source, cross-platform video editor"
maintainer="Linux CompITech <linuxcompitech@gmail.com>"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://www.shotcut.org"
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
checksum=0d07246e2903d4a9ad226611a17bb9b2c03638c880b3970045700e8ce2e55a97
checksum=d28c7aa114ac2e9c5678826884d01f9ce7546e87546fe40bf8dfa974f1c3cf1c
CXXFLAGS="-DHAVE_LOCALE_H=1"
@ -26,7 +26,7 @@ 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
qmake PREFIX=/usr
cd ${wrksrc}
sed -i -e 's/^LINK/override LINK/g' translations/Makefile
}