]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/blob - xorg-driver-video-intel.spec
- up to 2.13.902
[packages/xorg-driver-video-intel.git] / xorg-driver-video-intel.spec
1 %define libdrm_ver      2.4.23
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.13.902
6 Release:        1
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:  e93b7967df7839b0e4d220a2a7a2d0b7
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  Mesa-libGL-devel
13 #BuildRequires: autoconf >= 2.57
14 #BuildRequires: automake >= 1.10.2-2
15 BuildRequires:  libdrm-devel >= %{libdrm_ver}
16 #BuildRequires: libtool
17 BuildRequires:  libxcb-devel >= 1.5
18 BuildRequires:  pkgconfig >= 1:0.19
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 BuildRequires:  xcb-util-devel
21 BuildRequires:  xorg-lib-libXfixes-devel
22 BuildRequires:  xorg-lib-libXvMC-devel
23 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10
24 BuildRequires:  xorg-proto-dri2proto-devel
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.99.1
31 BuildRequires:  xorg-proto-xf86driproto-devel
32 BuildRequires:  xorg-proto-xproto-devel >= 7.0.13
33 BuildRequires:  xorg-util-util-macros >= 1.3
34 BuildRequires:  xorg-xserver-server-devel >= 1.6.3
35 %{?requires_xorg_xserver_videodrv}
36 Requires:       libdrm >= %{libdrm_ver}
37 Requires:       xorg-lib-libpciaccess >= 0.10
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
50 supports:
51 - i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM, 865G, 915G,
52   915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME, G33, Q33, G35,
53   Q35, GM45, G45, Q45, G43, G41 chipsets,
54 - Pineview-M in Atom N400 series,
55 - Pineview-D in Atom D400/D500 series.
56
57 Requires Kernel Mode Setting (KMS) to be active.
58
59 %description -l pl.UTF-8
60 Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela.
61 Obsługuje:
62 - układy i810, i810-DC100, i810e, i815, 830M, 845G, 852GM, 855GM,
63   865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ, 965GM, 945GME,
64   G33, Q33, G35, Q35, GM45, G45, Q45, G43, G41,
65 - Pineview-M w procesorach Atom z serii N400,
66 - Pineview-D w procesorach Atom z serii D400/D500.
67
68 Wymaga aktywnego Kernel Mode Setting (KMS).
69
70 %prep
71 %setup -q -n xf86-video-intel-%{version}
72
73 %build
74 %configure \
75         --disable-silent-rules
76
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la \
86         $RPM_BUILD_ROOT%{_libdir}/lib*XvMC.{la,so}
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %post   -p /sbin/ldconfig
92 %postun -p /sbin/ldconfig
93
94 %files
95 %defattr(644,root,root,755)
96 %doc AUTHORS COPYING ChangeLog NEWS README
97 %attr(755,root,root) %{_libdir}/libI810XvMC.so.*.*.*
98 %attr(755,root,root) %ghost %{_libdir}/libI810XvMC.so.1
99 %attr(755,root,root) %{_libdir}/libIntelXvMC.so.*.*.*
100 %attr(755,root,root) %ghost %{_libdir}/libIntelXvMC.so.1
101 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/intel_drv.so
102 %{_mandir}/man4/intel.4*
This page took 0.116837 seconds and 3 git commands to generate.