Update to 1.3.91.
This commit is contained in:
parent
43030c9f6c
commit
1a3009d501
@ -1,16 +1,14 @@
|
|||||||
%global majorminor 1.0
|
%global majorminor 1.0
|
||||||
|
|
||||||
Name: gstreamer1-plugins-base
|
Name: gstreamer1-plugins-base
|
||||||
Version: 1.2.4
|
Version: 1.3.91
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GStreamer streaming media framework base plugins
|
Summary: GStreamer streaming media framework base plugins
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://gstreamer.freedesktop.org/
|
URL: http://gstreamer.freedesktop.org/
|
||||||
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
||||||
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
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: gstreamer1-devel >= %{version}
|
||||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||||
@ -89,8 +87,6 @@ for the GStreamer Base Plugins library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gst-plugins-base-%{version}
|
%setup -q -n gst-plugins-base-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -210,8 +206,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
|||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/gst-discoverer-%{majorminor}
|
%{_bindir}/gst-discoverer-%{majorminor}
|
||||||
%{_bindir}/gst-play-%{majorminor}
|
%{_bindir}/gst-play-%{majorminor}
|
||||||
|
%{_bindir}/gst-device-monitor-%{majorminor}
|
||||||
%{_mandir}/man1/gst-discoverer-*.gz
|
%{_mandir}/man1/gst-discoverer-*.gz
|
||||||
%{_mandir}/man1/gst-play-*.gz
|
%{_mandir}/man1/gst-play-*.gz
|
||||||
|
%{_mandir}/man1/gst-device-monitor-*.gz
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -287,6 +285,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
|||||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
|
||||||
|
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstmikey.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp.h
|
||||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagdemux.h
|
%{_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-format.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.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/video.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/videoorientation.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/videoorientation.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/videooverlay.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/videooverlay.h
|
||||||
@ -354,6 +354,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user