summaryrefslogtreecommitdiff
path: root/user/qt5-qtmultimedia/APKBUILD
blob: ed13a3b7915f1a27d10257a0d3255aef4bd97588 (plain) (blame)
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
30
31
32
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtmultimedia
_pkgname=qtmultimedia-everywhere
pkgver=5.15.17
pkgrel=0
pkgdesc="Audio, video, radio, and camera libraries for Qt 5"
url="https://www.qt.io/"
arch="all"
license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends=""
makedepends="alsa-lib-dev gstreamer-dev gst-plugins-base-dev libxv-dev
	pulseaudio-dev qt5-qtbase-dev qt5-qtdeclarative-dev xorgproto-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz
	kde-lts.patch
	"
builddir="$srcdir"/$_pkgname-src-$pkgver

build() {
	qmake
	make
}

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

sha512sums="75cfe80d2a4555769557742a0609be96b7c064aa8f2e28efb4dcf88a121dcd95080a1077f300dd20777519db2b75247f7021d4f5b7cd5a98a78919b35509fc49  qtmultimedia-everywhere-opensource-src-5.15.17.tar.xz
8e7a9988fa08172024455b2efab2aa9fb37287aebd03728644a311574d7183eb05e92cbb98cd0bf62207fe9e5687648437dac4f220ee38f481747123d4c3304e  kde-lts.patch"