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