packages: libva/libva.spec - up to 1.0.3

arekm arekm at pld-linux.org
Fri Jun 18 08:12:57 CEST 2010


Author: arekm                        Date: Fri Jun 18 06:12:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.0.3

---- Files affected:
packages/libva:
   libva.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libva/libva.spec
diff -u packages/libva/libva.spec:1.1 packages/libva/libva.spec:1.2
--- packages/libva/libva.spec:1.1	Fri Nov 20 14:58:12 2009
+++ packages/libva/libva.spec	Fri Jun 18 08:12:51 2010
@@ -2,13 +2,13 @@
 Summary:	VAAPI (Video Acceleration API)
 Name:		libva
 # see configure.ac
-Version:	0.31
+Version:	1.0.3
 Release:	1
 License:	BSD
 Group:		Libraries
 # git clone git://anongit.freedesktop.org/git/libva
-Source0:	%{name}-20091120.tar.bz2
-# Source0-md5:	4ed2e4e6f1293f1405a847f17a42c9fa
+Source0:	http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2
+# Source0-md5:	5e92b34ec7047479993ac5b02a16491c
 URL:		http://www.freedesktop.org/wiki/Software/vaapi
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -37,7 +37,7 @@
 Static libva library.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 ./autogen.sh
@@ -55,6 +55,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm $RPM_BUILD_ROOT%{_libdir}/%{name}/dri/*.{a,la}
+rm $RPM_BUILD_ROOT%{_bindir}/test_*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -63,6 +66,9 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/h264encode
+%attr(755,root,root) %{_bindir}/mpeg2vldemo
+%attr(755,root,root) %{_bindir}/putsurface
 %attr(755,root,root) %{_bindir}/vainfo
 %attr(755,root,root) %{_libdir}/libva*.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libva*.so.1
@@ -87,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/06/18 06:12:51  arekm
+- up to 1.0.3
+
 Revision 1.1  2009/11/20 13:58:12  arekm
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libva/libva.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list