Compare commits

..

46 Commits
el8 ... el9

Author SHA1 Message Date
Nicolas Chauvet c5e5ac93e6 Fixup gpl enabled
1 year ago
Nicolas Chauvet c37fdfd2d0 Merge commit 'fda08ca98ea8f4e316a079b0eb8a35289dedcde7' into el9
1 year ago
Vitaly Zaitsev fda08ca98e
Updated to version 1.22.1.
2 years ago
Leigh Scott 17bb12ecd1 fix
2 years ago
Leigh Scott e5004ba5be Fix rfbz#6605
2 years ago
Leigh Scott 3448be72e1 fix
2 years ago
Leigh Scott e72ea385c4 Update gstreamer1-plugins-ugly to 1.22.0
2 years ago
Vitaly Zaitsev 0f6f4e9cf9
Uploaded missing sources.
2 years ago
Vitaly Zaitsev 9759195800
Updated to version 1.20.5.
2 years ago
Leigh Scott ab031e998e Updated to version 1.20.4
2 years ago
Sérgio M. Basto d36f6d6637 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
2 years ago
Vitaly Zaitsev 0f0367e8d0
Updated to version 1.20.3.
3 years ago
Leigh Scott b351d27c30 Revert "Update"
3 years ago
Leigh Scott 50e841eab3 Revert "Add epoch"
3 years ago
Leigh Scott bd74355ef7 Revert "Mass rebuild for x264-0.163"
3 years ago
Leigh Scott 4a90e18b14 Revert "- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild"
3 years ago
Leigh Scott b7251011eb Revert "gstreamer1.prov is broken and hangs the build, workarround it"
3 years ago
Leigh Scott e72c865a84 Revert "Update gstreamer1-plugins-ugly to 1.19.2"
3 years ago
Leigh Scott 3db77819a7 Revert "Update gstreamer1-plugins-ugly to 1.19.3"
3 years ago
Leigh Scott a409b4310f Revert "Update gstreamer1-plugins-ugly to 1.20.0"
3 years ago
Sérgio M. Basto 91a28c4996 Mass rebuild for x264-0.164
3 years ago
Sérgio M. Basto 5ca6238466 Update gstreamer1-plugins-ugly to 1.20.0
3 years ago
Sérgio M. Basto cf7b03906a Update gstreamer1-plugins-ugly to 1.19.3
3 years ago
Sérgio M. Basto 5f018fce32 Update gstreamer1-plugins-ugly to 1.19.2
3 years ago
Sérgio M. Basto 13eb93de9c gstreamer1.prov is broken and hangs the build, workarround it
3 years ago
Leigh Scott 4a5c669a6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4 years ago
Sérgio M. Basto 7c6cb5e5d5 Mass rebuild for x264-0.163
4 years ago
Leigh Scott de1ca05558 Add epoch
4 years ago
Leigh Scott 215b9b57b2 Update
4 years ago
Leigh Scott 7ae4f62bcf 1.18.4
4 years ago
Leigh Scott 35838da490 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4 years ago
Leigh Scott c237da5891 Upload source
4 years ago
Leigh Scott 381b1db3bb 1.18.2
4 years ago
Sérgio M. Basto 9721b467d6 Mass rebuild for x264-0.161
4 years ago
Leigh Scott a4b1561e92 1.18.1
4 years ago
Leigh Scott 42062f78db 1.18.0
4 years ago
Leigh Scott fda55b21ad 1.17.90
4 years ago
Leigh Scott 23feb80f9a - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years ago
Leigh Scott 11e1300103 1.17.2
5 years ago
Sérgio M. Basto 473ad6fdfc Mass rebuild for x264
5 years ago
Leigh Scott 904b458ba1 1.17.1
5 years ago
Leigh Scott 1ad95ea2b4 Rebuilt for i686
5 years ago
leigh123linux f104bbac9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago
leigh123linux 5ae297cd5f 1.16.2
5 years ago
Leigh Scott 21dfdb55d6 Mass rebuild for x264
5 years ago
Leigh Scott 6db9b9bcac 1.16.1
5 years ago

@ -2,7 +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.1 Epoch: 1
Version: 1.22.1
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://gstreamer.freedesktop.org/ URL: https://gstreamer.freedesktop.org/
@ -11,13 +12,10 @@ Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version} BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version} BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0 BuildRequires: libid3tag-devel >= 0.15.0
BuildRequires: libmpeg2-devel >= 0.4.0 BuildRequires: meson
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: 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
@ -36,40 +34,32 @@ 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}
%build %build
%configure \ %meson \
--disable-silent-rules --disable-fatal-warnings \ -D package-name='gst-plugins-ugly 1.0 rpmfusion rpm' \
--with-package-name="gst-plugins-ugly 1.0 rpmfusion rpm" \ -D package-origin='http://rpmfusion.org/' \
--with-package-origin="http://rpmfusion.org/" \ -D amrnb=disabled \
--disable-static \ -D amrwbdec=disabled \
--enable-debug \ -D doc=disabled \
--disable-gtk-doc \ -D cdio=disabled \
--disable-mpg123 \ -D dvdread=disabled \
--disable-cdio \ -D a52dec=disabled \
--disable-dvdread \ -D sidplay=disabled \
--disable-a52dec \ -D mpeg2dec=disabled \
--disable-xingmux \ -D gpl=enabled \
--disable-lame \ -D nls=disabled
--disable-twolame
%meson_build
%make_build V=1
%install %install
%make_install V=1 %meson_install
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/*
%files %files
%doc AUTHORS README REQUIREMENTS %doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
%license COPYING %license COPYING
%{_datadir}/gstreamer-1.0 %{_datadir}/gstreamer-1.0
# Plugins without external dependencies # Plugins without external dependencies
@ -78,19 +68,148 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%{_libdir}/gstreamer-1.0/libgstdvdsub.so %{_libdir}/gstreamer-1.0/libgstdvdsub.so
%{_libdir}/gstreamer-1.0/libgstrealmedia.so %{_libdir}/gstreamer-1.0/libgstrealmedia.so
# Plugins with external dependencies # 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 %{_libdir}/gstreamer-1.0/libgstx264.so
%changelog %changelog
* Fri May 08 2020 Xavier Bachelot <xavier@bachelot.org> - 1.16.1-1 * Wed Mar 29 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 1:1.22.1-1
- Update to 1.16.1 to match EL8.2 - 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
* 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 * Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-1
- Backport changes from master. - 1.14.1
- 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

@ -1 +1 @@
SHA512 (gst-plugins-ugly-1.16.1.tar.xz) = 43a5c5b29dcd0968ccf7049c0d866510ca42f72bc0882c5e2b36ee6feb7074fdb32d858c284f8a650e28c47ef20f03fb376e0da1a0c01650ee4453068502700f SHA512 (gst-plugins-ugly-1.22.1.tar.xz) = 242f9284c1fe9d78c81b5b90be3f776938b805b78aa26dfd55f6a1d07bbb48c75f9d8b6c9542522607bdca9d5728e6d5dea57b217b7dc82dbdbc38c3fcf61ec4

Loading…
Cancel
Save