|
|
|
@ -2,7 +2,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
|
|
|
|
|
Name: gstreamer1-plugins-ugly
|
|
|
|
|
Version: 1.16.1
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.22.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://gstreamer.freedesktop.org/
|
|
|
|
@ -11,13 +12,10 @@ Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: libid3tag-devel >= 0.15.0
|
|
|
|
|
BuildRequires: libmpeg2-devel >= 0.4.0
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: orc-devel >= 0.4.5
|
|
|
|
|
BuildRequires: x264-devel >= 0.0.0-0.28
|
|
|
|
|
BuildRequires: opencore-amr-devel
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
|
|
|
|
|
# Provides locale files
|
|
|
|
|
# relax dep to >= to make fedora/rpmfusion upgrades easier
|
|
|
|
@ -36,40 +34,32 @@ gstreamer-plugins-good because:
|
|
|
|
|
- the license of the library is not LGPL
|
|
|
|
|
- there are possible licensing issues with the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{src_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-silent-rules --disable-fatal-warnings \
|
|
|
|
|
--with-package-name="gst-plugins-ugly 1.0 rpmfusion rpm" \
|
|
|
|
|
--with-package-origin="http://rpmfusion.org/" \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-debug \
|
|
|
|
|
--disable-gtk-doc \
|
|
|
|
|
--disable-mpg123 \
|
|
|
|
|
--disable-cdio \
|
|
|
|
|
--disable-dvdread \
|
|
|
|
|
--disable-a52dec \
|
|
|
|
|
--disable-xingmux \
|
|
|
|
|
--disable-lame \
|
|
|
|
|
--disable-twolame
|
|
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
%meson \
|
|
|
|
|
-D package-name='gst-plugins-ugly 1.0 rpmfusion rpm' \
|
|
|
|
|
-D package-origin='http://rpmfusion.org/' \
|
|
|
|
|
-D amrnb=disabled \
|
|
|
|
|
-D amrwbdec=disabled \
|
|
|
|
|
-D doc=disabled \
|
|
|
|
|
-D cdio=disabled \
|
|
|
|
|
-D dvdread=disabled \
|
|
|
|
|
-D a52dec=disabled \
|
|
|
|
|
-D sidplay=disabled \
|
|
|
|
|
-D mpeg2dec=disabled \
|
|
|
|
|
-D gpl=enabled \
|
|
|
|
|
-D nls=disabled
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install V=1
|
|
|
|
|
|
|
|
|
|
rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/locale/
|
|
|
|
|
rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
|
|
|
|
|
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS README REQUIREMENTS
|
|
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_datadir}/gstreamer-1.0
|
|
|
|
|
# Plugins without external dependencies
|
|
|
|
@ -78,22 +68,148 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstdvdsub.so
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstrealmedia.so
|
|
|
|
|
# Plugins with external dependencies
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrnb.so
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
|
|
|
|
|
%{_libdir}/gstreamer-1.0/libgstx264.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 26 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.16.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
* Wed Mar 29 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 1:1.22.1-1
|
|
|
|
|
- Updated to version 1.22.1.
|
|
|
|
|
|
|
|
|
|
* Fri Mar 17 2023 Leigh Scott <leigh123linux@gmail.com> - 1:1.22.0-2
|
|
|
|
|
- Fix rfbz#6605
|
|
|
|
|
|
|
|
|
|
* Sun Feb 19 2023 Leigh Scott <leigh123linux@gmail.com> - 1:1.22.0-1
|
|
|
|
|
- Update gstreamer1-plugins-ugly to 1.22.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 1:1.20.5-1
|
|
|
|
|
- Updated to version 1.20.5.
|
|
|
|
|
|
|
|
|
|
* Sat Nov 12 2022 Leigh Scott <leigh123linux@gmail.com> - 1:1.20.4-1
|
|
|
|
|
- Updated to version 1.20.4
|
|
|
|
|
|
|
|
|
|
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1:1.20.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
|
|
|
|
5.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1:1.20.3-1
|
|
|
|
|
- Updated to version 1.20.3.
|
|
|
|
|
|
|
|
|
|
* Sun Jun 12 2022 Sérgio Basto <sergio@serjux.com> - 1:1.20.0-2
|
|
|
|
|
- Mass rebuild for x264-0.164
|
|
|
|
|
|
|
|
|
|
* Sun Feb 06 2022 Sérgio Basto <sergio@serjux.com> - 1:1.20.0-1
|
|
|
|
|
- Update gstreamer1-plugins-ugly to 1.20.0
|
|
|
|
|
|
|
|
|
|
* Mon Nov 15 2021 Sérgio Basto <sergio@serjux.com> - 1:1.19.3-1
|
|
|
|
|
- Update gstreamer1-plugins-ugly to 1.19.3
|
|
|
|
|
|
|
|
|
|
* Sat Oct 09 2021 Sérgio Basto <sergio@serjux.com> - 1:1.19.2-1
|
|
|
|
|
- Update gstreamer1-plugins-ugly to 1.19.2
|
|
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1:1.19.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
- gstreamer1.prov is broken and hangs the build, workarround it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 10 2021 Sérgio Basto <sergio@serjux.com> - 1:1.19.1-2
|
|
|
|
|
- Mass rebuild for x264-0.163
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Leigh Scott <leigh123linux@gmail.com> - 1.19.1-1
|
|
|
|
|
- Update
|
|
|
|
|
|
|
|
|
|
* Wed Mar 17 2021 Leigh Scott <leigh123linux@gmail.com> - 1.18.4-1
|
|
|
|
|
- 1.18.4
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.18.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Dec 13 2020 Leigh Scott <leigh123linux@gmail.com> - 1.18.2-1
|
|
|
|
|
- 1.18.2
|
|
|
|
|
|
|
|
|
|
* Fri Nov 27 2020 Sérgio Basto <sergio@serjux.com> - 1.18.1-2
|
|
|
|
|
- Mass rebuild for x264-0.161
|
|
|
|
|
|
|
|
|
|
* Sun Nov 1 2020 Leigh Scott <leigh123linux@gmail.com> - 1.18.1-1
|
|
|
|
|
- 1.18.1
|
|
|
|
|
|
|
|
|
|
* Wed Sep 9 2020 Leigh Scott <leigh123linux@gmail.com> - 1.18.0-1
|
|
|
|
|
- 1.18.0
|
|
|
|
|
|
|
|
|
|
* Sun Aug 23 2020 Leigh Scott <leigh123linux@gmail.com> - 1.17.90-1
|
|
|
|
|
- 1.17.90
|
|
|
|
|
|
|
|
|
|
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.17.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 08 2020 Leigh Scott <leigh123linux@gmail.com> - 1.17.2-1
|
|
|
|
|
- 1.17.2
|
|
|
|
|
|
|
|
|
|
* Tue Jul 07 2020 Sérgio Basto <sergio@serjux.com> - 1.17.1-2
|
|
|
|
|
- Mass rebuild for x264
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Leigh Scott <leigh123linux@gmail.com> - 1.17.1-1
|
|
|
|
|
- 1.17.1
|
|
|
|
|
|
|
|
|
|
* Thu Mar 12 2020 Leigh Scott <leigh123linux@gmail.com> - 1.16.2-3
|
|
|
|
|
- Rebuilt for i686
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.16.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 01 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.16.2-1
|
|
|
|
|
- 1.16.2
|
|
|
|
|
|
|
|
|
|
* Tue Dec 17 2019 Leigh Scott <leigh123linux@gmail.com> - 1.16.1-2
|
|
|
|
|
- Mass rebuild for x264
|
|
|
|
|
|
|
|
|
|
* Wed Sep 25 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.16.1-1
|
|
|
|
|
- 1.16.1
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.16.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Fri May 08 2020 Xavier Bachelot <xavier@bachelot.org> - 1.16.1-1
|
|
|
|
|
- Update to 1.16.1 to match EL8.2
|
|
|
|
|
* Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
|
- BR: s/mpeg2dec-devel/libmpeg2-devel/
|
|
|
|
|
|
|
|
|
|
* Fri Sep 06 2019 Xavier Bachelot <xavier@bachelot.org> - 1.14.0-1.1
|
|
|
|
|
- Backport changes from master.
|
|
|
|
|
- Add BuildRequires: python3.
|
|
|
|
|
* Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-1
|
|
|
|
|
- 1.14.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.0-1
|
|
|
|
|
- 1.14.0
|