intel-gpu-tools: rebuild against libprocps.so.7
Closes: #14564 [via git-merge-pr]
This commit is contained in:
parent
adc2364365
commit
d9f13e3b1e
2 changed files with 38 additions and 4 deletions
34
srcpkgs/intel-gpu-tools/patches/disable-docs.patch
Normal file
34
srcpkgs/intel-gpu-tools/patches/disable-docs.patch
Normal file
|
@ -0,0 +1,34 @@
|
|||
Source: maxice8
|
||||
Upstream: not upstreamable
|
||||
Reason: Fixes building of package.
|
||||
|
||||
ERROR:
|
||||
Error in gtkdoc helper script:
|
||||
ERROR: 'gtkdoc-mkhtml' failed with status 1
|
||||
Traceback (most recent call last):
|
||||
File "/usr/bin/gtkdoc-mkhtml", line 51, in <module>
|
||||
sys.exit(mkhtml.run(options))
|
||||
File "/usr/share/gtk-doc/python/gtkdoc/mkhtml.py", line 93, in run
|
||||
quiet] + remaining_args + [gtkdocdir + '/gtk-doc.xsl', document])
|
||||
File "/usr/share/gtk-doc/python/gtkdoc/mkhtml.py", line 42, in run_xsltproc
|
||||
return subprocess.call(command + args)
|
||||
File "/usr/lib/python2.7/subprocess.py", line 172, in call
|
||||
return Popen(*popenargs, **kwargs).wait()
|
||||
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
|
||||
errread, errwrite)
|
||||
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
|
||||
raise child_exception
|
||||
OSError: [Errno 2] No such file or directory
|
||||
|
||||
--- meson.build
|
||||
+++ meson.build
|
||||
@@ -144,6 +144,6 @@ if libdrm_intel.found()
|
||||
endif
|
||||
subdir('man')
|
||||
# has_exe_wrapper() is undefined if building natively
|
||||
-if not meson.is_cross_build() or not meson.has_exe_wrapper()
|
||||
- subdir('docs')
|
||||
-endif
|
||||
+# if not meson.is_cross_build() or not meson.has_exe_wrapper()
|
||||
+# subdir('docs')
|
||||
+# endif
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'intel-gpu-tools'
|
||||
pkgname=intel-gpu-tools
|
||||
version=1.22
|
||||
revision=1
|
||||
revision=2
|
||||
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"
|
||||
hostmakedepends="flex gtk-doc pkg-config swig"
|
||||
makedepends="cairo-devel libXrandr-devel libXv-devel libkmod-devel
|
||||
libunwind-devel procps-ng-devel python3-devel"
|
||||
short_desc="Tools for development and testing of the Intel DRM driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue