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