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