Update to 0.6.1
This commit is contained in:
parent
e72ae29e9b
commit
ad20769250
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/gstreamer-vaapi-0.5.9.tar.bz2
|
||||
/gstreamer-vaapi-0.5.10.tar.bz2
|
||||
/gstreamer-vaapi-0.6.0.tar.bz2
|
||||
/gstreamer-vaapi-0.6.1.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gstreamer1-vaapi
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GStreamer plugins to use VA API video acceleration
|
||||
|
||||
@ -15,7 +15,10 @@ BuildRequires: libva-devel >= 1.1.0
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libEGL-devel
|
||||
BuildRequires: libvpx-devel
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
BuildRequires: wayland-devel
|
||||
@ -90,6 +93,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/gstreamer-vaapi*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-1
|
||||
- Update to 0.6.1
|
||||
|
||||
* Sat Jul 18 2015 Francesco Frassinelli <fraph24@gmail.com> - 0.6.0-1
|
||||
- Update to 0.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user