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

Revision 5090, 1.2 KB checked in by daisuke, 13 years ago (diff)

libva-intel-driver: new package, 1.0.15

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.15
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.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires:  autoconf, automake, libtool, gettext
16BuildRequires:  pkgconfig
17BuildRequires:  libva-devel >= 1.0.15
18BuildRequires:  libXext-devel
19Obsoletes:      libva < 1.0.15
20
21%description
22HW video decode support for Intel integrated graphics.
23
24%prep
25%setup -q -n %{backend}-%{version}
26
27%build
28autoreconf -v --install
29%configure
30make
31
32%install
33rm -rf %{buildroot}
34make DESTDIR=%{buildroot} install
35find %{buildroot} -name '*.la' -delete -print
36
37%clean
38rm -rf %{buildroot}
39
40%files
41%defattr(-, root, root)
42%doc AUTHORS COPYING NEWS README
43%{_libdir}/dri/i965_drv_video.so
44
45%changelog
46* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
47- initial build for Vine Linux
48- splitted from libva
Note: See TracBrowser for help on using the repository browser.