automatic version update by autodist [release 1.8-1mamba;Thu Sep 18 2014]
This commit is contained in:
parent
fd0e1ae417
commit
71e8258c28
11
intel-gpu-tools-1.3-libcairo.patch
Normal file
11
intel-gpu-tools-1.3-libcairo.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- intel-gpu-tools-1.3/lib/drmtest.h.orig 2013-04-11 14:26:55.685097783 +0200
|
||||||
|
+++ intel-gpu-tools-1.3/lib/drmtest.h 2013-04-11 14:27:03.004028824 +0200
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
#include <assert.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
-#include <cairo.h>
|
||||||
|
+#include <cairo/cairo.h>
|
||||||
|
|
||||||
|
#include "xf86drm.h"
|
||||||
|
#include "xf86drmMode.h"
|
14
intel-gpu-tools-1.7-unicode.patch
Normal file
14
intel-gpu-tools-1.7-unicode.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Specify the encoding, in case it's not the same as the locale.
|
||||||
|
|
||||||
|
diff -x config.log -x config.status -ru tmp/intel-gpu-tools-1.7/debugger/system_routine/pre_cpp.py work/intel-gpu-tools-1.7/debugger/system_routine/pre_cpp.py
|
||||||
|
--- tmp/intel-gpu-tools-1.7/debugger/system_routine/pre_cpp.py 2014-05-13 13:31:22.000000000 +0100
|
||||||
|
+++ work/intel-gpu-tools-1.7/debugger/system_routine/pre_cpp.py 2014-06-30 23:16:12.743000000 +0100
|
||||||
|
@@ -33,7 +33,7 @@
|
||||||
|
|
||||||
|
import sys,re
|
||||||
|
|
||||||
|
-file = open(sys.argv[1], "r")
|
||||||
|
+file = open(sys.argv[1], "r", encoding="UTF-8")
|
||||||
|
|
||||||
|
lines = file.readlines()
|
||||||
|
len(lines)
|
@ -1,5 +1,5 @@
|
|||||||
Name: intel-gpu-tools
|
Name: intel-gpu-tools
|
||||||
Version: 1.1
|
Version: 1.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of tools for development and testing of the Intel DRM driver
|
Summary: A collection of tools for development and testing of the Intel DRM driver
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
@ -8,6 +8,8 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: http://x.org
|
||||||
Source: ftp://x.org/pub/individual/app/intel-gpu-tools-%{version}.tar.bz2
|
Source: ftp://x.org/pub/individual/app/intel-gpu-tools-%{version}.tar.bz2
|
||||||
|
Patch0: intel-gpu-tools-1.3-libcairo.patch
|
||||||
|
Patch1: intel-gpu-tools-1.7-unicode.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -18,6 +20,7 @@ BuildRequires: libpciaccess-devel
|
|||||||
BuildRequires: xorg-server-devel >= 1.1.0
|
BuildRequires: xorg-server-devel >= 1.1.0
|
||||||
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
||||||
BuildRequires: xbitmaps-devel >= 1.0.1
|
BuildRequires: xbitmaps-devel >= 1.0.1
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a collection of tools for development and testing of the Intel DRM driver.
|
This is a collection of tools for development and testing of the Intel DRM driver.
|
||||||
@ -25,10 +28,15 @@ There are many macro-level test suites that get used against our driver, includi
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#%patch0 -p1
|
||||||
|
#%patch1 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
|
||||||
|
# PYTHON_CPPFLAGS="`pkg-config --cflags python3`"
|
||||||
|
|
||||||
|
%make -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -38,11 +46,24 @@ There are many macro-level test suites that get used against our driver, includi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/forcewaked
|
%{_bindir}/chipset.py
|
||||||
|
%{_bindir}/eudb
|
||||||
|
%{_bindir}/gem_userptr_benchmark
|
||||||
%{_bindir}/intel_*
|
%{_bindir}/intel_*
|
||||||
%{_mandir}/man1/intel_*.1.gz
|
%{_bindir}/intel-gen4asm
|
||||||
|
%{_bindir}/intel-gen4disasm
|
||||||
|
%{_bindir}/intel-gpu-overlay
|
||||||
|
%{_bindir}/quick_dump.py
|
||||||
|
%{_bindir}/reg_access.py
|
||||||
|
%{_libdir}/I915ChipsetPython.la
|
||||||
|
%{_libdir}/I915ChipsetPython.so
|
||||||
|
%{_libdir}/pkgconfig/intel-gen4asm.pc
|
||||||
|
%{_mandir}/man1/intel_*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 09 2012 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
* Mon Jan 09 2012 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user