01e3994
%global         majorminor      1.0
01e3994
01e3994
# Turn off extras package on RHEL.
01e3994
%if ! 0%{?rhel}
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
83a4ad1
Version:        1.6.4
23c24f7
Release:        1%{?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}
fc6cdfd
# git clone git://anongit.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
01e3994
%configure \
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
rm -rf $RPM_BUILD_ROOT
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 b922c3b
  <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 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
020c0c3
%license COPYING
020c0c3
%doc AUTHORS README REQUIREMENTS
Richard Hughes 8636e11
%{_datadir}/appdata/*.appdata.xml
01e3994
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
01e3994
01e3994
# Equaliser 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
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
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstoss4audio.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
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstpulse.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstsouphttpsrc.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
83a4ad1
* Fri Apr 15 2016 Wim Taymans <wtaymans@redhat.com> - 1.6.4-1
83a4ad1
- Update to 1.6.4
83a4ad1
743c8b9
* Wed Jan 20 2016 Wim Taymans <wtaymans@redhat.com> - 1.6.3-1
743c8b9
- Update to 1.6.3
743c8b9
19c2b33
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
19c2b33
- Update to 1.6.2
19c2b33
62ea0dc
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
62ea0dc
- Update to 1.6.1
62ea0dc
2a04379
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
2a04379
- Update to 1.6.0
020c0c3
- Use license macro for COPYING
2a04379
23c24f7
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
23c24f7
- Update to 1.5.91
23c24f7
Richard Hughes b922c3b
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
Richard Hughes b922c3b
- Add optional data to AppStream metadata.
Richard Hughes b922c3b
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.