Blame gstreamer1-plugins-good.spec

01e3994
%global         majorminor      1.0
01e3994
35ffefd
# Only build extras on fedora
35ffefd
%if 0%{?fedora}
01e3994
%bcond_without extras
01e3994
%else
01e3994
%bcond_with extras
01e3994
%endif
01e3994
ca9f8b9
%bcond_without qt
ca9f8b9
fc6cdfd
#global gitrel     140
fc6cdfd
#global gitcommit  9865730cfa5b3a8b2560d082e7e56b350042d3d2
fc6cdfd
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
fc6cdfd
01e3994
Name:           gstreamer1-plugins-good
ee5b704
Version:        1.18.2
98a0855
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}
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
5738c35
Patch0:         %{name}-gcc11.patch
01e3994
a772cc8
# Register as an AppStream component to be visible in the software center
a772cc8
# NOTE: It would be *awesome* if this file was maintained by the upstream
a772cc8
# project, translated and installed into the right place during `make install`.
a772cc8
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
a772cc8
Source1:        gstreamer-good.appdata.xml
a772cc8
b31fc6c
BuildRequires:  meson >= 0.48.0
Igor Gnatenko 26e6cae
BuildRequires:  gcc
35ffefd
BuildRequires:  gcc-c++
01e3994
BuildRequires:  gstreamer1-devel >= %{version}
01e3994
BuildRequires:  gstreamer1-plugins-base-devel >= %{version}
01e3994
d0e6187
BuildRequires:  cairo-devel >= 1.10.0
d0e6187
BuildRequires:  cairo-gobject-devel >= 1.10.0
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
6bacecf
BuildRequires:  gtk3-devel >= 3.4
04b3cd7
BuildRequires:  mesa-libGL-devel
04b3cd7
BuildRequires:  mesa-libGLES-devel
04b3cd7
BuildRequires:  mesa-libGLU-devel
04b3cd7
BuildRequires:  mesa-libEGL-devel
6bacecf
BuildRequires:  lame-devel
6bacecf
BuildRequires:  mpg123-devel
6bacecf
BuildRequires:  twolame-devel
abbd3e6
BuildRequires:  nasm
3184638
BuildRequires:  libgudev-devel
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
46bff69
# Obsoletes/Provides moved from plugins-bad-free
46bff69
Obsoletes:      gstreamer1-plugin-mpg123 < 1.13.1
46bff69
Provides:       gstreamer1-plugin-mpg123 = %{version}-%{release}
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
6bacecf
%package gtk
6bacecf
Summary:         GStreamer "good" plugins gtk plugin
6bacecf
Requires:        %{name}%{?_isa} = %{version}-%{release}
46bff69
# handle upgrade path
46bff69
Obsoletes:       gstreamer1-plugins-bad-free-gtk < 1.13.1-2
46bff69
Provides:        gstreamer1-plugins-bad-free-gtk = %{version}-%{release}
46bff69
Provides:        gstreamer1-plugins-bad-free-gtk%{?_isa} = %{version}-%{release}
6bacecf
6bacecf
%description gtk
6bacecf
GStreamer is a streaming media framework, based on graphs of elements which
6bacecf
operate on media data.
6bacecf
6bacecf
GStreamer Good Plugins is a collection of well-supported plugins of
6bacecf
good quality and under the LGPL license.
6bacecf
6bacecf
This package (%{name}-gtk) contains the gtksink output plugin.
6bacecf
ca9f8b9
%if %{with qt}
ca9f8b9
%package qt
ca9f8b9
Summary:         GStreamer "good" plugins qt qml plugin
ca9f8b9
Requires:        %{name}%{?_isa} = %{version}-%{release}
ca9f8b9
ca9f8b9
BuildRequires: pkgconfig(Qt5Gui)
ca9f8b9
BuildRequires: pkgconfig(Qt5Qml)
ca9f8b9
BuildRequires: pkgconfig(Qt5Quick)
ca9f8b9
BuildRequires: pkgconfig(Qt5X11Extras)
ca9f8b9
BuildRequires: pkgconfig(Qt5WaylandClient)
ca9f8b9
33643d9
Supplements: (gstreamer1-plugins-good and qt5-qtdeclarative)
ca9f8b9
ca9f8b9
%description qt
ca9f8b9
GStreamer is a streaming media framework, based on graphs of elements which
ca9f8b9
operate on media data.
ca9f8b9
ca9f8b9
GStreamer Good Plugins is a collection of well-supported plugins of
ca9f8b9
good quality and under the LGPL license.
ca9f8b9
ca9f8b9
This package (%{name}-qt) contains the qtsink output plugin.
ca9f8b9
%endif
6bacecf
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}
5738c35
%patch0 -p2
01e3994
01e3994
%build
b31fc6c
%meson \
b31fc6c
  -D package-name='Fedora GStreamer-plugins-good package' \
b31fc6c
  -D package-origin='http://download.fedoraproject.org' \
b31fc6c
  -D doc=disabled \
b31fc6c
  -D gtk_doc=disabled \
b31fc6c
  -D orc=enabled \
b31fc6c
  -D monoscope=disabled \
b31fc6c
  -D aalib=disabled \
