Browse Source

libva: update to 1.0.15

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5092 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
86b849e2ca
1 changed files with 5 additions and 2 deletions
  1. 5 2
      lib/libv/libva/libva-vl.spec

+ 5 - 2
lib/libv/libva/libva-vl.spec

@@ -1,5 +1,5 @@
 Name:           libva
-Version:        1.0.14
+Version:        1.0.15
 Release:        1%{?_dist_release}
 Summary:        Video Acceleration (VA) API for Linux
 
@@ -49,7 +49,6 @@ This package contains sample tools for %{name}.
 ./autogen.sh
 %configure \
   --enable-glx \
-  --enable-i965-driver \
   --enable-dummy-driver --enable-dummy-backend
 make %{?_smp_mflags}
 
@@ -91,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
+- new upstram release
+- hardware specific drivers are splitted.
+
 * Wed Aug 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.14-1
 - new upstream release