|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
Version: 1.16.0
|
|
|
|
Version: 1.16.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://gstreamer.freedesktop.org/
|
|
|
|
URL: https://gstreamer.freedesktop.org/
|
|
|
|
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
|
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
@ -13,9 +13,11 @@ BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libid3tag-devel >= 0.15.0
|
|
|
|
BuildRequires: libid3tag-devel >= 0.15.0
|
|
|
|
|
|
|
|
BuildRequires: libmpeg2-devel >= 0.4.0
|
|
|
|
BuildRequires: orc-devel >= 0.4.5
|
|
|
|
BuildRequires: orc-devel >= 0.4.5
|
|
|
|
BuildRequires: x264-devel >= 0.0.0-0.28
|
|
|
|
BuildRequires: x264-devel >= 0.0.0-0.28
|
|
|
|
BuildRequires: opencore-amr-devel
|
|
|
|
BuildRequires: opencore-amr-devel
|
|
|
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
|
|
|
|
|
|
|
# Provides locale files
|
|
|
|
# Provides locale files
|
|
|
|
# relax dep to >= to make fedora/rpmfusion upgrades easier
|
|
|
|
# relax dep to >= to make fedora/rpmfusion upgrades easier
|
|
|
@ -34,6 +36,7 @@ gstreamer-plugins-good because:
|
|
|
|
- the license of the library is not LGPL
|
|
|
|
- the license of the library is not LGPL
|
|
|
|
- there are possible licensing issues with the code.
|
|
|
|
- there are possible licensing issues with the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{src_name}-%{version}
|
|
|
|
%autosetup -p1 -n %{src_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
@ -52,11 +55,11 @@ gstreamer-plugins-good because:
|
|
|
|
--disable-a52dec \
|
|
|
|
--disable-a52dec \
|
|
|
|
--disable-xingmux \
|
|
|
|
--disable-xingmux \
|
|
|
|
--disable-lame \
|
|
|
|
--disable-lame \
|
|
|
|
--disable-twolame \
|
|
|
|
--disable-twolame
|
|
|
|
--disable-mpeg2dec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install V=1
|
|
|
|
%make_install V=1
|
|
|
|
|
|
|
|
|
|
|
@ -77,55 +80,17 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
|
|
|
|
# Plugins with external dependencies
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrnb.so
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrnb.so
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
|
|
|
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstx264.so
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstx264.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.16.0-3
|
|
|
|
* Fri May 08 2020 Xavier Bachelot <xavier@bachelot.org> - 1.16.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Update to 1.16.1 to match EL8.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 16 2019 Leigh Scott <leigh123linux@gmail.com> - 1.16.0-2
|
|
|
|
|
|
|
|
- Disable mpeg2dec, it's been moved to the fedora package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2019 Leigh Scott <leigh123linux@gmail.com> - 1.16.0-1
|
|
|
|
|
|
|
|
- 1.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 18 2019 Sérgio Basto <sergio@serjux.com> - 1.15.2-1
|
|
|
|
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 12 2019 Sérgio Basto <sergio@serjux.com> - 1.15.1-3
|
|
|
|
|
|
|
|
- Mass rebuild for x264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.15.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 09 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.15.1-1
|
|
|
|
|
|
|
|
- 1.15.1
|
|
|
|
|
|
|
|
- clean spec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.4-2
|
|
|
|
|
|
|
|
- rebuild for x264 (rf#5071)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.4-1
|
|
|
|
|
|
|
|
- 1.14.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 04 2018 Sérgio Basto <sergio@serjux.com> - 1.14.3-2
|
|
|
|
|
|
|
|
- Mass rebuild for x264 and/or x265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 18 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.14.3-1
|
|
|
|
|
|
|
|
- 1.14.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.2-1
|
|
|
|
|
|
|
|
- 1.14.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.14.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
|
|
|
|
- BR: s/mpeg2dec-devel/libmpeg2-devel/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-1
|
|
|
|
* Fri Sep 06 2019 Xavier Bachelot <xavier@bachelot.org> - 1.14.0-1.1
|
|
|
|
- 1.14.1
|
|
|
|
- Backport changes from master.
|
|
|
|
|
|
|
|
- Add BuildRequires: python3.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.0-1
|
|
|
|
* Fri Mar 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.0-1
|
|
|
|
- 1.14.0
|
|
|
|
- 1.14.0
|
|
|
|