b31fc6c
  -D libcaca=disabled \
b0be2b8
  -D rpicamsrc=disabled \
4f5e3b0
  -D jack=%{?with_extras:enabled}%{!?with_extras:disabled} \
4f5e3b0
%ifarch s390 s390x
4f5e3b0
  -D dv=disabled -D dv1394=disabled \
01e3994
%endif
01e3994
4f5e3b0
b31fc6c
%meson_build
01e3994
01e3994
%install
b31fc6c
%meson_install
01e3994
a772cc8
install -p -D %{SOURCE1} %{buildroot}%{_metainfodir}/gstreamer-good.appdata.xml
a772cc8
a772cc8
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
Richard Hughes 8636e11
01e3994
%find_lang gst-plugins-good-%{majorminor}
01e3994
01e3994
%files -f gst-plugins-good-%{majorminor}.lang
9534584
%license COPYING
9534584
%doc AUTHORS README REQUIREMENTS
a772cc8
%{_metainfodir}/gstreamer-good.appdata.xml
b31fc6c
%if 0
01e3994
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
b31fc6c
%endif
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
d0e6187
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
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
6bacecf
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
6bacecf
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
6bacecf
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
01e3994
01e3994
%ifnarch s390 s390x
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
01e3994
%endif
01e3994
6bacecf
%files gtk
6bacecf
# Plugins with external dependencies
31beb67
%{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
01e3994
ca9f8b9
%files qt
ca9f8b9
%{_libdir}/gstreamer-%{majorminor}/libgstqmlgl.so
ca9f8b9
01e3994
%if %{with extras}
01e3994
%files extras
01e3994
# Plugins with external dependencies
01e3994
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
01e3994
%endif
01e3994
01e3994
01e3994
%changelog
ee5b704
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
ee5b704
- Update to 1.18.2
ee5b704
98a0855
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
98a0855
- Update to 1.18.1
98a0855
5738c35
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 1.18.0-2
5738c35
- Fix bogus use of volatile diagnosed by gcc-11
5738c35
117cf5d
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
117cf5d
- Update to 1.18.0
117cf5d
c9eda0b
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
c9eda0b
- Update to 1.17.90
b0be2b8
- disable rpicamsrc
c9eda0b
095aa41
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
095aa41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
095aa41
65ae126
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
65ae126
- Update to 1.17.2
65ae126
b31fc6c
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
b31fc6c
- Update to 1.17.1
4f5e3b0
- disable dv and 1394 on s390
b31fc6c
fecbfd1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
fecbfd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
fecbfd1
84faab2
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
84faab2
- Update to 1.16.2
84faab2
d0e6187
* Fri Sep 27 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
d0e6187
- Enable cairo plugins. (rhbz#1737254)
d0e6187
1204245
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
1204245
- Update to 1.16.1
1204245
cb04cff
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
cb04cff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cb04cff
597ae15
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
597ae15
- Update to 1.16.0
597ae15
33643d9
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-3
33643d9
- -qt: fix Supplements
33643d9
ca9f8b9
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
ca9f8b9
- -qt subpkg
ca9f8b9
cdea84c
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
cdea84c
- Update to 1.15.2
cdea84c
fdcf6dc
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 1.15.1-3
fdcf6dc
- rebuilt (libvpx)
fdcf6dc
cce65ee
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
cce65ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
cce65ee
2366587
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
2366587
- Update to 1.15.1
2366587
24f7fc0
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
24f7fc0
- Update to 1.14.4
24f7fc0
c888671
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
c888671
- Update to 1.14.3
c888671
27453e1
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
27453e1
- Update to 1.14.2
27453e1
35ffefd
* Fri Jul 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-5
35ffefd
- Add c++ buildrequires
35ffefd
- Only build extras on fedora
35ffefd
f7aea09
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
f7aea09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f7aea09
6824589
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
6824589
- Rebuild to correct Provides (#1581325)
6824589
- Remove check line that was added for testing
6824589
a772cc8
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
a772cc8
- use %%make_build %%make_install %%_metainfodir
a772cc8
- %%build: --disable-qt (for now)
a772cc8
63e7bd7
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
63e7bd7
- Update to 1.14.1
63e7bd7
3d5bea8
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.14.0-2
3d5bea8
- Update Python 2 dependency declarations to new packaging standards
3d5bea8
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
3d5bea8
f683bbe
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
f683bbe
- Update to 1.14.0
f683bbe
f91903d
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
f91903d
- Update to 1.13.91
f91903d
b37329e
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
b37329e
- Update to 1.13.90
b37329e
46bff69
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-3
46bff69
- -gtk: Obsoletes/Provides: gstreamer1-plugins-bad-free-gtk
46bff69
- Obsoletes/Provides: gstreamer1-plugin-mpg123
46bff69
6bacecf
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-2
6bacecf
- The gtk plugin was moved from -bad, make a new subpackage for it.
6bacecf
- the mp3 plugins were moved from -ugly, add BuildRequires.
04b3cd7
- build requires GL now for gtkglsink
6bacecf
d02b83d
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
d02b83d
- Update to 1.13.1
d02b83d
4100b11
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-4
4100b11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4100b11
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.