|
@@ -3,30 +3,32 @@
|
|
Summary: Intel graphics backend for VA API
|
|
Summary: Intel graphics backend for VA API
|
|
Summary(ja): VA-API の Intel グラフィックスバックエンド
|
|
Summary(ja): VA-API の Intel グラフィックスバックエンド
|
|
Name: libva-%{backend}
|
|
Name: libva-%{backend}
|
|
-Version: 1.0.15
|
|
|
|
|
|
+Version: 1.0.18
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Url: http://cgit.freedesktop.org/vaapi/%{backend}/
|
|
Url: http://cgit.freedesktop.org/vaapi/%{backend}/
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
-Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2
|
|
|
|
|
|
+Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.gz
|
|
|
|
+Patch1: intel-driver-1.0.18-git20121030.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: autoconf, automake, libtool, gettext
|
|
BuildRequires: autoconf, automake, libtool, gettext
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
-BuildRequires: libva-devel >= 1.0.15
|
|
|
|
|
|
+BuildRequires: libva-devel >= 1.1.0
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXext-devel
|
|
-Obsoletes: libva < 1.0.15
|
|
|
|
|
|
+Obsoletes: libva < 1.1.0
|
|
|
|
|
|
%description
|
|
%description
|
|
HW video decode support for Intel integrated graphics.
|
|
HW video decode support for Intel integrated graphics.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{backend}-%{version}
|
|
%setup -q -n %{backend}-%{version}
|
|
|
|
+%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -v --install
|
|
autoreconf -v --install
|
|
-%configure
|
|
|
|
|
|
+%configure --enable-drm --enable-x11-
|
|
make
|
|
make
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -43,6 +45,9 @@ rm -rf %{buildroot}
|
|
%{_libdir}/dri/i965_drv_video.so
|
|
%{_libdir}/dri/i965_drv_video.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Oct 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.18-1
|
|
|
|
+- update to upstream git master
|
|
|
|
+
|
|
* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
|
|
* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
- splitted from libva
|
|
- splitted from libva
|