Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29251/F-15
Modified Files:
.cvsignore libva-freeworld.spec sources
Removed Files:
101_dont_install_test_programs.patch
libva-1.0.10-20110310.patch
Log Message:
Update to 1.0.13
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Apr 2011 22:08:37 -0000 1.4
+++ .cvsignore 8 Jun 2011 21:40:22 -0000 1.5
@@ -1 +1 @@
-libva-1.0.12.tar.bz2
+libva-1.0.13.tar.bz2
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/libva-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libva-freeworld.spec 9 Apr 2011 22:08:38 -0000 1.5
+++ libva-freeworld.spec 8 Jun 2011 21:40:22 -0000 1.6
@@ -1,29 +1,30 @@
Name: libva-freeworld
-Version: 1.0.12
+Version: 1.0.13
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
URL:
http://freedesktop.org/wiki/Software/vaapi
Source0:
http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.bz2
-Patch0: 101_dont_install_test_programs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.24
+BuildRequires: libpciaccess-devel
BuildRequires: mesa-libGL-devel
# owns the %{_libdir}/dri directory
Requires: mesa-dri-drivers
+%{?with_full: Conflicts: libva <= %{version} }
+
%description
Libva-freeworld is a library providing the VA API video acceleration API.
%prep
%setup -q -n libva-%{version}
-%patch0 -p1 -b .testprogs
%build
@@ -39,6 +40,8 @@
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_bindir}
+
+
%clean
rm -rf %{buildroot}
@@ -48,12 +51,15 @@
%files
%defattr(-,root,root,-)
%doc COPYING
-%exclude %{_libdir}/libva*.so*
+%{?with_full:%exclude} %{_libdir}/libva*.so*
%exclude %{_libdir}/dri/dummy_drv_video.so
-%{_libdir}/dri/*_drv_video.so
+%{_libdir}/dri/i965_drv_video.so
%changelog
+* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
+- Update to 1.0.13
+
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Apr 2011 22:08:38 -0000 1.4
+++ sources 8 Jun 2011 21:40:23 -0000 1.5
@@ -1 +1 @@
-84408a0746a63b8cf308dc7b9f2451cf libva-1.0.12.tar.bz2
+221207c386129e02fc05827147af7aa6 libva-1.0.13.tar.bz2
--- 101_dont_install_test_programs.patch DELETED ---
--- libva-1.0.10-20110310.patch DELETED ---