Blame gstreamer1-plugins-good.spec

01e3994
%global         majorminor      1.0
01e3994
01e3994
# Turn off extras package on RHEL.
cd07696
%if 0%{?fedora} || 0%{?rhel} > 7
01e3994
%bcond_without extras
01e3994
%else
01e3994
%bcond_with extras
01e3994
%endif
01e3994
fc6cdfd
#global gitrel     140
fc6cdfd
#global gitcommit  9865730cfa5b3a8b2560d082e7e56b350042d3d2
fc6cdfd
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
fc6cdfd
01e3994
Name:           gstreamer1-plugins-good
9b9b082
Version:        1.12.4
2001c85
Release:        3%{?gitcommit:.git%{shortcommit}}%{?dist}
01e3994
Summary:        GStreamer plugins with good code and licensing
01e3994
01e3994
License:        LGPLv2+
01e3994
URL:            http://gstreamer.freedesktop.org/
fc6cdfd
fc6cdfd
%if 0%{?gitrel}
f087786
# git clone git://anogit.freedesktop.org/gstreamer/gst-plugins-good
fc6cdfd
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
fc6cdfd
Source0:        gst-plugins-good-%{version}.tar.xz
fc6cdfd
%else
01e3994
Source0:        http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
fc6cdfd
%endif
01e3994
01e3994
BuildRequires:  gstreamer1-devel >= %{version}
01e3994
BuildRequires:  gstreamer1-plugins-base-devel >= %{version}
01e3994
01e3994
BuildRequires:  flac-devel >= 1.1.4
2f8e8cb
BuildRequires:  gdk-pixbuf2-devel
01e3994
BuildRequires:  libjpeg-devel
01e3994
BuildRequires:  libpng-devel >= 1.2.0
01e3994
BuildRequires:  libshout-devel
01e3994
BuildRequires:  libsoup-devel
01e3994
BuildRequires:  libX11-devel
fc6cdfd
BuildRequires:  libXext-devel
de7adb9
BuildRequires:  libXdamage-devel
de7adb9
BuildRequires:  libXfixes-devel
01e3994
BuildRequires:  orc-devel
01e3994
BuildRequires:  pulseaudio-libs-devel
01e3994
BuildRequires:  speex-devel
01e3994
BuildRequires:  taglib-devel
01e3994
BuildRequires:  wavpack-devel
01e3994
BuildRequires:  libv4l-devel
3a5fe31
BuildRequires:  libvpx-devel >= 1.1.0
01e3994
01e3994
%ifnarch s390 s390x
01e3994
BuildRequires:  libavc1394-devel
01e3994
BuildRequires:  libdv-devel
01e3994
BuildRequires:  libiec61883-devel
01e3994
BuildRequires:  libraw1394-devel
01e3994
%endif
01e3994
01e3994
# extras
01e3994
%if %{with extras}
01e3994
BuildRequires:  jack-audio-connection-kit-devel
01e3994
%endif
01e3994
01e3994
# documentation
01e3994
BuildRequires:  gtk-doc
01e3994
BuildRequires:  python-devel
01e3994
01e3994
01e3994
%description
01e3994
GStreamer is a streaming media framework, based on graphs of filters which
01e3994
operate on media data. Applications using this library can do anything
01e3994
from real-time sound processing to playing videos, and just about anything
01e3994
else media-related.  Its plugin-based architecture means that new data
01e3994
types or processing capabilities can be added simply by installing new
01e3994
plugins.
01e3994
01e3994
GStreamer Good Plugins is a collection of well-supported plugins of
01e3994
good quality and under the LGPL license.
01e3994
51ff615
01e3994
%if %{with extras}
01e3994
%package extras
01e3994
Summary:        Extra GStreamer plugins with good code and licensing
01e3994
Requires:       %{name}%{?_isa} = %{version}-%{release}
01e3994
01e3994
01e3994
%description extras
01e3994
GStreamer is a streaming media framework, based on graphs of filters
01e3994
which operate on media data.
01e3994
01e3994
GStreamer Good Plugins is a collection of well-supported plugins of
01e3994
good quality and under the LGPL license.
01e3994
01e3994
%{name}-extras contains extra "good" plugins
01e3994
which are not used very much and require additional libraries
01e3994
to be installed.
01e3994
%endif
01e3994
01e3994
01e3994
%prep
01e3994
%setup -q -n gst-plugins-good-%{version}
01e3994
01e3994
%build
28b6cac
%configure --disable-silent-rules --disable-fatal-warnings \
01e3994
  --with-package-name='Fedora GStreamer-plugins-good package' \
01e3994
  --with-package-origin='http://download.fedoraproject.org' \
01e3994
  --enable-experimental \
01e3994
  --enable-gtk-doc \
01e3994
  --enable-orc \
