aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shotcut/APKBUILD
blob: 42fc579a9f778eb541a4e39370fc4501137f1d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Contributor: Carlo Landmeter <clandmeter@gmail.com>
#Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=shotcut
pkgver=19.09.14
pkgrel=0
pkgdesc="Cross-platform video editor"
url="https://www.shotcut.org"
arch="all !s390x"
license="GPL-3.0-or-later"
makedepends="qt5-qtbase-dev qt5-qtwebkit-dev qt5-qtmultimedia-dev
	qt5-qtwebsockets-dev qt5-qtx11extras-dev ffmpeg-dev mlt-dev
	qt5-qttools-dev"
subpackages="$pkgname-doc"
source="shotcut-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz
	shotcut-melt.patch
	"
options="!check" # No test suite present

build() {
	qmake-qt5 PREFIX="/usr/"
	make
}

package() {
	make INSTALL_ROOT="$pkgdir" install
}

sha512sums="e4f0439bf0eb1b195eff176bad3aba4270794bb02ee439379dba9c9a0b050b9314666e8d98824e2bd230321747e900fb44b63ec6e6dcdf451e8b20043971f954  shotcut-19.09.14.tar.gz
57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe  shotcut-melt.patch"