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