void-packages/srcpkgs/shotcut/template
2019-05-11 15:30:00 +02:00

32 lines
1.2 KiB
Bash

# Template file for 'shotcut'
pkgname=shotcut
version=19.04.30
revision=1
build_style=qmake
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
qt5-quickcontrols qt5-webkit-devel qt5-websockets-devel qt5-x11extras-devel
x264-devel"
depends="frei0r-plugins qt5-quickcontrols qt5-graphicaleffects"
short_desc="Free, open source, cross-platform video editor"
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=57c8e78c4a3d2749877249696a52e5d5e1483aba600f8c0ef0dbadcc4a7dbb2a
CXXFLAGS="-DHAVE_LOCALE_H=1"
nocross="https://travis-ci.org/voidlinux/void-packages/jobs/292589547#L1332
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 PREFIX=/usr
cd ${wrksrc}
sed -i -e 's/^LINK/override LINK/g' translations/Makefile
}