Author: qboosh Date: Sat Nov 5 17:19:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.15 - intel driver moved to separate package (libva-driver-intel.spec)
---- Files affected: packages/libva: libva.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/libva/libva.spec diff -u packages/libva/libva.spec:1.14 packages/libva/libva.spec:1.15 --- packages/libva/libva.spec:1.14 Tue Aug 2 06:19:57 2011 +++ packages/libva/libva.spec Sat Nov 5 18:19:10 2011 @@ -2,23 +2,24 @@ Summary: VAAPI (Video Acceleration API) Summary(pl.UTF-8): VAAPI (Video Acceleration API) - API akceleracji filmów Name: libva -Version: 1.0.14 +Version: 1.0.15 Release: 1 -License: BSD +License: MIT Group: Libraries #Source0Download: http://cgit.freedesktop.org/libva/ Source0: http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2 -# Source0-md5: 9a7eba239bffa3b40d7a49e3bb4fb6fb +# Source0-md5: ad8a94ba87ff0563a533c3c142816794 URL: http://www.freedesktop.org/wiki/Software/vaapi BuildRequires: Mesa-libGL-devel BuildRequires: autoconf >= 2.57 BuildRequires: automake -BuildRequires: libdrm-devel >= 2.4.23 +BuildRequires: libdrm-devel >= 2.4 BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXfixes-devel -Requires: libdrm >= 2.4.23 +Requires: libdrm >= 2.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -70,7 +71,6 @@ %configure \ --disable-silent-rules \ --enable-static \ - --enable-i965-driver \ --with-drivers-path=%{_libdir}/%{name}/dri %{__make} @@ -91,6 +91,7 @@ %files %defattr(644,root,root,755) +%doc COPYING NEWS %attr(755,root,root) %{_bindir}/avcenc %attr(755,root,root) %{_bindir}/h264encode %attr(755,root,root) %{_bindir}/mpeg2vldemo @@ -109,7 +110,6 @@ %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/dri %attr(755,root,root) %{_libdir}/%{name}/dri/dummy_drv_video.so -%attr(755,root,root) %{_libdir}/%{name}/dri/i965_drv_video.so %files devel %defattr(644,root,root,755) @@ -144,6 +144,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2011/11/05 17:19:10 qboosh +- updated to 1.0.15 +- intel driver moved to separate package (libva-driver-intel.spec) + Revision 1.14 2011/08/02 04:19:57 qboosh - updated to 1.0.14 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libva/libva.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
