]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/blob - xorg-driver-video-intel.spec
- rel 2; force latest libdrm (fixes for some nasty segfault)
[packages/xorg-driver-video-intel.git] / xorg-driver-video-intel.spec
1 %bcond_with     xvmc
2 %define libdrm_ver      2.4.18
3 Summary:        X.org video driver for Intel integrated graphics chipsets
4 Summary(pl.UTF-8):      Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela
5 Name:           xorg-driver-video-intel
6 Version:        2.10.0
7 Release:        2
8 License:        MIT
9 Group:          X11/Applications
10 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
11 # Source0-md5:  78309d4f04dd8ae6585d120377042741
12 URL:            http://xorg.freedesktop.org/
13 BuildRequires:  Mesa-libGL-devel
14 BuildRequires:  autoconf >= 2.57
15 BuildRequires:  automake >= 1.10.2-2
16 BuildRequires:  libdrm-devel >= %{libdrm_ver}
17 BuildRequires:  libtool
18 BuildRequires:  libxcb-devel >= 1.5
19 BuildRequires:  pkgconfig >= 1:0.19
20 BuildRequires:  rpmbuild(macros) >= 1.389
21 BuildRequires:  xcb-util-devel
22 BuildRequires:  xorg-lib-libXfixes-devel
23 BuildRequires:  xorg-lib-libXvMC-devel
24 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10
25 BuildRequires:  xorg-proto-fontsproto-devel
26 BuildRequires:  xorg-proto-glproto-devel
27 BuildRequires:  xorg-proto-randrproto-devel
28 BuildRequires:  xorg-proto-renderproto-devel
29 BuildRequires:  xorg-proto-videoproto-devel
30 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.3
31 BuildRequires:  xorg-proto-xf86driproto-devel
32 BuildRequires:  xorg-proto-xineramaproto-devel
33 BuildRequires:  xorg-proto-xproto-devel >= 7.0.13
34 BuildRequires:  xorg-util-util-macros >= 1.1.3
35 BuildRequires:  xorg-xserver-server-devel >= 1.6.3
36 %requires_xorg_xserver_videodrv
37 Requires:       libdrm >= %{libdrm_ver}
38 Requires:       xorg-xserver-libdri >= 1.6.3
39 Requires:       xorg-xserver-libglx >= 1.6.3
40 Requires:       xorg-xserver-server >= 1.6.3
41 Provides:       xorg-driver-video-i810
42 Obsoletes:      X11-driver-i810 < 1:7.0.0
43 Obsoletes:      XFree86-driver-i810 < 1:7.0.0
44 Obsoletes:      XFree86-i810
45 Obsoletes:      xorg-driver-video-i810
46 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
47
48 %description
49 X.org video driver for Intel integrated graphics chipsets. It supports
50 the i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM, 865G,
51 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME, G33, Q33
52 and Q35 chipsets.
53
54 Requires Kernel Mode Setting (KMS) to be active.
55
56 %description -l pl.UTF-8
57 Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
58 Obsługuje układy i810, i810-DC100, i810e, i815, 830M, 845G, 852GM,
59 855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM,
60 945GME, G33, Q33 i Q35.
61
62 Wymaga aktywnego Kernel Mode Setting (KMS).
63
64 %prep
65 %setup -q -n xf86-video-intel-%{version}
66
67 %build
68 %configure \
69         --enable-xvmc \
70         --disable-static
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la \
81         $RPM_BUILD_ROOT%{_libdir}/lib*XvMC.{la,so}
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %post   -p /sbin/ldconfig
87 %postun -p /sbin/ldconfig
88
89 %files
90 %defattr(644,root,root,755)
91 %doc COPYING README
92 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/intel_drv.so
93 %attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
94 %attr(755,root,root) %ghost %{_libdir}/libI810XvMC.so.1
95 %attr(755,root,root) %{_libdir}/libIntelXvMC.so.*.*.*
96 %attr(755,root,root) %ghost %{_libdir}/libIntelXvMC.so.1
97 %{_mandir}/man4/intel.4*
This page took 0.078209 seconds and 4 git commands to generate.