Enable mpeg2dec plugin (#1709470)
This commit is contained in:
parent
4558a744ce
commit
eb8f2a50a6
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-ugly-free
|
||||
Version: 1.16.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: GStreamer streaming media framework "ugly" plugins
|
||||
|
||||
License: LGPLv2+ and LGPLv2
|
||||
@ -34,6 +34,7 @@ BuildRequires: automake autoconf libtool
|
||||
BuildRequires: liba52-devel
|
||||
BuildRequires: libcdio-devel
|
||||
BuildRequires: libdvdread-devel
|
||||
BuildRequires: libmpeg2-devel
|
||||
|
||||
%description
|
||||
GStreamer is a streaming media framework, based on graphs of elements which
|
||||
@ -65,8 +66,7 @@ is not fully compatible with LGPL.
|
||||
--with-package-name="Fedora GStreamer-plugins-ugly package" \
|
||||
--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-x264
|
||||
--disable-amrnb --disable-amrwb --disable-sidplay --disable-x264
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -135,12 +135,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{majorminor}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 1.16.0-2
|
||||
- Enable mpeg2dec plugin (#1709470)
|
||||
|
||||
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
||||
- Update to 1.16.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user