]> git.pld-linux.org Git - packages/xorg-driver-video-savage.git/blob - xorg-driver-video-savage.spec
cadde7a6ef5b9867dc31a4c01ccbf13e2311bd4b
[packages/xorg-driver-video-savage.git] / xorg-driver-video-savage.spec
1 Summary:        X.org video driver for S3 Savage family video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych z rodziny S3 Savage
3 Name:           xorg-driver-video-savage
4 Version:        2.3.6
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-%{version}.tar.bz2
9 # Source0-md5:  b57424a84c92aa3c6e97f6678d8d4a3e
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  Mesa-libGL-devel
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libdrm-devel >= 2.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  rpmbuild(macros) >= 1.389
18 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10
19 BuildRequires:  xorg-proto-fontsproto-devel
20 BuildRequires:  xorg-proto-glproto-devel
21 BuildRequires:  xorg-proto-randrproto-devel
22 BuildRequires:  xorg-proto-renderproto-devel
23 BuildRequires:  xorg-proto-videoproto-devel
24 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
25 BuildRequires:  xorg-proto-xf86driproto-devel
26 BuildRequires:  xorg-util-util-macros >= 1.8
27 BuildRequires:  xorg-xserver-server-devel >= 1.1.0
28 %{?requires_xorg_xserver_videodrv}
29 Requires:       xorg-lib-libpciaccess >= 0.10
30 Requires:       xorg-xserver-libdri >= 1.1.0
31 Requires:       xorg-xserver-libglx >= 1.1.0
32 Requires:       xorg-xserver-server >= 1.1.0
33 Provides:       xorg-driver-video
34 Obsoletes:      X11-driver-savage < 1:7.0.0
35 Obsoletes:      XFree86-driver-savage < 1:7.0.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 X.org video driver for S3 Savage family video chips. It supports PCI
40 and AGP boards with the following chips: Savage3D, Savage4,
41 Savage2000, Savage/MX, Savage/IX, SuperSavage/MX, SuperSavage/IX,
42 ProSavage PM133, ProSavage KM133, Twister (ProSavage PN133), TwisterK
43 (ProSavage KN133), ProSavage DDR, ProSavage DDR-K. Savage2000 support
44 has acceleration limited to 2D only. Dualhead operation is supported
45 on MX, IX and SuperSavage chips.
46
47 %description -l pl.UTF-8
48 Sterownik obrazu X.org dla układów graficznych z rodziny S3 Savage.
49 Obsługuje karty PCI i AGP oparte na następujących układach: Savage3D,
50 Savage4, Savage2000, Savage/MX, Savage/IX, SuperSavage/MX,
51 SuperSavage/IX, ProSavage PM133, ProSavage KM133, Twister (ProSavage
52 PN133), TwisterK (ProSavage KN133), ProSavage DDR, ProSavage DDR-K.
53 Obsługa Savage2000 ma akcelerację ograniczoną do operacji 2D. Tryb
54 dualhead jest obsługiwany na układach MX, IX i SuperSavage.
55
56 %prep
57 %setup -q -n xf86-video-savage-%{version}
58
59 %build
60 %{__libtoolize}
61 %{__aclocal}
62 %{__autoconf}
63 %{__autoheader}
64 %{__automake}
65 %configure
66
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %doc COPYING ChangeLog README
83 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/savage_drv.so
84 %{_mandir}/man4/savage.4*
This page took 0.061006 seconds and 2 git commands to generate.