]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/blame - xorg-driver-video-sis.spec
- fix building with xserver 1.19
[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
3db266a3 4Version: 0.10.8
c060df2d 5Release: 5
7728099f
JB
6License: MIT
7Group: X11/Applications
0dc3b794 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
3db266a3 9# Source0-md5: c173c4ce572eb19db5dfdc8a858c6c67
512be1d7 10Patch0: %{name}-x32.patch
c060df2d 11Patch1: xserver-1.19.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}
512be1d7 62%patch0 -p1
c060df2d 63%patch1 -p1
7728099f 64
cd40ef90 65# https://bugs.freedesktop.org/show_bug.cgi?id=18304
3db266a3 66# (not used anyway when xserver uses libpciaccess)
cd40ef90
AM
67sed -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
68
7728099f
JB
69%build
70%{__libtoolize}
71%{__aclocal}
72%{__autoconf}
73%{__autoheader}
74%{__automake}
5db5ce83 75%configure
7728099f
JB
76
77%{__make}
78
79%install
80rm -rf $RPM_BUILD_ROOT
81
82%{__make} install \
6e9d5e05 83 DESTDIR=$RPM_BUILD_ROOT
7728099f 84
7bf80f22 85%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
7728099f
JB
86
87%clean
88rm -rf $RPM_BUILD_ROOT
89
90%files
91%defattr(644,root,root,755)
80021ee4 92%doc COPYING ChangeLog README
7728099f 93%attr(755,root,root) %{_libdir}/xorg/modules/drivers/sis_drv.so
6e9d5e05 94%{_mandir}/man4/sis.4*
This page took 0.034139 seconds and 4 git commands to generate.