]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/blame - xorg-driver-video-sis.spec
- updated to 0.10.9
[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
6c5805e4
JB
4Version: 0.10.9
5Release: 1
7728099f
JB
6License: MIT
7Group: X11/Applications
6c5805e4
JB
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
9# Source0-md5: 1d0f425b84988edf8d144803860c9bde
512be1d7 10Patch0: %{name}-x32.patch
6c5805e4 11URL: https://xorg.freedesktop.org/
c2e8e998 12BuildRequires: Mesa-libGL-devel
7bf80f22 13BuildRequires: autoconf >= 2.60
7728099f 14BuildRequires: automake
5db5ce83 15BuildRequires: cpp
6e9d5e05 16BuildRequires: libdrm-devel >= 2.0
7728099f
JB
17BuildRequires: libtool
18BuildRequires: pkgconfig >= 1:0.19
5db5ce83 19BuildRequires: rpmbuild(macros) >= 1.389
7bf80f22 20BuildRequires: xorg-lib-libpciaccess-devel >= 0.12.901
c2e8e998 21BuildRequires: xorg-proto-fontsproto-devel
6c5805e4 22BuildRequires: xorg-proto-glproto-devel
c2e8e998
JB
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
6c5805e4 30BuildRequires: xorg-proto-xproto-devel
7bf80f22 31BuildRequires: xorg-util-util-macros >= 1.8
0dc3b794 32BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
5db5ce83 33%{?requires_xorg_xserver_videodrv}
7bf80f22 34Requires: xorg-lib-libpciaccess >= 0.12.901
1d174ae5
JB
35Requires: xorg-xserver-libdri >= 1.0.99.901
36Requires: xorg-xserver-libglx >= 1.0.99.901
0dc3b794 37Requires: xorg-xserver-server >= 1.0.99.901
e2e2955e 38Provides: xorg-driver-video
d7ca6eeb
JB
39Obsoletes: X11-driver-sis < 1:7.0.0
40Obsoletes: XFree86-SiS
41Obsoletes: XFree86-driver-sis < 1:7.0.0
94320389 42Obsoletes: XFree86-driver-xgi < 1:7.0.0
7728099f
JB
43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45%description
46X.org video driver for SiS and XGI video chips. It supports PCI, AGP
47and PCIe video cards based on the following chipsets: SiS5597/5598,
48SiS530/620, SiS6326/AGP/DVD (called old series), SiS300/305, SiS540,
49SiS630/730 (called 300 series), SiS315/E/H/PRO, SiS550/551/552,
50SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
51XGI Volari Z7 (called 315/330/340 series).
52
596e657f
JR
53%description -l pl.UTF-8
54Sterownik obrazu X.org dla układów graficznych SiS i XGI. Obsługuje
55karty PCI, AGP i PCIe oparte na następujących układach: SiS5597/5598,
56SiS530/620, SiS6326/AGP/DVD (zwanych starą serią), SiS300/305, SiS540,
57SiS630/730 (zwanych serią 300), SiS315/E/H/PRO, SiS550/551/552,
7728099f 58SiS650/651/661/741, SiS330 (Xabre), SiS760/761, XGI Volari V3/V5/V8,
596e657f 59XGI Volari Z7 (zwanych serią 315/330/340).
7728099f
JB
60
61%prep
62%setup -q -n xf86-video-sis-%{version}
512be1d7 63%patch0 -p1
7728099f 64
cd40ef90 65# https://bugs.freedesktop.org/show_bug.cgi?id=18304
3db266a3 66# (not used anyway when xserver uses libpciaccess)
6c5805e4 67%{__sed} -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
cd40ef90 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.096999 seconds and 4 git commands to generate.