Update to 1.7.91
- The opus parse was not moved so we still need opus-devel and we still ship a plugin.
This commit is contained in:
parent
d676f220f0
commit
3a7cd99492
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/gst-plugins-bad-1.7.2.tar.xz
|
/gst-plugins-bad-1.7.2.tar.xz
|
||||||
/gst-plugins-bad-free-1.7.2.tar.xz
|
/gst-plugins-bad-free-1.7.2.tar.xz
|
||||||
/gst-plugins-bad-free-1.7.90.tar.xz
|
/gst-plugins-bad-free-1.7.90.tar.xz
|
||||||
|
/gst-plugins-bad-free-1.7.91.tar.xz
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.7.90
|
Version: 1.7.91
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
@ -58,6 +58,7 @@ BuildRequires: openssl-devel
|
|||||||
BuildRequires: orc-devel
|
BuildRequires: orc-devel
|
||||||
BuildRequires: soundtouch-devel
|
BuildRequires: soundtouch-devel
|
||||||
BuildRequires: wavpack-devel
|
BuildRequires: wavpack-devel
|
||||||
|
BuildRequires: opus-devel
|
||||||
BuildRequires: nettle-devel
|
BuildRequires: nettle-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -380,6 +381,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstbadvideo-%{majorminor}.so
|
|||||||
%{_libdir}/gstreamer-%{majorminor}/libgstgtksink.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstgtksink.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsrtp.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstsrtp.so
|
||||||
@ -472,6 +474,11 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstbadvideo-%{majorminor}.so
|
|||||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
|
||||||
|
- Update to 1.7.91
|
||||||
|
- The opus parse was not moved so we still need opus-devel and we still
|
||||||
|
ship a plugin.
|
||||||
|
|
||||||
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
|
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
|
||||||
- Update to 1.7.90
|
- Update to 1.7.90
|
||||||
- the opus plugin was moved to -base.
|
- the opus plugin was moved to -base.
|
||||||
|
Loading…
Reference in New Issue
Block a user