Add vp8 plugin to package from gst1-plugins-bad. (#859505)
This commit is contained in:
parent
fee05e824a
commit
dbb2b56ce2
@ -9,7 +9,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-good
|
||||
Version: 0.11.99
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: GStreamer plugins with good code and licensing
|
||||
|
||||
License: LGPLv2+
|
||||
@ -31,6 +31,7 @@ BuildRequires: speex-devel
|
||||
BuildRequires: taglib-devel
|
||||
BuildRequires: wavpack-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: libvpx-devel
|
||||
|
||||
%ifnarch s390 s390x
|
||||
BuildRequires: libavc1394-devel
|
||||
@ -118,6 +119,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# Equaliser presets
|
||||
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
||||
%{_datadir}/gstreamer-%{majorminor}/presets/GstVP8Enc.prs
|
||||
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer10Bands.prs
|
||||
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer3Bands.prs
|
||||
|
||||
@ -180,6 +182,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
|
||||
|
||||
%ifnarch s390 s390x
|
||||
@ -196,6 +199,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-2
|
||||
- Add vp8 plugin to package from gst1-plugins-bad. (#859505)
|
||||
|
||||
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
|
||||
- Update to 0.11.99
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user