]> git.pld-linux.org Git - packages/xorg-driver-video-modesetting.git/blob - xorg-driver-video-modesetting.spec
- updated to 0.7.0
[packages/xorg-driver-video-modesetting.git] / xorg-driver-video-modesetting.spec
1 Summary:        X.org generic video modesetting driver
2 Summary(pl.UTF-8):      Ogólny sterownik obrazu X.org oparty na funkcji modesetting
3 Name:           xorg-driver-video-modesetting
4 Version:        0.7.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-modesetting-%{version}.tar.bz2
9 # Source0-md5:  38e64eb09cef9bdf1de400bbe9818321
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libdrm-devel >= 2.2
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  udev-devel
18 BuildRequires:  xorg-lib-libX11-devel
19 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10
20 BuildRequires:  xorg-proto-fontsproto-devel
21 BuildRequires:  xorg-proto-randrproto-devel
22 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       libdrm >= 2.2
27 Requires:       xorg-lib-libpciaccess >= 0.10
28 Requires:       xorg-xserver-server
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 This is an X.org video driver for KMS devices. This is a
33 non-accelerated driver, the following framebuffer depths are
34 supported: 8, 15, 16, 24. All visual types are supported for depth 8,
35 and TrueColor visual is supported for the other depths.  RandR 1.2 is
36 supported.
37
38 %description -l pl.UTF-8
39 Ten pakiet zawiera ogólny sterownik obrazu X.org dla urządzeń
40 obsługiwanych przez KMS w jądrze Linuksa. Sterownik jest nie
41 akcelerowany, obsługiwane są następujące głębie framebuffera: 8, 15,
42 16, 24 bity na piksel. Dla 8 bitów obsługiwane są wszystkie rodzaje
43 ekranów, dla pozostałych TrueColor. RandR 1.2 też jest obsługiwany.
44
45 %prep
46 %setup -q -n xf86-video-modesetting-%{version}
47
48 %build
49 %{__libtoolize}
50 %{__aclocal} -I m4
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc COPYING ChangeLog README
72 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/modesetting_drv.so
73 %{_mandir}/man4/modesetting.4*
This page took 0.081229 seconds and 3 git commands to generate.