01e3994
  --disable-monoscope \
01e3994
  --disable-aalib \
eff1ed4
  --disable-cairo \
01e3994
  --disable-libcaca \
01e3994
%if %{with extras}
01e3994
  --enable-jack \
01e3994
%else
01e3994
  --disable-jack \
01e3994
%endif
01e3994
  --with-default-visualizer=autoaudiosink
b5f9c5c
make %{?_smp_mflags} V=1
01e3994
01e3994
01e3994
%install
01e3994
make install DESTDIR=$RPM_BUILD_ROOT
01e3994
Richard Hughes 8636e11
# Register as an AppStream component to be visible in the software center
Richard Hughes 8636e11
#
Richard Hughes 8636e11
# NOTE: It would be *awesome* if this file was maintained by the upstream
Richard Hughes 8636e11
# project, translated and installed into the right place during `make install`.
Richard Hughes 8636e11
#
Richard Hughes 8636e11
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
Richard Hughes 8636e11
#
Richard Hughes 8636e11
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
Richard Hughes 8636e11
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-good.appdata.xml <
Richard Hughes 8636e11
Richard Hughes 8636e11
Richard Hughes 8636e11
<component type="codec">
Richard Hughes 8636e11
  <id>gstreamer-good</id>
Richard Hughes 8636e11
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes 8636e11
  <name>GStreamer Multimedia Codecs</name>
Richard Hughes e4284a3
  <summary>Multimedia playback for APE, AVI, DV, FLAC, FLX, Flash, MKV, MP4, Speex, VP8, VP9 and WAV</summary>
Richard Hughes 8636e11
  <description>
Richard Hughes 8636e11
    

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

Richard Hughes 8636e11
    

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

Richard Hughes 8636e11
  </description>
Richard Hughes 221ec01
  <keywords>
Richard Hughes 221ec01
    <keyword>APE</keyword>
Richard Hughes 221ec01
    <keyword>AVI</keyword>
Richard Hughes 221ec01
    <keyword>DV</keyword>
Richard Hughes 221ec01
    <keyword>FLAC</keyword>
Richard Hughes 221ec01
    <keyword>FLX</keyword>
Richard Hughes 221ec01
    <keyword>Flash</keyword>
Richard Hughes 221ec01
    <keyword>MKV</keyword>
Richard Hughes 221ec01
    <keyword>MP4</keyword>
Richard Hughes 221ec01
    <keyword>Speex</keyword>
Richard Hughes 221ec01
    <keyword>VP8</keyword>
Richard Hughes 221ec01
    <keyword>VP9</keyword>
Richard Hughes 221ec01
    <keyword>WAV</keyword>
Richard Hughes 221ec01
  </keywords>
Richard Hughes 8636e11
  <url type="homepage">http://gstreamer.freedesktop.org/</url>
Richard Hughes 8636e11
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
Richard Hughes 8636e11
  <url type="donation">http://www.gnome.org/friends/</url>
Richard Hughes 8636e11
  <url type="help">http://gstreamer.freedesktop.org/documentation/</url>
Richard Hughes 8636e11
  <update_contact></update_contact>
