1 |
Name: x11-driver-video-mach64 |
2 |
Version: 6.9.4 |
3 |
Release: %mkrel 13 |
4 |
Epoch: 1 |
5 |
Summary: X.org driver for ATI Mach64 |
6 |
Group: System/X11 |
7 |
URL: http://xorg.freedesktop.org |
8 |
Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-%{version}.tar.bz2 |
9 |
# From Fedora: |
10 |
Patch0: mach64-6.8.1-defaultdepth.patch |
11 |
# mga#8349: |
12 |
Patch1: mach64-6.9.4-gtk-segfault.patch |
13 |
|
14 |
License: MIT |
15 |
|
16 |
BuildRequires: libdrm-devel >= 2.0 |
17 |
BuildRequires: x11-proto-devel >= 1.0.0 |
18 |
BuildRequires: x11-server-devel >= 1.0.1 |
19 |
BuildRequires: x11-util-macros >= 1.0.1 |
20 |
BuildRequires: GL-devel |
21 |
|
22 |
Requires: x11-server-common %(xserver-sdk-abi-requires videodrv) |
23 |
|
24 |
Conflicts: xorg-x11-server < 7.0 |
25 |
Conflicts: x11-driver-video-ati <= 1:6.8.0 |
26 |
|
27 |
%description |
28 |
x11-driver-video-mach64 is the X.org driver for ATI Mach64. |
29 |
|
30 |
|
31 |
%prep |
32 |
%setup -q -n xf86-video-mach64-%{version} |
33 |
%apply_patches |
34 |
|
35 |
%build |
36 |
autoreconf -ifs |
37 |
%configure --disable-dri |
38 |
%make |
39 |
|
40 |
%install |
41 |
%makeinstall_std |
42 |
|
43 |
%files |
44 |
%{_libdir}/xorg/modules/drivers/mach64_drv.la |
45 |
%{_libdir}/xorg/modules/drivers/mach64_drv.so |
46 |
|
47 |
|