summaryrefslogblamecommitdiff
path: root/user/qt5-qtmultimedia/APKBUILD
blob: 2621524189181ebc7b8461618324e81c26266f0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                 
                                    
             
        
                                                            
                        
          

                                                                                            






                                                                                                             




             


                  


                                           
                                                                                                                                                                                        
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtmultimedia
_pkgname=qtmultimedia-everywhere-src
pkgver=5.12.9
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-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	qmake
	make
}

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

sha512sums="add2115e3bc69027778d4cc995c692f9c4b401a7852a2080151da36c149aee99e3032cc9823471e3e2296f16dcc7942c9348bb5a8c81b56445a7958266decabb  qtmultimedia-everywhere-src-5.12.9.tar.xz"