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