source: projects/specs/trunk/lib/libv/libva-intel-driver/libva-intel-driver-vl.spec @ 7041

Revision 7041, 1.4 KB checked in by daisuke, 11 years ago (diff)

update to upstream git master

Line 
1%global backend intel-driver
2
3Summary:        Intel graphics backend for VA API
4Summary(ja):    VA-API の Intel グラフィックスバックエンド
5Name:           libva-%{backend}
6Version:        1.0.18
7Release:        1%{?_dist_release}
8License:        MIT
9Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
10Group:          System Environment/Libraries
11
12Source:         http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.gz
13Patch1:         intel-driver-1.0.18-git20121030.patch
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  autoconf, automake, libtool, gettext
17BuildRequires:  pkgconfig
18BuildRequires:  libva-devel >= 1.1.0
19BuildRequires:  libXext-devel
20Obsoletes:      libva < 1.1.0
21
22%description
23HW video decode support for Intel integrated graphics.
24
25%prep
26%setup -q -n %{backend}-%{version}
27%patch1 -p1
28
29%build
30autoreconf -v --install
31%configure --enable-drm --enable-x11-
32make
33
34%install
35rm -rf %{buildroot}
36make DESTDIR=%{buildroot} install
37find %{buildroot} -name '*.la' -delete -print
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-, root, root)
44%doc AUTHORS COPYING NEWS README
45%{_libdir}/dri/i965_drv_video.so
46
47%changelog
48* Tue Oct 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.18-1
49- update to upstream git master
50
51* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
52- initial build for Vine Linux
53- splitted from libva
Note: See TracBrowser for help on using the repository browser.