diff --git a/srcpkgs/shotcut/template b/srcpkgs/shotcut/template index f8fd3d61745..f5c73d175af 100644 --- a/srcpkgs/shotcut/template +++ b/srcpkgs/shotcut/template @@ -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 " +maintainer="John " 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 }