void-packages/srcpkgs/shotcut/template

21 lines
815 B
Bash

# Template file for 'shotcut'
pkgname=shotcut
version=23.05.14
revision=1
build_style=cmake
configure_args="-DSHOTCUT_VERSION=${version}"
hostmakedepends="pkg-config qt6-tools-devel"
makedepends="mlt7-devel qt6-declarative-devel qt6-multimedia-devel
qt6-websockets-devel qt6-plugin-mysql qt6-plugin-odbc
qt6-plugin-pgsql qt6-plugin-sqlite"
depends="ffmpeg frei0r-plugins qt6-declarative"
short_desc="Free, open source, cross-platform video editor"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://www.shotcut.org"
changelog="https://github.com/mltframework/shotcut/releases"
distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
checksum=94632bd69cc8f3b2cba0668b9e8d051493efa5a9c9554c02822c346fe64c1ce0
CXXFLAGS="-DHAVE_LOCALE_H=1 -DSHOTCUT_NOUPGRADE"