bf8c64
%global         majorminor      1.0
bf8c64
bf8c64
# Only build extras on Fedora
bf8c64
%if 0%{?fedora}
bf8c64
%bcond_without extras
1fc829
%bcond_without qt
bf8c64
%else
bf8c64
%bcond_with extras
1fc829
%bcond_with qt
bf8c64
%endif
bf8c64
bf8c64
#global gitrel     140
bf8c64
#global gitcommit  9865730cfa5b3a8b2560d082e7e56b350042d3d2
bf8c64
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
bf8c64
bf8c64
Name:           gstreamer1-plugins-good
1fc829
Version:        1.16.1
ce4532
Release:        2%{?gitcommit:.git%{shortcommit}}%{?dist}
bf8c64
Summary:        GStreamer plugins with good code and licensing
bf8c64
bf8c64
License:        LGPLv2+
bf8c64
URL:            http://gstreamer.freedesktop.org/
bf8c64
bf8c64
%if 0%{?gitrel}
bf8c64
# git clone git://anogit.freedesktop.org/gstreamer/gst-plugins-good
bf8c64
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
bf8c64
Source0:        gst-plugins-good-%{version}.tar.xz
bf8c64
%else
bf8c64
Source0:        http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
bf8c64
%endif
bf8c64
1fc829
BuildRequires:  gcc
1fc829
BuildRequires:  gcc-c++
bf8c64
BuildRequires:  gstreamer1-devel >= %{version}
bf8c64
BuildRequires:  gstreamer1-plugins-base-devel >= %{version}
bf8c64
1fc829
BuildRequires:  cairo-devel >= 1.10.0
1fc829
BuildRequires:  cairo-gobject-devel >= 1.10.0
bf8c64
BuildRequires:  flac-devel >= 1.1.4
bf8c64
BuildRequires:  gdk-pixbuf2-devel
bf8c64
BuildRequires:  libjpeg-devel
bf8c64
BuildRequires:  libpng-devel >= 1.2.0
bf8c64
BuildRequires:  libshout-devel
bf8c64
BuildRequires:  libsoup-devel
bf8c64
BuildRequires:  libX11-devel
bf8c64
BuildRequires:  libXext-devel
bf8c64
BuildRequires:  libXdamage-devel
bf8c64
BuildRequires:  libXfixes-devel
bf8c64
BuildRequires:  orc-devel
bf8c64
BuildRequires:  pulseaudio-libs-devel
bf8c64
BuildRequires:  speex-devel
bf8c64
BuildRequires:  taglib-devel
bf8c64
BuildRequires:  wavpack-devel
bf8c64
BuildRequires:  libv4l-devel
bf8c64
BuildRequires:  libvpx-devel >= 1.1.0
bf8c64
BuildRequires:  gtk3-devel >= 3.4
bf8c64
BuildRequires:  mesa-libGL-devel
bf8c64
BuildRequires:  mesa-libGLES-devel
bf8c64
BuildRequires:  mesa-libGLU-devel
bf8c64
BuildRequires:  mesa-libEGL-devel
bf8c64
BuildRequires:  lame-devel
bf8c64
BuildRequires:  mpg123-devel
bf8c64
BuildRequires:  twolame-devel
bf8c64
bf8c64
%ifnarch s390 s390x
bf8c64
BuildRequires:  libavc1394-devel
bf8c64
BuildRequires:  libdv-devel
bf8c64
BuildRequires:  libiec61883-devel
bf8c64
BuildRequires:  libraw1394-devel
bf8c64
%endif
bf8c64
bf8c64
# extras
bf8c64
%if %{with extras}
bf8c64
BuildRequires:  jack-audio-connection-kit-devel
bf8c64
%endif
bf8c64
bf8c64
# documentation
ce4532
%if ! 0%{?flatpak}
bf8c64
BuildRequires:  gtk-doc
ce4532
%endif
bf8c64
BuildRequires:  python3-devel
bf8c64
bf8c64
# Obsoletes/Provides moved from plugins-bad-free
bf8c64
Obsoletes:      gstreamer1-plugin-mpg123 < 1.13.1
bf8c64
Provides:       gstreamer1-plugin-mpg123 = %{version}-%{release}
bf8c64
bf8c64
# mpg123, lame, twolame were moved -> conflict old package version
bf8c64
Conflicts:      gstreamer1-plugins-ugly-free < 1.13.1
bf8c64
bf8c64
%description
bf8c64
GStreamer is a streaming media framework, based on graphs of filters which
bf8c64
operate on media data. Applications using this library can do anything
bf8c64
from real-time sound processing to playing videos, and just about anything
bf8c64
else media-related.  Its plugin-based architecture means that new data
bf8c64
types or processing capabilities can be added simply by installing new
bf8c64
plugins.
bf8c64
bf8c64
GStreamer Good Plugins is a collection of well-supported plugins of
bf8c64
good quality and under the LGPL license.
bf8c64
bf8c64
bf8c64
%package gtk
bf8c64
Summary:         GStreamer "good" plugins gtk plugin
bf8c64
Requires:        %{name}%{?_isa} = %{version}-%{release}
bf8c64
# handle upgrade path
bf8c64
Obsoletes:       gstreamer1-plugins-bad-free-gtk < 1.13.1-2
bf8c64
Provides:        gstreamer1-plugins-bad-free-gtk = %{version}-%{release}
bf8c64
Provides:        gstreamer1-plugins-bad-free-gtk%{?_isa} = %{version}-%{release}
bf8c64
bf8c64
%description gtk
bf8c64
GStreamer is a streaming media framework, based on graphs of elements which
bf8c64
operate on media data.
bf8c64
bf8c64
GStreamer Good Plugins is a collection of well-supported plugins of
bf8c64
good quality and under the LGPL license.
bf8c64
bf8c64
This package (%{name}-gtk) contains the gtksink output plugin.
bf8c64
1fc829
%if %{with qt}
1fc829
%package qt
1fc829
Summary:         GStreamer "good" plugins qt qml plugin
1fc829
Requires:        %{name}%{?_isa} = %{version}-%{release}
1fc829
1fc829
BuildRequires: pkgconfig(Qt5Gui)
1fc829
BuildRequires: pkgconfig(Qt5Qml)
1fc829
BuildRequires: pkgconfig(Qt5Quick)
1fc829
BuildRequires: pkgconfig(Qt5X11Extras)
1fc829
BuildRequires: pkgconfig(Qt5WaylandClient)
1fc829
1fc829
Supplements: (gstreamer1-plugins-good and qt5-qtdeclarative)
1fc829
1fc829
%description qt
1fc829
GStreamer is a streaming media framework, based on graphs of elements which
1fc829
operate on media data.
1fc829
1fc829
GStreamer Good Plugins is a collection of well-supported plugins of
1fc829
good quality and under the LGPL license.
1fc829
1fc829
This package (%{name}-qt) contains the qtsink output plugin.
1fc829
%endif
1fc829
bf8c64
bf8c64
%if %{with extras}
bf8c64
%package extras
bf8c64
Summary:        Extra GStreamer plugins with good code and licensing
bf8c64
Requires:       %{name}%{?_isa} = %{version}-%{release}
bf8c64
bf8c64
bf8c64
%description extras
bf8c64
GStreamer is a streaming media framework, based on graphs of filters
bf8c64
which operate on media data.
bf8c64
bf8c64
GStreamer Good Plugins is a collection of well-supported plugins of
bf8c64
good quality and under the LGPL license.
bf8c64
bf8c64
%{name}-extras contains extra "good" plugins
bf8c64
which are not used very much and require additional libraries
bf8c64
to be installed.
bf8c64
%endif
bf8c64
bf8c64
bf8c64
%prep
bf8c64
%setup -q -n gst-plugins-good-%{version}
bf8c64
bf8c64
%build
bf8c64
%configure --disable-silent-rules --disable-fatal-warnings \
bf8c64
  --with-package-name='Fedora GStreamer-plugins-good package' \
