Update to 1.3.91.
This commit is contained in:
parent
43030c9f6c
commit
1a3009d501
@ -1,16 +1,14 @@
|
||||
%global majorminor 1.0
|
||||
|
||||
Name: gstreamer1-plugins-base
|
||||
Version: 1.2.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.91
|
||||
Release: 1%{?dist}
|
||||
Summary: GStreamer streaming media framework base plugins
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://gstreamer.freedesktop.org/
|
||||
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
||||
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
||||
Patch1: 0001-audioresample-Fix-build-on-x86-if-emmintrin.h-is-ava.patch
|
||||
Patch2: 0002-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch
|
||||
|
||||
BuildRequires: gstreamer1-devel >= %{version}
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||
@ -89,8 +87,6 @@ for the GStreamer Base Plugins library.
|
||||
%prep
|
||||
%setup -q -n gst-plugins-base-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -210,8 +206,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
||||
%files tools
|
||||
%{_bindir}/gst-discoverer-%{majorminor}
|
||||
%{_bindir}/gst-play-%{majorminor}
|
||||
%{_bindir}/gst-device-monitor-%{majorminor}
|
||||
%{_mandir}/man1/gst-discoverer-*.gz
|
||||
%{_mandir}/man1/gst-play-*.gz
|
||||
%{_mandir}/man1/gst-device-monitor-*.gz
|
||||
|
||||
|
||||
%files devel
|
||||
@ -287,6 +285,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstmikey.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagdemux.h
|
||||
@ -313,6 +312,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-tile.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/videoorientation.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/videooverlay.h
|
||||
@ -354,6 +354,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
|
||||
- Update to 1.3.91.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user