Browse Source

update to upstream git master

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7041 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
ec67f04b33
1 changed files with 10 additions and 5 deletions
  1. 10 5
      lib/libv/libva-intel-driver/libva-intel-driver-vl.spec

+ 10 - 5
lib/libv/libva-intel-driver/libva-intel-driver-vl.spec

@@ -3,30 +3,32 @@
 Summary:        Intel graphics backend for VA API
 Summary(ja):    VA-API の Intel グラフィックスバックエンド
 Name:           libva-%{backend}
-Version:        1.0.15
+Version:        1.0.18
 Release:        1%{?_dist_release}
 License:        MIT
 Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
 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
 BuildRequires:  autoconf, automake, libtool, gettext
 BuildRequires:  pkgconfig
-BuildRequires:  libva-devel >= 1.0.15
+BuildRequires:  libva-devel >= 1.1.0
 BuildRequires:  libXext-devel
-Obsoletes:      libva < 1.0.15
+Obsoletes:      libva < 1.1.0
 
 %description
 HW video decode support for Intel integrated graphics.
 
 %prep
 %setup -q -n %{backend}-%{version}
+%patch1 -p1
 
 %build
 autoreconf -v --install
-%configure
+%configure --enable-drm --enable-x11-
 make
 
 %install
@@ -43,6 +45,9 @@ rm -rf %{buildroot}
 %{_libdir}/dri/i965_drv_video.so
 
 %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
 - initial build for Vine Linux
 - splitted from libva