Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1d7d4ef1e2 | ||
|
f8fca29d43 | ||
|
d22def7ad7 | ||
|
5f51574d3a | ||
|
6da7babc53 | ||
|
13531db0fe | ||
|
ee5fb206e8 | ||
|
fdd477f122 | ||
|
dfb7d91257 | ||
|
35a5f72987 | ||
|
ab3652c401 | ||
|
39b7c14e67 | ||
|
1e63196084 | ||
|
d97c7b6b70 | ||
|
6566baf082 | ||
|
0b9531355a | ||
|
b6073d1166 | ||
|
7d636ee73b | ||
|
35c04ca4c5 |
8
.gitignore
vendored
8
.gitignore
vendored
@ -58,3 +58,11 @@
|
||||
/gst-plugins-base-1.13.91.tar.xz
|
||||
/gst-plugins-base-1.14.0.tar.xz
|
||||
/gst-plugins-base-1.14.1.tar.xz
|
||||
/gst-plugins-base-1.14.2.tar.xz
|
||||
/gst-plugins-base-1.14.3.tar.xz
|
||||
/gst-plugins-base-1.14.4.tar.xz
|
||||
/gst-plugins-base-1.15.1.tar.xz
|
||||
/gst-plugins-base-1.15.2.tar.xz
|
||||
/gst-plugins-base-1.16.0.tar.xz
|
||||
/gst-plugins-base-1.16.1.tar.xz
|
||||
/gst-plugins-base-1.16.2.tar.xz
|
||||
|
@ -5,8 +5,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-base
|
||||
Version: 1.14.1
|
||||
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.16.2
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework base plugins
|
||||
|
||||
License: LGPLv2+
|
||||
@ -20,6 +20,7 @@ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugin
|
||||
%endif
|
||||
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gstreamer1-devel >= %{version}
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||
BuildRequires: iso-codes-devel
|
||||
@ -43,6 +44,12 @@ BuildRequires: mesa-libGLES-devel
|
||||
BuildRequires: mesa-libGLU-devel
|
||||
BuildRequires: mesa-libEGL-devel
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: egl-wayland-devel
|
||||
# pkgconfig-style deps specifically searched-for by autotools/configure
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
||||
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
||||
BuildRequires: pkgconfig(wayland-egl) >= 9.0
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.15
|
||||
|
||||
# documentation
|
||||
BuildRequires: gtk-doc >= 1.3
|
||||
@ -248,8 +255,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstpbtypes.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
|
||||
@ -299,6 +308,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-buffer.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channels.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channel-mixer.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-converter.h
|
||||
@ -362,6 +372,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpdefs.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtp-enumtypes.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtphdrext.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpmeta.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtppayloads.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp-prelude.h
|
||||
@ -394,6 +405,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalance.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalancechannel.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaffinetransformationmeta.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaggregator.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideodecoder.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoencoder.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
|
||||
@ -403,6 +415,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideotimecode.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoutils.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/navigation.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-anc.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-blend.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-overlay-composition.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-chroma.h
|
||||
@ -461,6 +474,56 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
||||
- Update to 1.16.2
|
||||
|
||||
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
||||
- Update to 1.16.1
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
||||
- Update to 1.16.0
|
||||
|
||||
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
|
||||
- update wayland-related build deps, --enable-gtk-doc
|
||||
|
||||
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-1
|
||||
- %%build: --disable-gtk-doc to workaround FTBFS (hopefully temporary)
|
||||
|
||||
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
||||
- Update to 1.15.2
|
||||
- Add egl-wayland dep
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
||||
- rebuild for dependencies
|
||||
|
||||
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
||||
- Update to 1.15.1
|
||||
|
||||
* Fri Jan 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.14.4-2
|
||||
+ gstreamer1-plugins-base-1.14.4-2
|
||||
- Fix thumbnail colours for 10-bit MPEG-4 files
|
||||
|
||||
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
||||
- Update to 1.14.4
|
||||
|
||||
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
||||
- Update to 1.14.3
|
||||
|
||||
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
||||
- Update to 1.14.2
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
||||
- rebuild (#1581325)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-base-1.14.1.tar.xz) = bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
|
||||
SHA512 (gst-plugins-base-1.16.2.tar.xz) = f28e71bba8ba25d4f18ba3a196f057721151f1ebf1309d808bd6771a3f9a68facfa1970dc4353b6f2fd1e8945edf5272854d328ea11ef399544f8b330f754a42
|
||||
|
Loading…
Reference in New Issue
Block a user