Update to 1.2.1
This commit is contained in:
parent
dfd96ff0f4
commit
1bed299e0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libva-1.1.0.tar.bz2
|
||||
/libva-1.1.1.tar.bz2
|
||||
/libva-1.2.0.tar.bz2
|
||||
/libva-1.2.1.tar.bz2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libva
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Video Acceleration (VA) API for Linux
|
||||
Group: System Environment/Libraries
|
||||
@ -106,7 +106,7 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
|
||||
%{_bindir}/avcenc
|
||||
%{_bindir}/h264encode
|
||||
%{_bindir}/mpeg2vldemo
|
||||
%exclude %{_bindir}/mpeg2enc
|
||||
%{_bindir}/mpeg2vaenc
|
||||
%{_bindir}/putsurface
|
||||
|
||||
%{?_with_wayland:
|
||||
@ -116,6 +116,10 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
|
||||
}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
- Add mpeg2vaenc
|
||||
|
||||
* Wed Jun 26 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
- Exclude mpeg2enc for now - namespace clash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user