| Revision 5090,
1.2 KB
checked in by daisuke, 15 years ago
(diff) |
|
libva-intel-driver: new package, 1.0.15
|
| Line | |
|---|
| 1 | %global backend intel-driver |
|---|
| 2 | |
|---|
| 3 | Summary: Intel graphics backend for VA API |
|---|
| 4 | Summary(ja): VA-API の Intel グラフィックスバックエンド |
|---|
| 5 | Name: libva-%{backend} |
|---|
| 6 | Version: 1.0.15 |
|---|
| 7 | Release: 1%{?_dist_release} |
|---|
| 8 | License: MIT |
|---|
| 9 | Url: http://cgit.freedesktop.org/vaapi/%{backend}/ |
|---|
| 10 | Group: System Environment/Libraries |
|---|
| 11 | |
|---|
| 12 | Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2 |
|---|
| 13 | |
|---|
| 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 15 | BuildRequires: autoconf, automake, libtool, gettext |
|---|
| 16 | BuildRequires: pkgconfig |
|---|
| 17 | BuildRequires: libva-devel >= 1.0.15 |
|---|
| 18 | BuildRequires: libXext-devel |
|---|
| 19 | Obsoletes: libva < 1.0.15 |
|---|
| 20 | |
|---|
| 21 | %description |
|---|
| 22 | HW video decode support for Intel integrated graphics. |
|---|
| 23 | |
|---|
| 24 | %prep |
|---|
| 25 | %setup -q -n %{backend}-%{version} |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | autoreconf -v --install |
|---|
| 29 | %configure |
|---|
| 30 | make |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | rm -rf %{buildroot} |
|---|
| 34 | make DESTDIR=%{buildroot} install |
|---|
| 35 | find %{buildroot} -name '*.la' -delete -print |
|---|
| 36 | |
|---|
| 37 | %clean |
|---|
| 38 | rm -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.