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