Enable twolame plugin (#1534289)

This commit is contained in:
Yaakov Selkowitz 2018-01-14 15:50:50 -06:00
parent 2ff28738ce
commit 989b55648d

View File

@ -6,7 +6,7 @@
Name: gstreamer1-plugins-ugly-free
Version: 1.12.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: GStreamer streaming media framework "ugly" plugins
License: LGPLv2+ and LGPLv2
@ -36,6 +36,7 @@ BuildRequires: liba52-devel
BuildRequires: libcdio-devel
BuildRequires: libdvdread-devel
BuildRequires: mpg123-devel
BuildRequires: twolame-devel
Obsoletes: gstreamer1-plugin-mpg123 < %{version}-%{release}
Provides: gstreamer1-plugin-mpg123 = %{version}-%{release}
@ -72,7 +73,7 @@ is not fully compatible with LGPL.
--with-package-origin="http://download.fedoraproject.org" \
--enable-debug --disable-static --enable-gtk-doc --enable-experimental \
--disable-amrnb --disable-amrwb \
--disable-mpeg2dec --disable-sidplay --disable-twolame --disable-x264
--disable-mpeg2dec --disable-sidplay --disable-x264
make %{?_smp_mflags}
@ -143,12 +144,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
%files devel
%doc %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{majorminor}
%changelog
* Sun Jan 14 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.4-2
- Enable twolame plugin (#1534289)
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
- Update to 1.12.4
- Add autoconf and friends to BuildRequires