|
|
|
@ -1,23 +1,21 @@
|
|
|
|
|
%global majorminor 1.0
|
|
|
|
|
|
|
|
|
|
# Only build extras on fedora
|
|
|
|
|
# Only build extras on Fedora
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%bcond_without extras
|
|
|
|
|
%bcond_without nasm
|
|
|
|
|
%bcond_without qt
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with extras
|
|
|
|
|
%bcond_with nasm
|
|
|
|
|
%bcond_with qt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%bcond_without qt
|
|
|
|
|
|
|
|
|
|
#global gitrel 140
|
|
|
|
|
#global gitcommit 9865730cfa5b3a8b2560d082e7e56b350042d3d2
|
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
|
|
|
|
|
Name: gstreamer1-plugins-good
|
|
|
|
|
Version: 1.22.1
|
|
|
|
|
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
|
|
|
|
Version: 1.16.1
|
|
|
|
|
Release: 5%{?gitcommit:.git%{shortcommit}}%{?dist}
|
|
|
|
|
Summary: GStreamer plugins with good code and licensing
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -31,21 +29,16 @@ Source0: gst-plugins-good-%{version}.tar.xz
|
|
|
|
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
Source1: gstreamer-good.appdata.xml
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-flacparse-Avoid-integer-overflow-in-available-data-c.patch
|
|
|
|
|
Patch1: 0002-qtdemux-Avoid-integer-overflow-when-parsing-Theora-e.patch
|
|
|
|
|
Patch2: 0003-gdkpixbufdec-Check-if-initializing-the-video-info-ac.patch
|
|
|
|
|
Patch3: 0004-matroskademux-Only-unmap-GstMapInfo-in-WavPack-heade.patch
|
|
|
|
|
Patch4: 0005-matroskademux-Fix-off-by-one-when-parsing-multi-chan.patch
|
|
|
|
|
Patch5: 0006-qtdemux-Fix-integer-overflow-when-allocating-the-sam.patch
|
|
|
|
|
Patch6: 0007-qtdemux-Make-sure-only-an-even-number-of-bytes-is-pr.patch
|
|
|
|
|
Patch0: 0001-matroskademux-Fix-extraction-of-multichannel-WavPack.patch
|
|
|
|
|
Patch1: 0002-matroskademux-Initialize-track-context-out-parameter.patch
|
|
|
|
|
Patch2: 0003-flacparse-Avoid-integer-overflow-in-available-data-c.patch
|
|
|
|
|
Patch3: 0004-qtdemux-Avoid-integer-overflow-when-parsing-Theora-e.patch
|
|
|
|
|
Patch4: 0005-gdkpixbufdec-Check-if-initializing-the-video-info-ac.patch
|
|
|
|
|
Patch5: 0006-matroskademux-Only-unmap-GstMapInfo-in-WavPack-heade.patch
|
|
|
|
|
Patch6: 0007-matroskademux-Fix-off-by-one-when-parsing-multi-chan.patch
|
|
|
|
|
Patch7: 0008-qtdemux-Fix-integer-overflow-when-allocating-the-sam.patch
|
|
|
|
|
Patch8: 0009-qtdemux-Make-sure-only-an-even-number-of-bytes-is-pr.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.48.0
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
@ -78,26 +71,32 @@ BuildRequires: mesa-libEGL-devel
|
|
|
|
|
BuildRequires: lame-devel
|
|
|
|
|
BuildRequires: mpg123-devel
|
|
|
|
|
BuildRequires: twolame-devel
|
|
|
|
|
%if %{with nasm}
|
|
|
|
|
BuildRequires: nasm
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libgudev-devel
|
|
|
|
|
|
|
|
|
|
# extras
|
|
|
|
|
%if %{with extras}
|
|
|
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
BuildRequires: libavc1394-devel
|
|
|
|
|
BuildRequires: libdv-devel
|
|
|
|
|
BuildRequires: libiec61883-devel
|
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# extras
|
|
|
|
|
%if %{with extras}
|
|
|
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# documentation
|
|
|
|
|
%if ! 0%{?flatpak}
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
|
|
# Obsoletes/Provides moved from plugins-bad-free
|
|
|
|
|
Obsoletes: gstreamer1-plugin-mpg123 < 1.13.1
|
|
|
|
|
Provides: gstreamer1-plugin-mpg123 = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
# mpg123, lame, twolame were moved -> conflict old package version
|
|
|
|
|
Conflicts: gstreamer1-plugins-ugly-free < 1.13.1
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GStreamer is a streaming media framework, based on graphs of filters which
|
|
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
@ -150,6 +149,7 @@ good quality and under the LGPL license.
|
|
|
|
|
This package (%{name}-qt) contains the qtsink output plugin.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with extras}
|
|
|
|
|
%package extras
|
|
|
|
|
Summary: Extra GStreamer plugins with good code and licensing
|
|
|
|
@ -171,56 +171,101 @@ to be installed.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n gst-plugins-good-%{version}
|
|
|
|
|
%patch0 -p3
|
|
|
|
|
%patch1 -p3
|
|
|
|
|
%patch2 -p3
|
|
|
|
|
%patch3 -p3
|
|
|
|
|
%patch4 -p3
|
|
|
|
|
%patch5 -p3
|
|
|
|
|
%patch6 -p3
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
%patch5 -p1
|
|
|
|
|
%patch6 -p1
|
|
|
|
|
%patch7 -p1
|
|
|
|
|
%patch8 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson \
|
|
|
|
|
-D package-name='Fedora GStreamer-plugins-good package' \
|
|
|
|
|
-D package-origin='http://download.fedoraproject.org' \
|
|
|
|
|
-D doc=disabled \
|
|
|
|
|
-D asm=%{?with_nasm:enabled}%{!?with_nasm:disabled} \
|
|
|
|
|
-D doc=disabled \
|
|
|
|
|
-D orc=enabled \
|
|
|
|
|
-D monoscope=disabled \
|
|
|
|
|
-D aalib=disabled \
|
|
|
|
|
-D libcaca=disabled \
|
|
|
|
|
-D rpicamsrc=disabled \
|
|
|
|
|
-D jack=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
-D dv=disabled -D dv1394=disabled \
|
|
|
|
|
%else
|
|
|
|
|
-D dv=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
|
|
|
|
-D dv1394=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
|
|
|
|
%configure --disable-silent-rules --disable-fatal-warnings \
|
|
|
|
|
--with-package-name='Fedora GStreamer-plugins-good package' \
|
|
|
|
|
--with-package-origin='http://download.fedoraproject.org' \
|
|
|
|
|
--enable-experimental \
|
|
|
|
|
%if ! 0%{?flatpak}
|
|
|
|
|
--enable-gtk-doc \
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?_module_build} && "%{_module_name}" == "flatpak-runtime"
|
|
|
|
|
-D v4l2-gudev=disabled \
|
|
|
|
|
--enable-orc \
|
|
|
|
|
--disable-monoscope \
|
|
|
|
|
--disable-aalib \
|
|
|
|
|
--disable-libcaca \
|
|
|
|
|
%if %{with extras}
|
|
|
|
|
--enable-jack \
|
|
|
|
|
%else
|
|
|
|
|
--disable-jack \
|
|
|
|
|
%endif
|
|
|
|
|
-D qt6=disabled
|
|
|
|
|
--with-default-visualizer=autoaudiosink
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
install -p -D %{SOURCE1} %{buildroot}%{_metainfodir}/gstreamer-good.appdata.xml
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
# 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-good.appdata.xml <<EOF
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
|
|
|
|
|
<component type="codec">
|
|
|
|
|
<id>gstreamer-good</id>
|
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
|
|
|
<name>GStreamer Multimedia Codecs</name>
|
|
|
|
|
<summary>Multimedia playback for APE, AVI, DV, FLAC, FLX, Flash, MKV, MP4, Speex, VP8, VP9 and WAV</summary>
|
|
|
|
|
<description>
|
|
|
|
|
<p>
|
|
|
|
|
This addon includes several good quality codecs that are well tested.
|
|
|
|
|
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>APE</keyword>
|
|
|
|
|
<keyword>AVI</keyword>
|
|
|
|
|
<keyword>DV</keyword>
|
|
|
|
|
<keyword>FLAC</keyword>
|
|
|
|
|
<keyword>FLX</keyword>
|
|
|
|
|
<keyword>Flash</keyword>
|
|
|
|
|
<keyword>MKV</keyword>
|
|
|
|
|
<keyword>MP4</keyword>
|
|
|
|
|
<keyword>Speex</keyword>
|
|
|
|
|
<keyword>VP8</keyword>
|
|
|
|
|
<keyword>VP9</keyword>
|
|
|
|
|
<keyword>WAV</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="donation">http://www.gnome.org/friends/</url>
|
|
|
|
|
<url type="help">http://gstreamer.freedesktop.org/documentation/</url>
|
|
|
|
|
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
|
|
|
|
</component>
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
%find_lang gst-plugins-good-%{majorminor}
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f gst-plugins-good-%{majorminor}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
|
|
|
|
%{_metainfodir}/gstreamer-good.appdata.xml
|
|
|
|
|
%if 0
|
|
|
|
|
%doc AUTHORS README REQUIREMENTS
|
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# presets
|
|
|
|
|
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
|
|
|
@ -230,7 +275,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstQTMux.prs
|
|
|
|
|
|
|
|
|
|
# non-core plugins without external dependencies
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadaptivedemux2.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
|
|
|
|
@ -276,7 +320,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
|
|
|
|
|
|
|
|
|
|
# gstreamer-plugins with external dependencies but in the main package
|
|
|
|
@ -299,162 +342,60 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files gtk
|
|
|
|
|
# Plugins with external dependencies
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
|
|
|
|
|
|
|
|
|
|
%if %{with qt}
|
|
|
|
|
%files qt
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstqmlgl.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with extras}
|
|
|
|
|
%files extras
|
|
|
|
|
# Plugins with external dependencies
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 16 2024 Wim Taymans <wtaymans@redhat.com> - 1.22.1-3
|
|
|
|
|
* Mon Dec 16 2024 Wim Taymans <wtaymans@redhat.com> - 1.16.1-5
|
|
|
|
|
- CVE-2024-47537, CVE-2024-47539, CVE-2024-47540, CVE-2024-47606,
|
|
|
|
|
CVE-2024-47613
|
|
|
|
|
Resolves: RHEL-70954, RHEL-70967, RHEL-70941, RHEL-71027,
|
|
|
|
|
Resolves: RHEL-71003
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Wim Taymans <wtaymans@redhat.com> - 1.22.1-2
|
|
|
|
|
- CVE-2023-37327: integer overflow leading to heap overwrite in FLAC
|
|
|
|
|
image tag handling
|
|
|
|
|
- Resolves: RHEL-19471
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
|
|
|
|
- Update to 1.22.1
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Wim Taymans <wtaymans@redhat.com> - 1.18.4-6
|
|
|
|
|
- Fixes for CVE-2022-1920, CVE-2022-1921, CVE-2022-1922, CVE-2022-1923,
|
|
|
|
|
CVE-2022-1924, CVE-2022-1925, CVE-2022-2122
|
|
|
|
|
Resolves: rhbz#2131034, rhbz#2131039, rhbz#2131045, rhbz#2131049,
|
|
|
|
|
rhbz#2131054, rhbz#2131060, rhbz#2131064
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
* Fri May 14 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-3
|
|
|
|
|
- Move libdv and friends to extras
|
|
|
|
|
- Resolves: rhbz#1960634
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
|
|
|
|
- use only nasm on fedora
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
|
|
|
|
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
|
|
|
|
|
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 1.18.0-2
|
|
|
|
|
- Fix bogus use of volatile diagnosed by gcc-11
|
|
|
|
|
|
|
|
|
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
Resolves: RHEL-70949, RHEL-70962, RHEL-70936, RHEL-71022
|
|
|
|
|
Resolves: RHEL-70998
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
|
|
|
|
- Update to 1.17.90
|
|
|
|
|
- disable rpicamsrc
|
|
|
|
|
* Wed Jan 17 2024 Wim Taymans <wtaymans@redhat.com> - 1.16.1-4
|
|
|
|
|
- CVE-2023-37327: integer overflow leading to heap overwrite in
|
|
|
|
|
FLAC image tag handling
|
|
|
|
|
- Resolves: RHEL-19469
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Thu Jul 14 2022 Wim Taymans <wtaymans@redhat.com> - 1.16.1-3
|
|
|
|
|
- Add patches for matroskademux. CVE-2021-3497
|
|
|
|
|
- Resolves: rhbz#1948942
|
|
|
|
|
|
|
|
|
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
|
|
|
|
- Update to 1.17.2
|
|
|
|
|
* Wed Dec 9 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
|
|
|
|
|
- Suppress documentation in Flatpak builds
|
|
|
|
|
- Resolves: rhbz#1895938
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
|
- Update to 1.17.1
|
|
|
|
|
- disable dv and 1394 on s390
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
|
|
|
|
- Update to 1.16.2
|
|
|
|
|
|
|
|
|
|
* Fri Sep 27 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
|
|
|
|
|
- Enable cairo plugins. (rhbz#1737254)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
|
* Thu Nov 14 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
- enable cairo plugins
|
|
|
|
|
- Resolves: rhbz#1756299
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
|
|
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-3
|
|
|
|
|
- -qt: fix Supplements
|
|
|
|
|
|
|
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
|
|
|
|
|
- -qt subpkg
|
|
|
|
|
|
|
|
|
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
|
|
|
|
|
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 1.15.1-3
|
|
|
|
|
- rebuilt (libvpx)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
|
|
|
|
- Update to 1.15.1
|
|
|
|
|
|
|
|
|
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
|
|
|
|
- Update to 1.14.4
|
|
|
|
|
|
|
|
|
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
|
|
|
|
- Update to 1.14.3
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
|
|
|
|
- Update to 1.14.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-5
|
|
|
|
|
- Add c++ buildrequires
|
|
|
|
|
- Only build extras on fedora
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
|
|
|
|
- Rebuild to correct Provides (#1581325)
|
|
|
|
|
- Remove check line that was added for testing
|
|
|
|
|
|
|
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
|
- use %%make_build %%make_install %%_metainfodir
|
|
|
|
|
- %%build: --disable-qt (for now)
|
|
|
|
|
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-4
|
|
|
|
|
- Only build extras on Fedora
|
|
|
|
|
|
|
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
|
- Update to 1.14.1
|
|
|
|
|
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-3
|
|
|
|
|
- Conflict old package after move of mp3 plugins (#1578420)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.14.0-2
|
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
* Fri Jun 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.14.0-2
|
|
|
|
|
- Use Python 3 for docs generation
|
|
|
|
|
|
|
|
|
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
|
|
|
|
- Update to 1.14.0
|
|
|
|
|