]> git.pld-linux.org Git - packages/libva-driver-intel.git/blob - libva-driver-intel.spec
- updated to 1.0.19
[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.19
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:  a4a668c86ef8c9fb3bde087857d74bf6
10 Patch0:         %{name}-am.patch
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.23
16 BuildRequires:  libva-devel >= 1.0.14
17 BuildRequires:  libva-drm-devel >= 1.0.14
18 BuildRequires:  libva-wayland-devel >= 1.0.14
19 BuildRequires:  libva-x11-devel >= 1.0.14
20 BuildRequires:  libtool
21 BuildRequires:  pkgconfig
22 # API version, not just package version
23 BuildRequires:  pkgconfig(libva) >= 0.32.0
24 # wayland-client
25 BuildRequires:  wayland-devel
26 Requires:       libdrm >= 2.4.23
27 Requires:       libva >= 1.0.14
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 %patch0 -p1
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
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.084861 seconds and 3 git commands to generate.