2017-05-11 13:49:41 +00:00
|
|
|
%global majorminor 1.0
|
|
|
|
|
|
|
|
#global gitrel 140
|
|
|
|
#global gitcommit 4ca3a22b6b33ad8be4383063e76f79c4d346535d
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
|
|
|
Name: gstreamer1-plugins-ugly-free
|
2022-07-18 14:09:49 +00:00
|
|
|
Version: 1.20.3
|
2022-02-04 14:39:00 +00:00
|
|
|
Release: 1%{?dist}
|
2017-05-11 13:49:41 +00:00
|
|
|
Summary: GStreamer streaming media framework "ugly" plugins
|
|
|
|
|
|
|
|
License: LGPLv2+ and LGPLv2
|
|
|
|
URL: http://gstreamer.freedesktop.org/
|
|
|
|
%if 0%{?gitrel}
|
|
|
|
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly
|
|
|
|
# cd gst-plugins-ugly; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
|
|
|
# modified with gst-p-ugly-cleanup.sh from SOURCE1
|
|
|
|
%else
|
|
|
|
# The source is:
|
|
|
|
# http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
|
|
|
|
# modified with gst-p-ugly-cleanup.sh from SOURCE1
|
|
|
|
%endif
|
|
|
|
Source0: gst-plugins-ugly-free-%{version}.tar.xz
|
|
|
|
Source1: gst-p-ugly-cleanup.sh
|
|
|
|
|
2020-06-22 15:47:08 +00:00
|
|
|
BuildRequires: meson >= 0.48.0
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
2017-05-11 13:49:41 +00:00
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: check
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
|
|
|
BuildRequires: liba52-devel
|
|
|
|
BuildRequires: libcdio-devel
|
|
|
|
BuildRequires: libdvdread-devel
|
2019-05-13 16:35:59 +00:00
|
|
|
BuildRequires: libmpeg2-devel
|
2017-05-11 13:49:41 +00:00
|
|
|
|
2019-05-20 11:58:20 +00:00
|
|
|
# when mpeg2dec was moved here from -ugly
|
|
|
|
Conflicts: gstreamer1-plugins-ugly < 1.16.0-2
|
|
|
|
|
2017-05-11 13:49:41 +00:00
|
|
|
%description
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
This package contains plug-ins whose license is not fully compatible with LGPL.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the GStreamer media framework "ugly" plug-ins
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: gstreamer1-plugins-base-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
This package contains the development files for the plug-ins whose license
|
|
|
|
is not fully compatible with LGPL.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n gst-plugins-ugly-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# libsidplay was removed as obsolete, not forbidden
|
2020-06-22 15:47:08 +00:00
|
|
|
%meson \
|
|
|
|
-D package-name="Fedora GStreamer-plugins-ugly package" \
|
|
|
|
-D package-origin="http://download.fedoraproject.org" \
|
|
|
|
-D doc=disabled \
|
|
|
|
-D amrnb=disabled -D amrwbdec=disabled -D sidplay=disabled \
|
|
|
|
-D x264=disabled -D asfdemux=disabled -D dvdlpcmdec=disabled \
|
2021-11-11 17:10:40 +00:00
|
|
|
-D dvdsub=disabled -D realmedia=disabled -D gpl=enabled
|
2017-05-11 13:49:41 +00:00
|
|
|
|
2020-06-22 15:47:08 +00:00
|
|
|
%meson_build
|
2017-05-11 13:49:41 +00:00
|
|
|
|
|
|
|
%install
|
2020-06-22 15:47:08 +00:00
|
|
|
%meson_install
|
2017-05-11 13:49:41 +00:00
|
|
|
|
|
|
|
# Register as an AppStream component to be visible in the software center
|
|
|
|
#
|
|
|
|
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
|
|
|
# project, translated and installed into the right place during `make install`.
|
|
|
|
#
|
|
|
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
|
|
|
#
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
|
|
|
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-ugly-free.appdata.xml <<EOF
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
|
|
|
|
<component type="codec">
|
|
|
|
<id>gstreamer-ugly-free</id>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
|
|
<name>GStreamer Multimedia Codecs - Extra</name>
|
|
|
|
<summary>Multimedia playback for CD, DVD, and MP3</summary>
|
|
|
|
<description>
|
|
|
|
<p>
|
|
|
|
This addon includes several additional codecs that have good quality and
|
|
|
|
correct functionality, but whose license is not fully compatible with LGPL.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
These codecs can be used to encode and decode media files where the
|
|
|
|
format is not patent encumbered.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
A codec decodes audio and video for for playback or editing and is also
|
|
|
|
used for transmission or storage.
|
|
|
|
Different codecs are used in video-conferencing, streaming media and
|
|
|
|
video editing applications.
|
|
|
|
</p>
|
|
|
|
</description>
|
|
|
|
<keywords>
|
|
|
|
<keyword>CD</keyword>
|
|
|
|
<keyword>DVD</keyword>
|
|
|
|
<keyword>MP3</keyword>
|
|
|
|
</keywords>
|
|
|
|
<url type="homepage">http://gstreamer.freedesktop.org/</url>
|
|
|
|
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
|
|
|
|
<url type="help">http://gstreamer.freedesktop.org/documentation/</url>
|
|
|
|
<url type="donation">http://www.gnome.org/friends/</url>
|
|
|
|
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
|
|
|
</component>
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%find_lang gst-plugins-ugly-%{majorminor}
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%files -f gst-plugins-ugly-%{majorminor}.lang
|
|
|
|
%license COPYING
|
2022-07-18 14:09:49 +00:00
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
2017-05-11 13:49:41 +00:00
|
|
|
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
|
|
|
|
# Plugins without external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so
|
|
|
|
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
|
2019-05-13 16:35:59 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
|
2017-05-11 13:49:41 +00:00
|
|
|
|
2020-06-22 15:47:08 +00:00
|
|
|
%if 0
|
2017-05-11 13:49:41 +00:00
|
|
|
%files devel
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{majorminor}
|
2020-06-22 15:47:08 +00:00
|
|
|
%endif
|
2017-05-11 13:49:41 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-07-18 14:09:49 +00:00
|
|
|
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
|
|
|
|
- Update to 1.20.3
|
|
|
|
|
2022-02-04 14:39:00 +00:00
|
|
|
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
|
|
|
|
- Update to 1.20.0
|
|
|
|
|
2022-01-20 11:55:25 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-11-11 17:10:40 +00:00
|
|
|
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
|
|
|
|
- Update to 1.19.3
|
|
|
|
|
2021-09-23 08:37:22 +00:00
|
|
|
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
|
|
|
- Update to 1.19.2
|
|
|
|
|
2021-07-22 07:14:07 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 08:03:49 +00:00
|
|
|
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
|
|
|
- Update to 1.19.1
|
|
|
|
|
2021-03-16 10:46:30 +00:00
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
2021-01-26 13:06:07 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-10 11:07:11 +00:00
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
2020-10-30 14:19:36 +00:00
|
|
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
2020-10-17 19:31:11 +00:00
|
|
|
* Sat Oct 17 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.18.0-2
|
|
|
|
- rebuild for libdvdread-6.1 ABI bump
|
|
|
|
|
2020-09-08 10:18:29 +00:00
|
|
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
2020-08-21 13:50:10 +00:00
|
|
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
|
|
|
- Update to 1.17.90
|
|
|
|
|
2020-07-28 00:29:59 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-06 12:25:07 +00:00
|
|
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
|
|
|
- Update to 1.17.2
|
|
|
|
|
2020-06-22 15:47:08 +00:00
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
- Update to 1.17.1
|
|
|
|
|
2020-04-07 13:02:45 +00:00
|
|
|
* Mon Mar 30 2020 Adrian Reber <adrian@lisas.de> - 1.16.2-3
|
|
|
|
- Rebuilt for new libcdio (2.1.0)
|
|
|
|
|
2020-01-29 03:44:46 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-03 08:18:09 +00:00
|
|
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
|
|
|
- Update to 1.16.2
|
|
|
|
|
2019-11-15 12:34:41 +00:00
|
|
|
* Fri Nov 15 2019 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 1.16.1-2
|
|
|
|
- rebuild for libdvdread ABI bump
|
|
|
|
|
2019-09-24 14:14:19 +00:00
|
|
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
2019-07-25 07:56:59 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-20 11:58:20 +00:00
|
|
|
* Mon May 20 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.16.0-3
|
|
|
|
- Conflicts: gstreamer1-plugins-ugly < 1.16.0-2
|
|
|
|
|
2019-05-13 16:35:59 +00:00
|
|
|
* Mon May 13 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 1.16.0-2
|
|
|
|
- Enable mpeg2dec plugin (#1709470)
|
|
|
|
|
2019-04-23 11:37:49 +00:00
|
|
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
2019-03-11 08:32:52 +00:00
|
|
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
2019-02-01 01:45:54 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-28 11:35:32 +00:00
|
|
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
|
|
|
- Update to 1.15.1
|
|
|
|
|
2018-10-03 10:09:54 +00:00
|
|
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
|
|
|
- Update to 1.14.4
|
|
|
|
|
2018-09-18 10:41:13 +00:00
|
|
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
|
|
|
- Update to 1.14.3
|
|
|
|
|
2018-07-24 07:08:40 +00:00
|
|
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
|
|
|
- Update to 1.14.2
|
|
|
|
|
2018-07-13 04:38:44 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-25 10:58:49 +00:00
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
|
|
|
- rebuild (#1581325) to update Provides
|
|
|
|
|
2018-05-22 18:18:52 +00:00
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
- rebuild (file)
|
|
|
|
|
2018-05-21 09:20:54 +00:00
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
- Update to 1.14.1
|
|
|
|
|
2018-03-21 08:09:29 +00:00
|
|
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.14.0
|
|
|
|
|
2018-03-15 11:13:09 +00:00
|
|
|
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
|
|
|
|
- Update to 1.13.91
|
|
|
|
|
2018-03-05 12:04:55 +00:00
|
|
|
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
|
|
|
|
- Update to 1.13.90
|
|
|
|
|
2018-02-27 15:37:00 +00:00
|
|
|
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
|
|
|
|
- drop Obsoletes/Provides: -mpg123 (moved to -good)
|
|
|
|
|
2018-02-27 08:38:26 +00:00
|
|
|
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
|
|
|
|
- Update to 1.13.1
|
|
|
|
- mp3 plugins moved to -good
|
|
|
|
|
2018-02-07 15:39:20 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-25 09:42:07 +00:00
|
|
|
* Thu Jan 25 2018 Adrian Reber <adrian@lisas.de> - 1.12.4-3
|
|
|
|
- Rebuilt for new libcdio (2.0.0)
|
|
|
|
|
2018-01-14 21:50:50 +00:00
|
|
|
* Sun Jan 14 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.4-2
|
|
|
|
- Enable twolame plugin (#1534289)
|
|
|
|
|
2017-12-11 10:57:00 +00:00
|
|
|
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
|
|
|
|
- Update to 1.12.4
|
2017-12-11 11:09:31 +00:00
|
|
|
- Add autoconf and friends to BuildRequires
|
2017-12-11 10:57:00 +00:00
|
|
|
|
2017-09-19 13:08:11 +00:00
|
|
|
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
|
|
|
|
- Update to 1.12.3
|
|
|
|
|
2017-08-02 23:09:31 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 12:12:40 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-17 09:58:09 +00:00
|
|
|
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
|
|
|
|
- Update to 1.12.2
|
|
|
|
|
2017-06-20 17:03:11 +00:00
|
|
|
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
|
|
|
|
- Update to 1.12.1
|
|
|
|
|
2017-05-11 22:39:50 +00:00
|
|
|
* Thu May 11 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.0-3
|
|
|
|
- Enable LAME plugin (#1450108)
|
|
|
|
|
2017-05-11 14:04:36 +00:00
|
|
|
* Thu May 11 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.0-2
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2017-05-11 13:49:41 +00:00
|
|
|
* Thu May 11 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 1.10.4-2
|
|
|
|
- Initial Fedora spec file
|