]> git.pld-linux.org Git - packages/libva-driver-intel.git/blob - libva-driver-intel.spec
- up to 1.4.0
[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.4.0
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-%{version}.tar.bz2
9 # Source0-md5:  c8b4012ba793bf2c7d922fee3a5e28bd
10 URL:            http://www.freedesktop.org/wiki/Software/vaapi
11 BuildRequires:  Mesa-libEGL-devel
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  libdrm-devel >= 2.4.45
15 BuildRequires:  libva-devel >= 1.4.0
16 BuildRequires:  libva-drm-devel >= 1.4.0
17 BuildRequires:  libva-wayland-devel >= 1.4.0
18 BuildRequires:  libva-x11-devel >= 1.4.0
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 # API version, not just package version
22 BuildRequires:  pkgconfig(libva) >= 0.32.0
23 # wayland-client
24 BuildRequires:  wayland-devel
25 Requires:       libdrm >= 2.4.45
26 Requires:       libva >= 1.4.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 libva-driver-intel is the VA-API implementation for Intel G45 chipsets
31 and Intel HD Graphics for Intel Core processor family.
32
33 %description -l pl.UTF-8
34 libva-driver-intel to implementacja VA-API dla układów Intel G45 oraz
35 Intel HD Graphics przeznaczonych dla rodziny procesorów Intel Core.
36
37 %prep
38 %setup -q -n libva-intel-driver-%{version}
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         --disable-silent-rules
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/*.la
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS COPYING NEWS README
65 %attr(755,root,root) %{_libdir}/libva/dri/i965_drv_video.so
This page took 0.076874 seconds and 3 git commands to generate.