]> git.pld-linux.org Git - packages/libva-driver-intel.git/blob - libva-driver-intel.spec
837aca3f4e4434b2130dd60eeceab40a4e661e8a
[packages/libva-driver-intel.git] / libva-driver-intel.spec
1 Summary:        VA driver for Intel G45 and HD Graphics family
2 Summary(pl.UTF-8):      Sterownik VA do kart Intela z rodziny G45 i HD Graphics
3 Name:           libva-driver-intel
4 Version:        1.0.17
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 #Source0Download: http://cgit.freedesktop.org/vaapi/intel-driver/
9 Source0:        http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2
10 # Source0-md5:  3421dcaed1df346b9070b85ec8b238cd
11 URL:            http://www.freedesktop.org/wiki/Software/vaapi
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  libdrm-devel >= 2.4.23
15 BuildRequires:  libva-devel >= 1.0.14
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig
18 Requires:       libdrm >= 2.4.23
19 Requires:       libva >= 1.0.14
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 libva-driver-intel is the VA-API implementation for Intel G45 chipsets
24 and Intel HD Graphics for Intel Core processor family.
25
26 %description -l pl.UTF-8
27 libva-driver-intel to implementacja VA-API dla układów Intel G45 oraz
28 Intel HD Graphics przeznaczonych dla rodziny procesorów Intel Core.
29
30 %prep
31 %setup -q -n intel-driver-%{version}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --disable-silent-rules
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/*.la
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS COPYING NEWS README
58 %attr(755,root,root) %{_libdir}/libva/dri/i965_drv_video.so
This page took 0.054597 seconds and 2 git commands to generate.