Update to 1.9.2
This commit is contained in:
parent
cb6981900b
commit
463ecc0acb
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/gst-plugins-bad-free-1.8.1.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.2.tar.xz
|
||||
|
@ -92,6 +92,7 @@ smooth
|
||||
speed
|
||||
stereo
|
||||
subenc
|
||||
timecode
|
||||
tta
|
||||
valve
|
||||
videofilters
|
||||
|
@ -13,8 +13,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.9.1
|
||||
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.9.2
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
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}/libgststereo.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttimecode.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstuvch264.so
|
||||
%if %{with extras}
|
||||
%{_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
|
||||
|
||||
%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
|
||||
- Rebuild for new wildmidi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user