Richard Hughes 8636e11
</component>
Richard Hughes 8636e11
EOF
Richard Hughes 8636e11
01e3994
%find_lang gst-plugins-good-%{majorminor}
01e3994
01e3994
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
01e3994
01e3994
01e3994
%files -f gst-plugins-good-%{majorminor}.lang
9534584
%license COPYING
9534584
%doc AUTHORS README REQUIREMENTS
Richard Hughes 8636e11
%{_datadir}/appdata/*.appdata.xml
01e3994
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
01e3994
1241772
# presets
01e3994
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
dbb2b56
%{_datadir}/gstreamer-%{majorminor}/presets/GstVP8Enc.prs
01e3994
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer10Bands.prs
01e3994
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer3Bands.prs
1241772
%{_datadir}/gstreamer-%{majorminor}/presets/GstQTMux.prs
01e3994
01e3994
# non-core plugins without external dependencies
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
76cc9d8
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstflxdec.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
4309e41
%{_libdir}/gstreamer-%{majorminor}/libgstoss4.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
01e3994
01e3994
# gstreamer-plugins with external dependencies but in the main package
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
2f8e8cb
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
4309e41
%{_libdir}/gstreamer-%{majorminor}/libgstpulseaudio.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
4309e41
%{_libdir}/gstreamer-%{majorminor}/libgstsoup.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
dbb2b56
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
01e3994
01e3994
%ifnarch s390 s390x
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
01e3994
%endif
01e3994
01e3994
01e3994
%if %{with extras}
01e3994
%files extras
01e3994
# Plugins with external dependencies
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
01e3994
%endif
01e3994
01e3994
01e3994
%changelog
2001c85
* Sat Jan 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.12.4-3
2001c85
- rebuild (libvpx)
2001c85
b658c10
* Fri Jan 26 2018 Tom Callaway <spot@fedoraproject.org> - 1.12.4-2
b658c10
- rebuild for new libvpx
b658c10
9b9b082
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
9b9b082
- Update to 1.12.4
9b9b082
cd07696
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
cd07696
- Cleanup spec file conditionals
cd07696
869be73
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
869be73
- Update to 1.12.3
869be73
5a0f6f9
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
5a0f6f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5a0f6f9
178e2ed
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
178e2ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
178e2ed
cd95c9a
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
cd95c9a
- Update to 1.12.2
cd95c9a
7b95b43
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
7b95b43
- Update to 1.12.1
7b95b43
ad103d5
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
ad103d5
- Update to 1.12.0
ad103d5
bc45bc2
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
bc45bc2
- Update to 1.11.91
bc45bc2
4309e41
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
4309e41
- Update to 1.11.90
4309e41
- Update plugin names
4309e41
eb1d58d
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
eb1d58d
- Update to 1.11.2
eb1d58d
42a3c66
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
42a3c66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
42a3c66
8bafc34
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
8bafc34
- Update to 1.11.1
8bafc34
6e40ce1
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
6e40ce1
- Update to 1.10.2
6e40ce1
- Remove obsolete patches
6e40ce1
a7f338d
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-2
a7f338d
- Add fix for gstreamer FLIC decoder vulnerability
a7f338d
f087786
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
f087786
- Update to 1.10.1
f087786
c0498f5
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
c0498f5
- Update to 1.10.0
c0498f5
8c5fdca
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
8c5fdca
- Update to 1.9.90
1241772
- add QTMux presets
8c5fdca
7df77d7
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
7df77d7
- Update to 1.9.2
7df77d7
2ddd94d
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 1.9.1-2
2ddd94d
- rebuild for new libvpx
2ddd94d
b01800b
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
b01800b
- Update to 1.9.1
b01800b
3ba9534
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
3ba9534
- Update to 1.8.2
3ba9534
a90a9fd
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
a90a9fd
- Update to 1.8.1
a90a9fd
7df7374
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
7df7374
- Update to 1.8.0
7df7374
ad0eda0
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
ad0eda0
- Update to 1.7.91
ad0eda0
c1b42c0
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
c1b42c0
- Update to 1.7.90
c1b42c0
e3b2e15
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
e3b2e15
- Update to 1.7.2
e3b2e15
28b6cac
* Fri Feb 05 2016 Ralf Cors├ępius <corsepiu@fedoraproject.org> - 1.7.1-3
28b6cac
- Append --disable-fatal-warnings to %%configure to prevent
28b6cac
  building from aborting for negligible warnings (Fix F24FTBFS)
28b6cac
- Append --disable-silent-rules to %%configure to make
28b6cac
  building verbose.
28b6cac
- Don't remove buildroot before installing.
28b6cac
cf3cd2b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
cf3cd2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cf3cd2b
9a7822a
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
9a7822a
- Update to 1.7.1
9a7822a
f42b673
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
f42b673
- Update to 1.6.2
f42b673
7d4e496
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 1.6.1-2
7d4e496
- rebuild for libvpx 1.5.0
7d4e496
ad2f8fc
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
ad2f8fc
- Update to 1.6.1
ad2f8fc
005bd18
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
005bd18
- Update to 1.6.0
9534584
- Use license macro for COPYING
005bd18
05bee25
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
05bee25
- Update to 1.5.91
05bee25
Richard Hughes e4284a3
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
Richard Hughes e4284a3
- Add optional data to AppStream metadata.
Richard Hughes e4284a3
fe793d4
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
fe793d4
- Update to 1.5.90
fe793d4
de7adb9
* Sat Jul 18 2015 Francesco Frassinelli <fraph24@gmail.com> - 1.5.2-2
de7adb9
- Add missing dependencies required by ximagesrc. (#1136317)
de7adb9
ec2f72f
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
ec2f72f
- Update to 1.5.2
ec2f72f
d842fc0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
d842fc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d842fc0
fc6cdfd
* Mon Jun 8 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
fc6cdfd
- Update to 1.5.1
fc6cdfd
- Remove obsolete patches
fc6cdfd
1e77b8e
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
1e77b8e
- Rebuilt for GCC 5 C++11 ABI change
1e77b8e
e19af2f
* Mon Apr  6 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.5-4
e19af2f
- rebuild against libvpx 1.4.0
e19af2f
Richard Hughes 8636e11
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
Richard Hughes 8636e11
- Register as an AppStream component.
Richard Hughes 8636e11
David Woodhouse 22fb190
* Fri Mar 06 2015 David Woodhouse <dwmw2@infradead.org> - 1.4.5-2
David Woodhouse 22fb190
- Don't force RTP jitterbuffer clock-rate (#1199579)
David Woodhouse 22fb190
David Woodhouse 22fb190
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> - 1.4.5-1
Bastien Nocera 4a653d3
- Update to 1.4.5
Bastien Nocera 4a653d3
a290c59
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
a290c59
- Update to 1.4.4
a290c59
d3cebca
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
d3cebca
- Update to 1.4.2.
d3cebca
- Drop old patches
d3cebca
67202ad
* Fri Aug 29 2014 Hans de Goede <hdegoede@redhat.com> - 1.4.1-2
67202ad
- Fix v4l2-src not working with some v4l2 devices (bgo#735660)
67202ad
3714427
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
3714427
- Update to 1.4.1.
3714427
b53c0e9
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
b53c0e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b53c0e9
0966079
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
0966079
- Update to 1.4.0.
0966079
575615b
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
575615b
- Update to 1.3.91.
575615b
8a59733
* Tue Jun 17 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-1
8a59733
- Update to 1.2.4.
8a59733
- Drop old patches
8a59733
83e108b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
83e108b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
83e108b
3a77a18
* Thu Mar 13 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.3-2
3a77a18
- Rebuild for libvpx ABI break. See #1068664
88c43be
- fix doc build
3a77a18
1e053a6
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
1e053a6
- Update to 1.2.3.
1e053a6
eff1ed4
* Tue Jan 14 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.2-2
eff1ed4
- Disable the cairo plugin, we don't package it.
eff1ed4
0460f21
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
0460f21
- Update to 1.2.2.
0460f21
c095448
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
c095448
- Update to 1.2.1.
c095448
b0bd39b
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
b0bd39b
- Update to 1.2.0.
b0bd39b
b4c006d
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
b4c006d
- Update to 1.1.90.
b4c006d
d553034
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
d553034
- Update to 1.1.4.
d553034
e1cbed1
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
e1cbed1
- Update to 1.1.3.
e1cbed1
5d1d7a2
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
5d1d7a2
- Update to 1.1.2.
5d1d7a2
877bb57
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
877bb57
- Update to 1.0.7.
877bb57
e5bf9df
* Sun Mar 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
e5bf9df
- Update to 1.0.6.
e6e5940
- Drop BR on PyXML.
e5bf9df
2f8e8cb
* Wed Feb  6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.5-3
2f8e8cb
- Add gdk-pixbuf2-devel build dep. It was pulled in by something else for gst 0.10
2f8e8cb
Adam Tkac cdd66e8
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.5-2
Adam Tkac cdd66e8
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac cdd66e8
51ff615
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
51ff615
- Update to 1.0.5
51ff615
9c38388
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
9c38388
- Update to 1.0.4
9c38388
91f65de
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
91f65de
- Update to 1.0.3
91f65de
- Drop speexdec patch. Fixed upstream.
91f65de
- Drop vp8 patches. Fixed upstream.
91f65de
Debarshi Ray 059a5e4
* Wed Nov  7 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-3
Debarshi Ray 059a5e4
- Fixes for GNOME #687464 and #687793
Debarshi Ray 059a5e4
Debarshi Ray d9eef9a
* Fri Nov  2 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-2
Debarshi Ray d9eef9a
- Fixes for vp8dec including GNOME #687376
Debarshi Ray d9eef9a
f031718
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
f031718
- Update to 1.0.2
f031718
- Drop upstream patches since they are included in latest release.
f031718
Debarshi Ray 5ac982f
* Wed Oct 24 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.1-2
Debarshi Ray 5ac982f
- Fix target-bitrate for vp8enc
Debarshi Ray 5ac982f
e6e4f69
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
e6e4f69
- Update to 1.0.1
e6e4f69
3a5fe31
* Tue Oct  2 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-3
3a5fe31
- Add required version for vpx-devel. (#862157)
3a5fe31
b5f9c5c
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
b5f9c5c
- Enable verbose build
b5f9c5c
6ed5bed
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
6ed5bed
- Update to 1.0.0.
6ed5bed
dbb2b56
* Fri Sep 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-2
dbb2b56
- Add vp8 plugin to package from gst1-plugins-bad. (#859505)
dbb2b56
fee05e8
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
fee05e8
- Update to 0.11.99
fee05e8
e88847d
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
e88847d
- Update to 0.11.94.
e88847d
- Drop v4l2-buffer patch. Fixed upstream.
e88847d
01e3994
* Wed Aug 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
01e3994
- Update to 0.11.93.
01e3994
- Add batch to fix build with recent kernels, the v4l2_buffer input field was removed.
01e3994
- Use %%global instead of %%define.
01e3994
01e3994
* Wed Jul 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
01e3994
- Initial Fedora spec.