The gtk plugin was moved from -bad, make a new subpackage for it.
the mp3 plugins were moved from -ugly, add BuildRequires.
This commit is contained in:
parent
d02b83dc48
commit
6bacecf910
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-good
|
Name: gstreamer1-plugins-good
|
||||||
Version: 1.13.1
|
Version: 1.13.1
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer plugins with good code and licensing
|
Summary: GStreamer plugins with good code and licensing
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -47,6 +47,10 @@ BuildRequires: taglib-devel
|
|||||||
BuildRequires: wavpack-devel
|
BuildRequires: wavpack-devel
|
||||||
BuildRequires: libv4l-devel
|
BuildRequires: libv4l-devel
|
||||||
BuildRequires: libvpx-devel >= 1.1.0
|
BuildRequires: libvpx-devel >= 1.1.0
|
||||||
|
BuildRequires: gtk3-devel >= 3.4
|
||||||
|
BuildRequires: lame-devel
|
||||||
|
BuildRequires: mpg123-devel
|
||||||
|
BuildRequires: twolame-devel
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: libavc1394-devel
|
BuildRequires: libavc1394-devel
|
||||||
@ -77,6 +81,20 @@ GStreamer Good Plugins is a collection of well-supported plugins of
|
|||||||
good quality and under the LGPL license.
|
good quality and under the LGPL license.
|
||||||
|
|
||||||
|
|
||||||
|
%package gtk
|
||||||
|
Summary: GStreamer "good" plugins gtk plugin
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description gtk
|
||||||
|
GStreamer is a streaming media framework, based on graphs of elements which
|
||||||
|
operate on media data.
|
||||||
|
|
||||||
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
||||||
|
good quality and under the LGPL license.
|
||||||
|
|
||||||
|
This package (%{name}-gtk) contains the gtksink output plugin.
|
||||||
|
|
||||||
|
|
||||||
%if %{with extras}
|
%if %{with extras}
|
||||||
%package extras
|
%package extras
|
||||||
Summary: Extra GStreamer plugins with good code and licensing
|
Summary: Extra GStreamer plugins with good code and licensing
|
||||||
@ -254,12 +272,18 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
|
||||||
|
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files gtk
|
||||||
|
# Plugins with external dependencies
|
||||||
|
{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
|
||||||
|
|
||||||
%if %{with extras}
|
%if %{with extras}
|
||||||
%files extras
|
%files extras
|
||||||
@ -269,6 +293,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-2
|
||||||
|
- The gtk plugin was moved from -bad, make a new subpackage for it.
|
||||||
|
- the mp3 plugins were moved from -ugly, add BuildRequires.
|
||||||
|
|
||||||
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
|
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
|
||||||
- Update to 1.13.1
|
- Update to 1.13.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user