bf8c64
  --with-package-origin='http://download.fedoraproject.org' \
bf8c64
  --enable-experimental \
ce4532
%if ! 0%{?flatpak}
bf8c64
  --enable-gtk-doc \
ce4532
%endif
bf8c64
  --enable-orc \
bf8c64
  --disable-monoscope \
bf8c64
  --disable-aalib \
bf8c64
  --disable-libcaca \
bf8c64
%if %{with extras}
bf8c64
  --enable-jack \
bf8c64
%else
bf8c64
  --disable-jack \
bf8c64
%endif
bf8c64
  --with-default-visualizer=autoaudiosink
bf8c64
make %{?_smp_mflags} V=1
bf8c64
bf8c64
bf8c64
%install
bf8c64
make install DESTDIR=$RPM_BUILD_ROOT
bf8c64
bf8c64
# Register as an AppStream component to be visible in the software center
bf8c64
#
bf8c64
# NOTE: It would be *awesome* if this file was maintained by the upstream
bf8c64
# project, translated and installed into the right place during `make install`.
bf8c64
#
bf8c64
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
bf8c64
#
bf8c64
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
bf8c64
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-good.appdata.xml <
bf8c64
bf8c64
bf8c64
<component type="codec">
bf8c64
  <id>gstreamer-good</id>
