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