Update to 1.7.2
This commit is contained in:
parent
6eadf04623
commit
af7a9c20ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@
|
|||||||
/gst-plugins-bad-free-1.6.1.tar.xz
|
/gst-plugins-bad-free-1.6.1.tar.xz
|
||||||
/gst-plugins-bad-free-1.6.2.tar.xz
|
/gst-plugins-bad-free-1.6.2.tar.xz
|
||||||
/gst-plugins-bad-free-1.7.1.tar.xz
|
/gst-plugins-bad-free-1.7.1.tar.xz
|
||||||
|
/gst-plugins-bad-1.7.2.tar.xz
|
||||||
|
/gst-plugins-bad-free-1.7.2.tar.xz
|
||||||
|
@ -70,6 +70,7 @@ mpegtsdemux
|
|||||||
mpegtsmux
|
mpegtsmux
|
||||||
mpegvideoparse
|
mpegvideoparse
|
||||||
mxf
|
mxf
|
||||||
|
netsim
|
||||||
nsf
|
nsf
|
||||||
nuvdemux
|
nuvdemux
|
||||||
onvif
|
onvif
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
#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.1
|
Version: 1.7.2
|
||||||
Release: 5%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
License: LGPLv2+ and LGPLv2
|
License: LGPLv2+ and LGPLv2
|
||||||
@ -467,6 +467,9 @@ 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
|
||||||
|
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
|
||||||
|
- Update to 1.7.2
|
||||||
|
|
||||||
* Tue Feb 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-5
|
* Tue Feb 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-5
|
||||||
- add chromaprint plugin
|
- add chromaprint plugin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user