Update to 1.9.2

This commit is contained in:
Wim Taymans 2016-09-01 16:24:39 +02:00
parent cb6981900b
commit 463ecc0acb
4 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/gst-plugins-bad-free-1.8.1.tar.xz /gst-plugins-bad-free-1.8.1.tar.xz
/gst-plugins-bad-free-1.8.2.tar.xz /gst-plugins-bad-free-1.8.2.tar.xz
/gst-plugins-bad-free-1.9.1.tar.xz /gst-plugins-bad-free-1.9.1.tar.xz
/gst-plugins-bad-free-1.9.2.tar.xz

View File

@ -92,6 +92,7 @@ smooth
speed speed
stereo stereo
subenc subenc
timecode
tta tta
valve valve
videofilters videofilters

View File

@ -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.9.1 Version: 1.9.2
Release: 3%{?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
@ -386,6 +386,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstbadvideo-%{majorminor}.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so %{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
%{_libdir}/gstreamer-%{majorminor}/libgststereo.so %{_libdir}/gstreamer-%{majorminor}/libgststereo.so
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so %{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
%{_libdir}/gstreamer-%{majorminor}/libgsttimecode.so
%{_libdir}/gstreamer-%{majorminor}/libgstuvch264.so %{_libdir}/gstreamer-%{majorminor}/libgstuvch264.so
%if %{with extras} %if %{with extras}
%{_libdir}/gstreamer-%{majorminor}/libgstvdpau.so %{_libdir}/gstreamer-%{majorminor}/libgstvdpau.so
@ -511,6 +512,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
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
- Update to 1.9.2
* Fri Aug 26 2016 Hans de Goede <hdegoede@redhat.com> - 1.9.1-3 * Fri Aug 26 2016 Hans de Goede <hdegoede@redhat.com> - 1.9.1-3
- Rebuild for new wildmidi - Rebuild for new wildmidi

View File

@ -1 +1 @@
7e8b57ee4a66dd350a3488ab14e1fc01 gst-plugins-bad-free-1.9.1.tar.xz 12589c148e1f7deb2fcb1dccaa1b1c06 gst-plugins-bad-free-1.9.2.tar.xz