]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/blame - xorg-driver-video-sis.spec
- release 5 (by relup.sh)
[packages/xorg-driver-video-sis.git] / xorg-driver-video-sis.spec
CommitLineData
7728099f 1Summary: X.org video driver for SiS and XGI video chips
f0db71c6 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych SiS i XGI
7728099f 3Name: xorg-driver-video-sis
b64113be 4Version: 0.10.7
373c2f2e 5Release: 5
7728099f
JB
6License: MIT
7Group: X11/Applications
0dc3b794 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
b64113be 9# Source0-md5: f01e5e20e37342acf1983d269886171b
8264d520
JR
10Patch0: sis-git.patch
11Patch1: format-security.patch
7728099f 12URL: http://xorg.freedesktop.org/
c2e8e998 13BuildRequires: Mesa-libGL-devel
7bf80f22 14BuildRequires: autoconf >= 2.60
7728099f 15BuildRequires: automake
5db5ce83 16BuildRequires: cpp
6e9d5e05 17BuildRequires: libdrm-devel >= 2.0
7728099f
JB
18BuildRequires: libtool
19BuildRequires: pkgconfig >= 1:0.19
5db5ce83 20BuildRequires: rpmbuild(macros) >= 1.389
7bf80f22 21BuildRequires: xorg-lib-libpciaccess-devel >= 0.12.901
c2e8e998
JB
22BuildRequires: xorg-proto-fontsproto-devel
23BuildRequires: xorg-proto-randrproto-devel
24BuildRequires: xorg-proto-renderproto-devel
7728099f 25BuildRequires: xorg-proto-videoproto-devel
5db5ce83 26BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
7bf80f22 27BuildRequires: xorg-proto-xf86dgaproto-devel >= 2.1
7728099f 28BuildRequires: xorg-proto-xf86driproto-devel
7728099f 29BuildRequires: xorg-proto-xineramaproto-devel
7bf80f22 30BuildRequires: xorg-util-util-macros >= 1.8
0dc3b794 31BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
5db5ce83 32%{?requires_xorg_xserver_videodrv}
7bf80f22 33Requires: xorg-lib-libpciaccess >= 0.12.901
1d174ae5
JB
34Requires: xorg-xserver-libdri >= 1.0.99.901
35Requires: xorg-xserver-libglx >= 1.0.99.901
0dc3b794 36Requires: xorg-xserver-server >= 1.0.99.901
e2e2955e 37Provides: xorg-driver-video
d7ca6eeb
JB
38Obsoletes: X11-driver-sis < 1:7.0.0
39Obsoletes: XFree86-SiS
40Obsoletes: XFree86-driver-sis < 1:7.0.0
94320389 41Obsoletes: XFree86-driver-xgi < 1:7.0.0
7728099f
JB
42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44%description
45X.org video driver for SiS and XGI video chips. It supports PCI, AGP
46and PCIe video cards based on the following chipsets: SiS5597/5598,
47SiS530/620, SiS6326/AGP/DVD (called old series), SiS300/305, SiS540,
48SiS630/730 (called 300 series), SiS315/E/H/PRO, SiS550/551/552,
49SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
50XGI Volari Z7 (called 315/330/340 series).
51
596e657f
JR
52%description -l pl.UTF-8
53Sterownik obrazu X.org dla układów graficznych SiS i XGI. Obsługuje
54karty PCI, AGP i PCIe oparte na następujących układach: SiS5597/5598,
55SiS530/620, SiS6326/AGP/DVD (zwanych starą serią), SiS300/305, SiS540,
56SiS630/730 (zwanych serią 300), SiS315/E/H/PRO, SiS550/551/552,
7728099f 57SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
596e657f 58XGI Volari Z7 (zwanych serią 315/330/340).
7728099f
JB
59
60%prep
61%setup -q -n xf86-video-sis-%{version}
8264d520
JR
62%patch0 -p1
63%patch1 -p1
7728099f 64
cd40ef90
AM
65# https://bugs.freedesktop.org/show_bug.cgi?id=18304
66sed -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
67
7728099f
JB
68%build
69%{__libtoolize}
70%{__aclocal}
71%{__autoconf}
72%{__autoheader}
73%{__automake}
5db5ce83 74%configure
7728099f
JB
75
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
6e9d5e05 82 DESTDIR=$RPM_BUILD_ROOT
7728099f 83
7bf80f22 84%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
7728099f
JB
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files
90%defattr(644,root,root,755)
80021ee4 91%doc COPYING ChangeLog README
7728099f 92%attr(755,root,root) %{_libdir}/xorg/modules/drivers/sis_drv.so
6e9d5e05 93%{_mandir}/man4/sis.4*
This page took 0.095525 seconds and 4 git commands to generate.