]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/blob - xorg-driver-video-intel.spec
- rel 2; rebuilt with new xcb-util
[packages/xorg-driver-video-intel.git] / xorg-driver-video-intel.spec
1 %define libdrm_ver      2.4.25
2 Summary:        X.org video driver for Intel integrated graphics chipsets
3 Summary(pl.UTF-8):      Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela
4 Name:           xorg-driver-video-intel
5 Version:        2.15.0
6 Release:        2
7 License:        MIT
8 Group:          X11/Applications
9 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
10 # Source0-md5:  ba56ae395a9769ada1fef2014468bee9
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  Mesa-libGL-devel
13 #BuildRequires: autoconf >= 2.63
14 #BuildRequires: automake >= 1:1.10.2-2
15 BuildRequires:  libdrm-devel >= %{libdrm_ver}
16 #BuildRequires: libtool >= 2:2.2
17 BuildRequires:  libxcb-devel >= 1.5
18 BuildRequires:  pkgconfig >= 1:0.19
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 BuildRequires:  udev-devel
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-dri2proto-devel
26 BuildRequires:  xorg-proto-fontsproto-devel
27 BuildRequires:  xorg-proto-glproto-devel
28 BuildRequires:  xorg-proto-randrproto-devel
29 BuildRequires:  xorg-proto-renderproto-devel
30 BuildRequires:  xorg-proto-videoproto-devel
31 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
32 BuildRequires:  xorg-proto-xf86driproto-devel
33 BuildRequires:  xorg-proto-xproto-devel >= 7.0.13
34 BuildRequires:  xorg-util-util-macros >= 1.8
35 BuildRequires:  xorg-xserver-server-devel >= 1.6.3
36 %{?requires_xorg_xserver_videodrv}
37 Requires:       libdrm >= %{libdrm_ver}
38 Requires:       xorg-lib-libpciaccess >= 0.10
39 Requires:       xorg-xserver-libdri >= 1.6.3
40 Requires:       xorg-xserver-libglx >= 1.6.3
41 Requires:       xorg-xserver-server >= 1.6.3
42 Provides:       xorg-driver-video-i810
43 Obsoletes:      X11-driver-i810 < 1:7.0.0
44 Obsoletes:      XFree86-driver-i810 < 1:7.0.0
45 Obsoletes:      XFree86-i810
46 Obsoletes:      xorg-driver-video-i810 < 1.7.2
47 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
49 %description
50 X.org video driver for Intel integrated graphics chipsets. It
51 supports:
52 - i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM, 865G, 915G,
53   915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME, G33, Q33, G35,
54   Q35, GM45, G45, Q45, G43, G41 chipsets,
55 - Pineview-M in Atom N400 series,
56 - Pineview-D in Atom D400/D500 series.
57
58 Requires Kernel Mode Setting (KMS) to be active.
59
60 %description -l pl.UTF-8
61 Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
62 Obsługuje:
63 - układy i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM,
64   865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME, G33,
65   Q33, G35, Q35, GM45, G45, Q45, G43, G41,
66 - Pineview-M w procesorach Atom z serii N400,
67 - Pineview-D w procesorach Atom z serii D400/D500.
68
69 Wymaga aktywnego Kernel Mode Setting (KMS).
70
71 %prep
72 %setup -q -n xf86-video-intel-%{version}
73
74 %build
75 %configure \
76         --disable-silent-rules
77
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la \
87         $RPM_BUILD_ROOT%{_libdir}/lib*XvMC.{la,so}
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post   -p /sbin/ldconfig
93 %postun -p /sbin/ldconfig
94
95 %files
96 %defattr(644,root,root,755)
97 %doc AUTHORS COPYING ChangeLog NEWS README
98 %attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
99 %attr(755,root,root) %ghost %{_libdir}/libI810XvMC.so.1
100 %attr(755,root,root) %{_libdir}/libIntelXvMC.so.*.*.*
101 %attr(755,root,root) %ghost %{_libdir}/libIntelXvMC.so.1
102 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/intel_drv.so
103 %{_mandir}/man4/intel.4*
This page took 0.084781 seconds and 4 git commands to generate.