intel-gpu-tools: update to 1.21. (#10940)

This commit is contained in:
maxice8 2018-01-20 04:03:48 -02:00 committed by Juan RP
parent 3d63ddb1f1
commit 881ce44bd4
2 changed files with 5 additions and 28 deletions

View File

@ -1,22 +0,0 @@
--- lib/igt_x86.h.orig 2017-10-04 10:36:48.000000000 +0000
+++ lib/igt_x86.h 2017-10-07 08:15:28.264965837 +0000
@@ -40,19 +40,7 @@
#define AVX 0x80
#define AVX2 0x100
-#if defined(__x86_64__)
unsigned igt_x86_features(void);
char *igt_x86_features_to_string(unsigned features, char *line);
-#else
-static inline unsigned igt_x86_features(void)
-{
- return 0;
-}
-static inline char *igt_x86_features_to_string(unsigned features, char *line)
-{
- line[0] = 0;
- return line;
-}
-#endif
#endif /* IGT_X86_H */

View File

@ -1,18 +1,17 @@
# Template file for 'intel-gpu-tools'
pkgname=intel-gpu-tools
version=1.20
version=1.21
revision=1
build_style=gnu-configure
configure_args="--disable-tests"
hostmakedepends="pkg-config swig"
build_style=meson
hostmakedepends="pkg-config swig flex gtk-doc"
makedepends="python3-devel libXv-devel libXrandr-devel libpciaccess-devel
libdrm-devel cairo-devel libunwind-devel libkmod-devel procps-ng-devel"
short_desc="Tools for development and testing of the Intel DRM driver"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=2fffe7a66789f56f301e6b60a3afe21556f34acbad8b7b29c8f3dd41f0b148e8
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=d9af6e7a24cb22e5b6ff8db03a0e6b230f08c17908cedee59e8795d74e18703f
lib32disabled=yes
only_for_archs="i686 i686-musl x86_64 x86_64-musl"