| Revision 12440,
1.6 KB
checked in by tomop, 6 years ago
(diff) |
|
updated 10 packages
glslang-8.13.3743-1
libva-intel-driver-2.4.1-1
libva-2.8.0-1
mesa-20.1.4-1
spirv-headers-1.5.3-1
spirv-tools-2020.3-1
vulkan-headers-1.2.135.0-2
vulkan-loader-1.2.135.0-2
vulkan-tools-1.2.135.0-2
vulkan-validation-layers-1.2.135.0-2
|
| 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: 2.4.1 |
|---|
| 7 | Release: 1%{?_dist_release} |
|---|
| 8 | Group: System Environment/Libraries |
|---|
| 9 | Vendor: Project Vine |
|---|
| 10 | Distribution: Vine Linux |
|---|
| 11 | |
|---|
| 12 | License: MIT |
|---|
| 13 | Url: https://github.com/intel/intel-vaapi-driver |
|---|
| 14 | Source: https://github.com/intel/intel-vaapi-driver/releases/download/%{version}/intel-vaapi-driver-%{version}.tar.bz2 |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 17 | BuildRequires: autoconf, automake, libtool, gettext |
|---|
| 18 | BuildRequires: pkgconfig |
|---|
| 19 | BuildRequires: libva-devel >= 1.1.0 |
|---|
| 20 | BuildRequires: libXext-devel |
|---|
| 21 | Obsoletes: libva < 1.1.0 |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | HW video decode support for Intel integrated graphics. |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -q -n intel-vaapi-driver-%{version} |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | %build |
|---|
| 32 | autoreconf -vif |
|---|
| 33 | %configure \ |
|---|
| 34 | --enable-drm \ |
|---|
| 35 | --enable-x11 \ |
|---|
| 36 | --enable-wayland=no |
|---|
| 37 | |
|---|
| 38 | make %{?_smp_mflags} |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %install |
|---|
| 42 | rm -rf %{buildroot} |
|---|
| 43 | make DESTDIR=%{buildroot} install |
|---|
| 44 | find %{buildroot} -name '*.la' -delete -print |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %clean |
|---|
| 48 | rm -rf %{buildroot} |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | %files |
|---|
| 52 | %defattr(-, root, root) |
|---|
| 53 | %license COPYING |
|---|
| 54 | %doc AUTHORS NEWS README |
|---|
| 55 | %{_libdir}/dri/i965_drv_video.so |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | %changelog |
|---|
| 59 | * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.1-1 |
|---|
| 60 | - new upstream release. |
|---|
| 61 | - dropped Patch1. |
|---|
| 62 | |
|---|
| 63 | * Tue Oct 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.18-1 |
|---|
| 64 | - update to upstream git master |
|---|
| 65 | |
|---|
| 66 | * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1 |
|---|
| 67 | - initial build for Vine Linux |
|---|
| 68 | - splitted from libva |
|---|
Note: See
TracBrowser
for help on using the repository browser.