aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libva-utils/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libva-utils/APKBUILD')
-rw-r--r--testing/libva-utils/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD
deleted file mode 100644
index e0146594192..00000000000
--- a/testing/libva-utils/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Taner Tas <taner76@gmail.com>
-# Maintainer: Taner Tas <taner76@gmail.com>
-pkgname=libva-utils
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-options="!check" # Most tests fail
-url="https://github.com/01org/libva-utils"
-arch="all"
-license="MIT"
-makedepends="
- meson
- libva-dev
- libdrm-dev
- libx11-dev
- libxext-dev
- libxfixes-dev
- wayland-dev
- "
-source="$pkgname-$pkgver.tar.gz::https://github.com/intel/libva-utils/archive/$pkgver.tar.gz"
-
-build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --buildtype=debugoptimized \
- -Ddrm=true \
- -Dx11=true \
- -Dwayland=true \
- -Dtests=false \
- . output
- ninja -C output
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C output install
-}
-
-sha512sums="2722504861d09e049495ffaa07cfb5fb23720770e19d6d5e03b10592e20d99c87d9e401e8db26edd00cb7edb7e85438ca721c8c323b23664bd5a1e094bbed8d4 libva-utils-2.6.0.tar.gz"