b008c67292
apitrace have a GUI tool to inspect the trace dumped by apitrace tool. This is built when a optional dependency of qt5 widgets and qt5 network is satisfied. So build that as well.
39 lines
1.3 KiB
Text
39 lines
1.3 KiB
Text
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
pkgname=apitrace
|
|
pkgver=8.0
|
|
pkgrel=1
|
|
_commit="81c73a74860a45cbc21da9925eb04e1edad646d5"
|
|
pkgdesc="Tools for tracing OpenGL, Direct3D, and other graphics APIs"
|
|
arch="all"
|
|
url="http://apitrace.github.io/"
|
|
license="MIT"
|
|
depends_dev="mesa-dev zlib-dev libpng-dev libx11-dev linux-headers qt5-qtbase-dev"
|
|
makedepends="$depends_dev cmake python3"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/apitrace/apitrace/archive/$_commit.tar.gz
|
|
musl-fixes.patch"
|
|
subpackages="$pkgname-doc"
|
|
options="!check" # Tests fail under QEMU
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
mkdir "$builddir"/build
|
|
}
|
|
|
|
build() {
|
|
cd "$builddir"/build
|
|
cmake "$builddir" \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"/build
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="2c02106730e4c46c929dfa1b475691bbc72eaf232625276540ab46bbc80728f8b3d230c4297bdcbb11d8396490ed1f91ad592bb404c52fe2c63ef5840678eb32 apitrace-81c73a74860a45cbc21da9925eb04e1edad646d5.tar.gz
|
|
a204b51654d9adc484657ec68da6f89cbcdc4dd3a810d024979dcbeacffa5867d3e5ce0b40fcdc9133b36e8927d2c7672ef5c3a40db3dee0813fe2766130e21b musl-fixes.patch"
|