bf8c64
  <metadata_license>CC0-1.0</metadata_license>
bf8c64
  <name>GStreamer Multimedia Codecs</name>
bf8c64
  <summary>Multimedia playback for APE, AVI, DV, FLAC, FLX, Flash, MKV, MP4, Speex, VP8, VP9 and WAV</summary>
bf8c64
  <description>
bf8c64
    

bf8c64
      This addon includes several good quality codecs that are well tested.
bf8c64
      These codecs can be used to encode and decode media files where the
bf8c64
      format is not patent encumbered.
bf8c64
    

bf8c64
    

bf8c64
      A codec decodes audio and video for for playback or editing and is also
bf8c64
      used for transmission or storage.
bf8c64
      Different codecs are used in video-conferencing, streaming media and
bf8c64
      video editing applications.
bf8c64
    

bf8c64
  </description>
bf8c64
  <keywords>
bf8c64
    <keyword>APE</keyword>
bf8c64
    <keyword>AVI</keyword>
bf8c64
    <keyword>DV</keyword>
bf8c64
    <keyword>FLAC</keyword>
bf8c64
    <keyword>FLX</keyword>
bf8c64
    <keyword>Flash</keyword>
bf8c64
    <keyword>MKV</keyword>
bf8c64
    <keyword>MP4</keyword>
bf8c64
    <keyword>Speex</keyword>
bf8c64
    <keyword>VP8</keyword>
bf8c64
    <keyword>VP9</keyword>
bf8c64
    <keyword>WAV</keyword>
bf8c64
  </keywords>
bf8c64
  <url type="homepage">http://gstreamer.freedesktop.org/</url>
bf8c64
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
bf8c64
  <url type="donation">http://www.gnome.org/friends/</url>
bf8c64
  <url type="help">http://gstreamer.freedesktop.org/documentation/</url>
bf8c64
  <update_contact></update_contact>
