diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index a77b62d..990cfd4 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -13,7 +13,7 @@ Name: gstreamer1-plugins-good Version: 1.13.1 -Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -47,6 +47,10 @@ BuildRequires: taglib-devel BuildRequires: wavpack-devel BuildRequires: libv4l-devel BuildRequires: libvpx-devel >= 1.1.0 +BuildRequires: gtk3-devel >= 3.4 +BuildRequires: lame-devel +BuildRequires: mpg123-devel +BuildRequires: twolame-devel %ifnarch s390 s390x 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. +%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} %package extras 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}/libgstvpx.so %{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so +%{_libdir}/gstreamer-%{majorminor}/libgstlame.so +%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so +%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so %ifnarch s390 s390x %{_libdir}/gstreamer-%{majorminor}/libgstdv.so %{_libdir}/gstreamer-%{majorminor}/libgst1394.so %endif +%files gtk +# Plugins with external dependencies +{_libdir}/gstreamer-%{majorminor}/libgstgtk.so %if %{with extras} %files extras @@ -269,6 +293,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Feb 27 2018 Wim Taymans - 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 - 1.13.1-1 - Update to 1.13.1