]> git.pld-linux.org Git - packages/xorg-driver-video-nv.git/blob - xorg-driver-video-nv.spec
- release 3
[packages/xorg-driver-video-nv.git] / xorg-driver-video-nv.spec
1 Summary:        X.org video driver for NVIDIA video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych NVIDIA
3 Name:           xorg-driver-video-nv
4 Version:        2.1.18
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-%{version}.tar.bz2
9 # Source0-md5:  b12f0b2114849d1a542d8084732573d3
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10.7
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
22 BuildRequires:  xorg-proto-xproto-devel
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.3
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-lib-libpciaccess >= 0.10.7
27 Requires:       xorg-xserver-server >= 1.3
28 Obsoletes:      X11-driver-nv < 1:7.0.0
29 Obsoletes:      XFree86-NVidia
30 Obsoletes:      XFree86-driver-nv < 1:7.0.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for NVIDIA video adapters. It supports PCI and AGP
35 video cards based on the following chips:
36 - RIVA 128 (NV3),
37 - RIVA TNT (NV4),
38 - RIVA TNT2 (NV5),
39 - GeForce 256, Quadro (NV10),
40 - GeForce2, Quadro2 (NV11, NV15),
41 - GeForce3, Quadro DCC (NV20),
42 - nForce, nForce2 (NV1A, NV1F),
43 - GeForce4, Quadro4 (NV17, NV18, NV25, NV28),
44 - GeForce FX, Quadro FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
45 - GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51),
46 - GeForce 7xxx (G70, G71, G72, G73, MCP6x),
47 - GeForce 8xxx/9xxx/G, nForce 7, ION (G8x, G9x, GT21x, MCP7x),
48 - GeForce GTX (GT200).
49
50 Note: this driver supports 2D accelleration only. For 3D acceleration
51 check out xorg-driver-video-nouveau or proprietary NVIDIA drivers (for
52 more recent hardware only).
53
54 %description -l pl.UTF-8
55 Sterownik obrazu X.org dla kart graficznych NVIDIA. Obsługuje karty
56 PCI i AGP oparte na następujących układach:
57 - RIVA 128 (NV3),
58 - RIVA TNT (NV4),
59 - RIVA TNT2 (NV5),
60 - GeForce 256, Quadro (NV10),
61 - GeForce2, Quadro2 (NV11, NV15),
62 - GeForce3, Quadro DCC (NV20),
63 - nForce, nForce2 (NV1A, NV1F),
64 - GeForce4, Quadro4 (NV17, NV18, NV25, NV28),
65 - GeForce FX, Quadro FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
66 - GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51),
67 - GeForce 7xxx (G70, G71, G72, G73, MCP6x),
68 - GeForce 8xxx/9xxx/G, nForce 7, ION (G8x, G9x, GT21x, MCP7x),
69 - GeForce GTX (GT200).
70
71 Uwaga: ten sterownik obsługuje tylko akcelerację 2D. Akceleracja 3D
72 jest obsługiwana przez sterownik xorg-driver-video-nouveau albo
73 zamknięte sterowniki firmy NVIDIA (tylko dla nowszych kart).
74
75 %prep
76 %setup -q -n xf86-video-nv-%{version}
77
78 %build
79 %{__libtoolize}
80 %{__aclocal}
81 %{__autoconf}
82 %{__autoheader}
83 %{__automake}
84 %configure
85
86 %{__make} -j1
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90
91 %{__make} -j1 install \
92         DESTDIR=$RPM_BUILD_ROOT
93
94 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %files
100 %defattr(644,root,root,755)
101 %doc COPYING ChangeLog README README.G80
102 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/nv_drv.so
103 %{_mandir}/man4/nv.4*
This page took 0.039996 seconds and 4 git commands to generate.