bf8c64
</component>
bf8c64
EOF
bf8c64
bf8c64
%find_lang gst-plugins-good-%{majorminor}
bf8c64
bf8c64
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
bf8c64
bf8c64
bf8c64
%files -f gst-plugins-good-%{majorminor}.lang
bf8c64
%license COPYING
bf8c64
%doc AUTHORS README REQUIREMENTS
bf8c64
%{_datadir}/appdata/*.appdata.xml
bf8c64
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
bf8c64
bf8c64
# presets
bf8c64
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
bf8c64
%{_datadir}/gstreamer-%{majorminor}/presets/GstVP8Enc.prs
bf8c64
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer10Bands.prs
bf8c64
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer3Bands.prs
bf8c64
%{_datadir}/gstreamer-%{majorminor}/presets/GstQTMux.prs
bf8c64
bf8c64
# non-core plugins without external dependencies
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstflxdec.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstoss4.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
bf8c64
bf8c64
# gstreamer-plugins with external dependencies but in the main package
1fc829
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstpulseaudio.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstsoup.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
bf8c64
bf8c64
%ifnarch s390 s390x
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
bf8c64
%endif
bf8c64
bf8c64
%files gtk
bf8c64
# Plugins with external dependencies
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
bf8c64
1fc829
%if %{with qt}
1fc829
%files qt
1fc829
%{_libdir}/gstreamer-%{majorminor}/libgstqmlgl.so
1fc829
%endif
1fc829
bf8c64
%if %{with extras}
bf8c64
%files extras
bf8c64
# Plugins with external dependencies
bf8c64
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
bf8c64
%endif
bf8c64
bf8c64
bf8c64
%changelog
ce4532
* Wed Dec 9 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
ce4532
- Suppress documentation in Flatpak builds
ce4532
- Resolves: rhbz#1895938
ce4532
1fc829
* Thu Nov 14 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
1fc829
- Update to 1.16.1
1fc829
- enable cairo plugins
1fc829
- Resolves: rhbz#1756299
1fc829
bf8c64
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-4
bf8c64
- Only build extras on Fedora
bf8c64
bf8c64
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-3
bf8c64
- Conflict old package after move of mp3 plugins (#1578420)
bf8c64
bf8c64
* Fri Jun 29 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.14.0-2
bf8c64
- Use Python 3 for docs generation
bf8c64
bf8c64
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
bf8c64
- Update to 1.14.0
bf8c64
bf8c64
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
bf8c64
- Update to 1.13.91
bf8c64
bf8c64
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
bf8c64
- Update to 1.13.90
bf8c64
bf8c64
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-3
bf8c64
- -gtk: Obsoletes/Provides: gstreamer1-plugins-bad-free-gtk
bf8c64
- Obsoletes/Provides: gstreamer1-plugin-mpg123
bf8c64
bf8c64
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-2
bf8c64
- The gtk plugin was moved from -bad, make a new subpackage for it.
bf8c64
- the mp3 plugins were moved from -ugly, add BuildRequires.
bf8c64
- build requires GL now for gtkglsink
bf8c64
bf8c64
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
bf8c64
- Update to 1.13.1
bf8c64
bf8c64
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-4
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bf8c64
bf8c64
* Sat Jan 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.12.4-3
bf8c64
- rebuild (libvpx)
bf8c64
bf8c64
* Fri Jan 26 2018 Tom Callaway <spot@fedoraproject.org> - 1.12.4-2
bf8c64
- rebuild for new libvpx
bf8c64
bf8c64
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
bf8c64
- Update to 1.12.4
bf8c64
bf8c64
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
bf8c64
- Cleanup spec file conditionals
bf8c64
bf8c64
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
bf8c64
- Update to 1.12.3
bf8c64
bf8c64
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bf8c64
bf8c64
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bf8c64
bf8c64
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
bf8c64
- Update to 1.12.2
bf8c64
bf8c64
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
bf8c64
- Update to 1.12.1
bf8c64
bf8c64
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
bf8c64
- Update to 1.12.0
bf8c64
bf8c64
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
bf8c64
- Update to 1.11.91
bf8c64
bf8c64
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
bf8c64
- Update to 1.11.90
bf8c64
- Update plugin names
bf8c64
bf8c64
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
bf8c64
- Update to 1.11.2
bf8c64
bf8c64
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bf8c64
bf8c64
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
bf8c64
- Update to 1.11.1
bf8c64
bf8c64
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
bf8c64
- Update to 1.10.2
bf8c64
- Remove obsolete patches
bf8c64
bf8c64
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-2
bf8c64
- Add fix for gstreamer FLIC decoder vulnerability
bf8c64
bf8c64
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
bf8c64
- Update to 1.10.1
bf8c64
bf8c64
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
bf8c64
- Update to 1.10.0
bf8c64
bf8c64
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
bf8c64
- Update to 1.9.90
bf8c64
- add QTMux presets
bf8c64
bf8c64
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
bf8c64
- Update to 1.9.2
bf8c64
bf8c64
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 1.9.1-2
bf8c64
- rebuild for new libvpx
bf8c64
bf8c64
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
bf8c64
- Update to 1.9.1
bf8c64
bf8c64
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
bf8c64
- Update to 1.8.2
bf8c64
bf8c64
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
bf8c64
- Update to 1.8.1
bf8c64
bf8c64
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
bf8c64
- Update to 1.8.0
bf8c64
bf8c64
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
bf8c64
- Update to 1.7.91
bf8c64
bf8c64
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
bf8c64
- Update to 1.7.90
bf8c64
bf8c64
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
bf8c64
- Update to 1.7.2
bf8c64
bf8c64
* Fri Feb 05 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-3
bf8c64
- Append --disable-fatal-warnings to %%configure to prevent
bf8c64
  building from aborting for negligible warnings (Fix F24FTBFS)
bf8c64
- Append --disable-silent-rules to %%configure to make
bf8c64
  building verbose.
bf8c64
- Don't remove buildroot before installing.
bf8c64
bf8c64
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bf8c64
bf8c64
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
bf8c64
- Update to 1.7.1
bf8c64
bf8c64
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
bf8c64
- Update to 1.6.2
bf8c64
bf8c64
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 1.6.1-2
bf8c64
- rebuild for libvpx 1.5.0
bf8c64
bf8c64
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
bf8c64
- Update to 1.6.1
bf8c64
bf8c64
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
bf8c64
- Update to 1.6.0
bf8c64
- Use license macro for COPYING
bf8c64
bf8c64
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
bf8c64
- Update to 1.5.91
bf8c64
bf8c64
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
bf8c64
- Add optional data to AppStream metadata.
bf8c64
bf8c64
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
bf8c64
- Update to 1.5.90
bf8c64
bf8c64
* Sat Jul 18 2015 Francesco Frassinelli <fraph24@gmail.com> - 1.5.2-2
bf8c64
- Add missing dependencies required by ximagesrc. (#1136317)
bf8c64
bf8c64
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
bf8c64
- Update to 1.5.2
bf8c64
bf8c64
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bf8c64
bf8c64
* Mon Jun 8 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
bf8c64
- Update to 1.5.1
bf8c64
- Remove obsolete patches
bf8c64
bf8c64
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
bf8c64
- Rebuilt for GCC 5 C++11 ABI change
bf8c64
bf8c64
* Mon Apr  6 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.5-4
bf8c64
- rebuild against libvpx 1.4.0
bf8c64
bf8c64
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
bf8c64
- Register as an AppStream component.
bf8c64
bf8c64
* Fri Mar 06 2015 David Woodhouse <dwmw2@infradead.org> - 1.4.5-2
bf8c64
- Don't force RTP jitterbuffer clock-rate (#1199579)
bf8c64
bf8c64
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> - 1.4.5-1
bf8c64
- Update to 1.4.5
bf8c64
bf8c64
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
bf8c64
- Update to 1.4.4
bf8c64
bf8c64
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
bf8c64
- Update to 1.4.2.
bf8c64
- Drop old patches
bf8c64
bf8c64
* Fri Aug 29 2014 Hans de Goede <hdegoede@redhat.com> - 1.4.1-2
bf8c64
- Fix v4l2-src not working with some v4l2 devices (bgo#735660)
bf8c64
bf8c64
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
bf8c64
- Update to 1.4.1.
bf8c64
bf8c64
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bf8c64
bf8c64
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
bf8c64
- Update to 1.4.0.
bf8c64
bf8c64
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
bf8c64
- Update to 1.3.91.
bf8c64
bf8c64
* Tue Jun 17 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-1
bf8c64
- Update to 1.2.4.
bf8c64
- Drop old patches
bf8c64
bf8c64
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
bf8c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bf8c64
bf8c64
* Thu Mar 13 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.3-2
bf8c64
- Rebuild for libvpx ABI break. See #1068664
bf8c64
- fix doc build
bf8c64
bf8c64
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
bf8c64
- Update to 1.2.3.
bf8c64
bf8c64
* Tue Jan 14 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.2-2
bf8c64
- Disable the cairo plugin, we don't package it.
bf8c64
bf8c64
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
bf8c64
- Update to 1.2.2.
bf8c64
bf8c64
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
bf8c64
- Update to 1.2.1.
bf8c64
bf8c64
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
bf8c64
- Update to 1.2.0.
bf8c64
bf8c64
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
bf8c64
- Update to 1.1.90.
bf8c64
bf8c64
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
bf8c64
- Update to 1.1.4.
bf8c64
bf8c64
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
bf8c64
- Update to 1.1.3.
bf8c64
bf8c64
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
bf8c64
- Update to 1.1.2.
bf8c64
bf8c64
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
bf8c64
- Update to 1.0.7.
bf8c64
bf8c64
* Sun Mar 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
bf8c64
- Update to 1.0.6.
bf8c64
- Drop BR on PyXML.
bf8c64
bf8c64
* Wed Feb  6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.5-3
bf8c64
- Add gdk-pixbuf2-devel build dep. It was pulled in by something else for gst 0.10
bf8c64
bf8c64
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.5-2
bf8c64
- rebuild due to "jpeg8-ABI" feature drop
bf8c64
bf8c64
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
bf8c64
- Update to 1.0.5
bf8c64
bf8c64
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
bf8c64
- Update to 1.0.4
bf8c64
bf8c64
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
bf8c64
- Update to 1.0.3
bf8c64
- Drop speexdec patch. Fixed upstream.
bf8c64
- Drop vp8 patches. Fixed upstream.
bf8c64
bf8c64
* Wed Nov  7 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-3
bf8c64
- Fixes for GNOME #687464 and #687793
bf8c64
bf8c64
* Fri Nov  2 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-2
bf8c64
- Fixes for vp8dec including GNOME #687376
bf8c64
bf8c64
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
bf8c64
- Update to 1.0.2
bf8c64
- Drop upstream patches since they are included in latest release.
bf8c64
bf8c64
* Wed Oct 24 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.1-2
bf8c64
- Fix target-bitrate for vp8enc
bf8c64
bf8c64
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
bf8c64
- Update to 1.0.1
bf8c64
bf8c64
* Tue Oct  2 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-3
bf8c64
- Add required version for vpx-devel. (#862157)
bf8c64
bf8c64
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
bf8c64
- Enable verbose build
bf8c64
bf8c64
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
bf8c64
- Update to 1.0.0.
bf8c64
bf8c64
* Fri Sep 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-2
bf8c64
- Add vp8 plugin to package from gst1-plugins-bad. (#859505)
bf8c64
bf8c64
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
bf8c64
- Update to 0.11.99
bf8c64
bf8c64
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
bf8c64
- Update to 0.11.94.
bf8c64
- Drop v4l2-buffer patch. Fixed upstream.
bf8c64
bf8c64
* Wed Aug 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
bf8c64
- Update to 0.11.93.
bf8c64
- Add batch to fix build with recent kernels, the v4l2_buffer input field was removed.
bf8c64
- Use %%global instead of %%define.
bf8c64
bf8c64
* Wed Jul 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
bf8c64
- Initial Fedora spec.