2012-08-16 15:52:42 +00:00
|
|
|
%global majorminor 1.0
|
|
|
|
|
2018-07-20 08:57:10 +00:00
|
|
|
# Only build extras on fedora
|
|
|
|
%if 0%{?fedora}
|
2012-08-16 15:52:42 +00:00
|
|
|
%bcond_without extras
|
2021-02-23 11:24:18 +00:00
|
|
|
%bcond_without nasm
|
2012-08-16 15:52:42 +00:00
|
|
|
%else
|
|
|
|
%bcond_with extras
|
2021-02-23 11:24:18 +00:00
|
|
|
%bcond_with nasm
|
2012-08-16 15:52:42 +00:00
|
|
|
%endif
|
|
|
|
|
2023-06-18 05:12:07 +00:00
|
|
|
# RHEL 10 will provide Qt 6 and drop Qt 5
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
%bcond_with qt5
|
|
|
|
%else
|
|
|
|
%bcond_without qt5
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 10
|
|
|
|
%bcond_with qt6
|
|
|
|
%else
|
|
|
|
%bcond_without qt6
|
|
|
|
%endif
|
2019-03-07 17:32:28 +00:00
|
|
|
|
2015-06-08 15:30:06 +00:00
|
|
|
#global gitrel 140
|
|
|
|
#global gitcommit 9865730cfa5b3a8b2560d082e7e56b350042d3d2
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
2012-08-16 15:52:42 +00:00
|
|
|
Name: gstreamer1-plugins-good
|
2023-07-21 10:27:12 +00:00
|
|
|
Version: 1.22.5
|
2023-10-13 08:18:31 +00:00
|
|
|
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
2012-08-16 15:52:42 +00:00
|
|
|
Summary: GStreamer plugins with good code and licensing
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://gstreamer.freedesktop.org/
|
2015-06-08 15:30:06 +00:00
|
|
|
|
|
|
|
%if 0%{?gitrel}
|
2016-11-28 09:41:24 +00:00
|
|
|
# git clone git://anogit.freedesktop.org/gstreamer/gst-plugins-good
|
2015-06-08 15:30:06 +00:00
|
|
|
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
|
|
|
Source0: gst-plugins-good-%{version}.tar.xz
|
|
|
|
%else
|
2012-08-16 15:52:42 +00:00
|
|
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
2015-06-08 15:30:06 +00:00
|
|
|
%endif
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2018-05-22 14:00:00 +00:00
|
|
|
# Register as an AppStream component to be visible in the software center
|
|
|
|
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
|
|
|
# project, translated and installed into the right place during `make install`.
|
|
|
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
|
|
|
Source1: gstreamer-good.appdata.xml
|
|
|
|
|
2020-06-22 13:03:42 +00:00
|
|
|
BuildRequires: meson >= 0.48.0
|
2018-07-09 17:06:46 +00:00
|
|
|
BuildRequires: gcc
|
2018-07-20 08:57:10 +00:00
|
|
|
BuildRequires: gcc-c++
|
2012-08-16 15:52:42 +00:00
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
|
2019-09-27 15:00:24 +00:00
|
|
|
BuildRequires: cairo-devel >= 1.10.0
|
|
|
|
BuildRequires: cairo-gobject-devel >= 1.10.0
|
2012-08-16 15:52:42 +00:00
|
|
|
BuildRequires: flac-devel >= 1.1.4
|
2013-02-06 17:15:27 +00:00
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
2012-08-16 15:52:42 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel >= 1.2.0
|
|
|
|
BuildRequires: libshout-devel
|
2023-07-12 03:03:44 +00:00
|
|
|
BuildRequires: libsoup3-devel
|
2012-08-16 15:52:42 +00:00
|
|
|
BuildRequires: libX11-devel
|
2015-06-08 15:30:06 +00:00
|
|
|
BuildRequires: libXext-devel
|
2015-07-30 11:09:37 +00:00
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
2012-08-16 15:52:42 +00:00
|
|
|
BuildRequires: orc-devel
|
|
|
|
BuildRequires: pulseaudio-libs-devel
|
|
|
|
BuildRequires: speex-devel
|
|
|
|
BuildRequires: taglib-devel
|
|
|
|
BuildRequires: wavpack-devel
|
|
|
|
BuildRequires: libv4l-devel
|
2012-10-02 13:08:10 +00:00
|
|
|
BuildRequires: libvpx-devel >= 1.1.0
|
2018-02-27 08:23:11 +00:00
|
|
|
BuildRequires: gtk3-devel >= 3.4
|
2018-02-27 08:32:37 +00:00
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLES-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: mesa-libEGL-devel
|
2018-02-27 08:23:11 +00:00
|
|
|
BuildRequires: lame-devel
|
|
|
|
BuildRequires: mpg123-devel
|
|
|
|
BuildRequires: twolame-devel
|
2021-02-23 11:24:18 +00:00
|
|
|
%if %{with nasm}
|
2020-06-22 13:22:30 +00:00
|
|
|
BuildRequires: nasm
|
2021-02-23 11:24:18 +00:00
|
|
|
%endif
|
2020-06-22 13:33:41 +00:00
|
|
|
BuildRequires: libgudev-devel
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2021-05-14 13:26:55 +00:00
|
|
|
# extras
|
|
|
|
%if %{with extras}
|
|
|
|
BuildRequires: jack-audio-connection-kit-devel
|
2012-08-16 15:52:42 +00:00
|
|
|
%ifnarch s390 s390x
|
|
|
|
BuildRequires: libavc1394-devel
|
|
|
|
BuildRequires: libdv-devel
|
|
|
|
BuildRequires: libiec61883-devel
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2023-07-12 03:03:44 +00:00
|
|
|
# The soup elements dynamically load either version of libsoup at runtime,
|
|
|
|
# defaulting to libsoup3 if libsoup2 is not already loaded in the process
|
|
|
|
Recommends: libsoup3%{?_isa}
|
|
|
|
|
2018-02-27 15:35:12 +00:00
|
|
|
# Obsoletes/Provides moved from plugins-bad-free
|
|
|
|
Obsoletes: gstreamer1-plugin-mpg123 < 1.13.1
|
|
|
|
Provides: gstreamer1-plugin-mpg123 = %{version}-%{release}
|
2012-08-16 15:52:42 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
GStreamer is a streaming media framework, based on graphs of filters which
|
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
from real-time sound processing to playing videos, and just about anything
|
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
|
|
|
good quality and under the LGPL license.
|
|
|
|
|
2013-01-08 15:54:10 +00:00
|
|
|
|
2018-02-27 08:23:11 +00:00
|
|
|
%package gtk
|
|
|
|
Summary: GStreamer "good" plugins gtk plugin
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2018-02-27 15:35:12 +00:00
|
|
|
# handle upgrade path
|
|
|
|
Obsoletes: gstreamer1-plugins-bad-free-gtk < 1.13.1-2
|
|
|
|
Provides: gstreamer1-plugins-bad-free-gtk = %{version}-%{release}
|
|
|
|
Provides: gstreamer1-plugins-bad-free-gtk%{?_isa} = %{version}-%{release}
|
2018-02-27 08:23:11 +00:00
|
|
|
|
|
|
|
%description gtk
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
|
|
|
good quality and under the LGPL license.
|
|
|
|
|
|
|
|
This package (%{name}-gtk) contains the gtksink output plugin.
|
|
|
|
|
2023-06-18 05:12:07 +00:00
|
|
|
%if %{with qt5}
|
2019-03-07 17:32:28 +00:00
|
|
|
%package qt
|
|
|
|
Summary: GStreamer "good" plugins qt qml plugin
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(Qt5WaylandClient)
|
2023-07-21 13:20:25 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2019-03-07 17:32:28 +00:00
|
|
|
|
2019-03-07 18:33:04 +00:00
|
|
|
Supplements: (gstreamer1-plugins-good and qt5-qtdeclarative)
|
2019-03-07 17:32:28 +00:00
|
|
|
|
|
|
|
%description qt
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
|
|
|
good quality and under the LGPL license.
|
|
|
|
|
|
|
|
This package (%{name}-qt) contains the qtsink output plugin.
|
|
|
|
%endif
|
2018-02-27 08:23:11 +00:00
|
|
|
|
2023-06-18 05:12:07 +00:00
|
|
|
%if %{with qt6}
|
|
|
|
%package qt6
|
|
|
|
Summary: GStreamer "good" plugins qt6 qml plugin
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt6Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt6Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt6Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt6WaylandClient)
|
|
|
|
BuildRequires: pkgconfig(Qt6Linguist)
|
2023-07-21 13:20:25 +00:00
|
|
|
BuildRequires: qt6-qtbase-private-devel
|
2023-06-18 05:12:07 +00:00
|
|
|
|
|
|
|
Supplements: (gstreamer1-plugins-good and qt6-qtdeclarative)
|
|
|
|
|
|
|
|
%description qt6
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
|
|
|
good quality and under the LGPL license.
|
|
|
|
|
|
|
|
This package (%{name}-qt6) contains the qml6sink output plugin.
|
|
|
|
%endif
|
|
|
|
|
2012-08-16 15:52:42 +00:00
|
|
|
%if %{with extras}
|
|
|
|
%package extras
|
|
|
|
Summary: Extra GStreamer plugins with good code and licensing
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description extras
|
|
|
|
GStreamer is a streaming media framework, based on graphs of filters
|
|
|
|
which operate on media data.
|
|
|
|
|
|
|
|
GStreamer Good Plugins is a collection of well-supported plugins of
|
|
|
|
good quality and under the LGPL license.
|
|
|
|
|
|
|
|
%{name}-extras contains extra "good" plugins
|
|
|
|
which are not used very much and require additional libraries
|
|
|
|
to be installed.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n gst-plugins-good-%{version}
|
|
|
|
|
|
|
|
%build
|
2020-06-22 13:03:42 +00:00
|
|
|
%meson \
|
|
|
|
-D package-name='Fedora GStreamer-plugins-good package' \
|
|
|
|
-D package-origin='http://download.fedoraproject.org' \
|
|
|
|
-D doc=disabled \
|
2021-02-23 11:24:18 +00:00
|
|
|
-D asm=%{?with_nasm:enabled}%{!?with_nasm:disabled} \
|
2022-01-26 09:03:50 +00:00
|
|
|
-D doc=disabled \
|
2020-06-22 13:03:42 +00:00
|
|
|
-D orc=enabled \
|
|
|
|
-D monoscope=disabled \
|
|
|
|
-D aalib=disabled \
|
|
|
|
-D libcaca=disabled \
|
2020-08-21 14:11:35 +00:00
|
|
|
-D rpicamsrc=disabled \
|
2020-06-22 15:21:32 +00:00
|
|
|
-D jack=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
|
|
|
%ifarch s390 s390x
|
|
|
|
-D dv=disabled -D dv1394=disabled \
|
2021-05-14 13:26:55 +00:00
|
|
|
%else
|
|
|
|
-D dv=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
|
|
|
-D dv1394=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
2023-01-31 18:44:38 +00:00
|
|
|
%endif
|
2023-10-05 21:24:44 +00:00
|
|
|
%if 0%{?flatpak_runtime}
|
2023-01-31 18:44:38 +00:00
|
|
|
-D v4l2-gudev=disabled \
|
2012-08-16 15:52:42 +00:00
|
|
|
%endif
|
2023-07-21 13:20:25 +00:00
|
|
|
-D qt-egl=disabled \
|
2023-06-18 05:12:07 +00:00
|
|
|
-D qt5=%{?with_qt5:enabled}%{!?with_qt5:disabled} \
|
|
|
|
-D qt6=%{?with_qt6:enabled}%{!?with_qt6:disabled}
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2020-06-22 13:03:42 +00:00
|
|
|
%meson_build
|
2012-08-16 15:52:42 +00:00
|
|
|
|
|
|
|
%install
|
2020-06-22 13:03:42 +00:00
|
|
|
%meson_install
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2018-05-22 14:00:00 +00:00
|
|
|
install -p -D %{SOURCE1} %{buildroot}%{_metainfodir}/gstreamer-good.appdata.xml
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
2015-03-26 10:06:36 +00:00
|
|
|
|
2012-08-16 15:52:42 +00:00
|
|
|
%find_lang gst-plugins-good-%{majorminor}
|
|
|
|
|
|
|
|
%files -f gst-plugins-good-%{majorminor}.lang
|
2015-09-26 09:14:05 +00:00
|
|
|
%license COPYING
|
2022-07-18 13:48:25 +00:00
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
2018-05-22 14:00:00 +00:00
|
|
|
%{_metainfodir}/gstreamer-good.appdata.xml
|
2020-06-22 13:03:42 +00:00
|
|
|
%if 0
|
2012-08-16 15:52:42 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
|
2020-06-22 13:03:42 +00:00
|
|
|
%endif
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2016-10-01 08:52:44 +00:00
|
|
|
# presets
|
2012-08-16 15:52:42 +00:00
|
|
|
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
2012-09-21 18:27:10 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstVP8Enc.prs
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer10Bands.prs
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstIirEqualizer3Bands.prs
|
2016-10-01 08:52:44 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstQTMux.prs
|
2012-08-16 15:52:42 +00:00
|
|
|
|
|
|
|
# non-core plugins without external dependencies
|
2023-01-23 09:15:44 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadaptivedemux2.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
|
2013-07-12 23:34:52 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstflxdec.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
|
2017-04-11 11:39:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstoss4.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
|
2023-01-23 09:15:44 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
|
|
|
|
|
|
|
|
# gstreamer-plugins with external dependencies but in the main package
|
2019-09-27 15:00:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
|
2013-02-06 17:15:27 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
|
2017-04-11 11:39:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpulseaudio.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
|
2017-04-11 11:39:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsoup.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
|
2012-09-21 18:27:10 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so
|
2012-08-16 15:52:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
|
2018-02-27 08:23:11 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
2012-08-16 15:52:42 +00:00
|
|
|
|
|
|
|
|
2018-02-27 08:23:11 +00:00
|
|
|
%files gtk
|
|
|
|
# Plugins with external dependencies
|
2018-02-27 08:40:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
|
2012-08-16 15:52:42 +00:00
|
|
|
|
2023-06-18 05:12:07 +00:00
|
|
|
%if %{with qt5}
|
2019-03-07 17:32:28 +00:00
|
|
|
%files qt
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstqmlgl.so
|
2023-06-18 05:12:07 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with qt6}
|
|
|
|
%files qt6
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstqml6.so
|
|
|
|
%endif
|
2019-03-07 17:32:28 +00:00
|
|
|
|
2012-08-16 15:52:42 +00:00
|
|
|
%if %{with extras}
|
|
|
|
%files extras
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
|
2021-05-14 13:26:55 +00:00
|
|
|
%ifnarch s390 s390x
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
|
|
|
%endif
|
2012-08-16 15:52:42 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-10-13 08:18:31 +00:00
|
|
|
* Fri Oct 13 2023 Jan Grulich <jgrulich@redhat.com> - 1.22.5-3
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
2023-10-05 08:10:44 +00:00
|
|
|
* Thu Oct 05 2023 Jan Grulich <jgrulich@redhat.com> - 1.22.5-2
|
|
|
|
- Rebuild (qt6)
|
|
|
|
|
2023-07-21 10:27:12 +00:00
|
|
|
* Fri Jul 21 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.5-1
|
|
|
|
- Update to 1.22.5
|
2023-07-21 13:20:25 +00:00
|
|
|
- Disable qt-egl and add some BuildRequires to make things compile.
|
2023-07-21 10:27:12 +00:00
|
|
|
|
2023-07-20 05:45:39 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-18 05:12:07 +00:00
|
|
|
* Sun Jun 18 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.3-2
|
|
|
|
- Enable Qt6 plugin, disable Qt5 plugin for RHEL 10
|
|
|
|
|
2023-05-25 09:34:32 +00:00
|
|
|
* Thu May 25 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.3-1
|
|
|
|
- Update to 1.22.3
|
|
|
|
|
2023-04-13 13:00:32 +00:00
|
|
|
* Thu Apr 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.2-1
|
|
|
|
- Update to 1.22.2
|
|
|
|
|
2023-03-13 16:35:56 +00:00
|
|
|
* Mon Mar 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
|
|
|
- Update to 1.22.1
|
|
|
|
|
2023-02-15 22:21:02 +00:00
|
|
|
* Wed Feb 15 2023 Tom Callaway <spot@fedoraproject.org> - 1.22.0-2
|
|
|
|
- rebuild for new libvpx
|
|
|
|
|
2023-01-24 11:07:43 +00:00
|
|
|
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.0-1
|
|
|
|
- Update to 1.22.0
|
|
|
|
|
2023-01-23 09:15:44 +00:00
|
|
|
* Fri Jan 20 2023 Wim Taymans <wtaymans@redhat.com> - 1.21.90-1
|
|
|
|
- Update to 1.21.90
|
|
|
|
|
2023-01-19 11:41:12 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-11 10:03:44 +00:00
|
|
|
* Wed Jan 11 2023 Wim Taymans <wtaymans@redhat.com> - 1.20.5-1
|
|
|
|
- Update to 1.20.5
|
|
|
|
|
2022-10-14 10:36:04 +00:00
|
|
|
* Thu Oct 13 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.4-1
|
|
|
|
- Update to 1.20.4
|
|
|
|
|
2022-09-13 23:04:18 +00:00
|
|
|
* Tue Sep 13 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.20.3-3
|
|
|
|
- Rebuilt for flac 1.4.0
|
|
|
|
|
2022-07-21 13:11:20 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-18 13:48:25 +00:00
|
|
|
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
|
|
|
|
- Update to 1.20.3
|
|
|
|
|
2022-02-04 14:33:56 +00:00
|
|
|
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
|
|
|
|
- Update to 1.20.0
|
|
|
|
|
2022-01-27 21:37:26 +00:00
|
|
|
* Thu Jan 27 2022 Tom Callaway <spot@fedoraproject.org> - 1.19.3-4
|
|
|
|
- rebuild for libvpx
|
|
|
|
|
2022-01-26 09:03:50 +00:00
|
|
|
* Wed Jan 26 2022 Wim Taymans <wtaymans@redhat.com> - 1.19.3-3
|
|
|
|
- Fix build
|
|
|
|
|
2022-01-20 11:55:17 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-11-11 16:37:06 +00:00
|
|
|
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
|
|
|
|
- Update to 1.19.3
|
|
|
|
|
2021-09-23 08:22:03 +00:00
|
|
|
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
|
|
|
- Update to 1.19.2
|
|
|
|
|
2021-07-22 07:13:58 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 07:52:29 +00:00
|
|
|
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
|
|
|
- Update to 1.19.1
|
|
|
|
|
2021-05-14 13:26:55 +00:00
|
|
|
* Fri May 14 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
|
|
|
|
- Move libdv and friends to extras
|
|
|
|
|
2021-03-16 10:34:41 +00:00
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
2021-02-23 11:24:18 +00:00
|
|
|
* Tue Feb 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
|
|
|
- use only nasm on fedora
|
|
|
|
|
2021-01-26 13:05:58 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-10 10:24:20 +00:00
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
2020-10-30 13:58:38 +00:00
|
|
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
2020-10-28 15:29:08 +00:00
|
|
|
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 1.18.0-2
|
|
|
|
- Fix bogus use of volatile diagnosed by gcc-11
|
|
|
|
|
2020-09-08 10:13:07 +00:00
|
|
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
2020-08-21 13:46:36 +00:00
|
|
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
|
|
|
- Update to 1.17.90
|
2020-08-21 14:11:35 +00:00
|
|
|
- disable rpicamsrc
|
2020-08-21 13:46:36 +00:00
|
|
|
|
2020-07-28 00:29:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-06 11:58:03 +00:00
|
|
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
|
|
|
- Update to 1.17.2
|
|
|
|
|
2020-06-22 13:03:42 +00:00
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
- Update to 1.17.1
|
2020-06-22 15:21:32 +00:00
|
|
|
- disable dv and 1394 on s390
|
2020-06-22 13:03:42 +00:00
|
|
|
|
2020-01-29 03:44:34 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-02 15:34:13 +00:00
|
|
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
|
|
|
- Update to 1.16.2
|
|
|
|
|
2019-09-27 15:00:24 +00:00
|
|
|
* Fri Sep 27 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
|
|
|
|
- Enable cairo plugins. (rhbz#1737254)
|
|
|
|
|
2019-09-24 14:12:59 +00:00
|
|
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
2019-07-25 07:56:49 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-23 11:35:53 +00:00
|
|
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
2019-03-07 18:33:04 +00:00
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-3
|
|
|
|
- -qt: fix Supplements
|
|
|
|
|
2019-03-07 17:32:28 +00:00
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
|
|
|
|
- -qt subpkg
|
|
|
|
|
2019-03-01 15:39:02 +00:00
|
|
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
2019-02-05 13:54:45 +00:00
|
|
|
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 1.15.1-3
|
|
|
|
- rebuilt (libvpx)
|
|
|
|
|
2019-02-01 01:45:44 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-28 08:40:09 +00:00
|
|
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
|
|
|
- Update to 1.15.1
|
|
|
|
|
2018-10-03 10:01:05 +00:00
|
|
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
|
|
|
- Update to 1.14.4
|
|
|
|
|
2018-09-18 10:28:27 +00:00
|
|
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
|
|
|
- Update to 1.14.3
|
|
|
|
|
2018-07-23 16:49:28 +00:00
|
|
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
|
|
|
- Update to 1.14.2
|
|
|
|
|
2018-07-20 08:57:10 +00:00
|
|
|
* Fri Jul 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-5
|
|
|
|
- Add c++ buildrequires
|
|
|
|
- Only build extras on fedora
|
|
|
|
|
2018-07-13 04:38:38 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-25 10:48:41 +00:00
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
|
|
|
- Rebuild to correct Provides (#1581325)
|
|
|
|
- Remove check line that was added for testing
|
|
|
|
|
2018-05-22 14:00:00 +00:00
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
- use %%make_build %%make_install %%_metainfodir
|
|
|
|
- %%build: --disable-qt (for now)
|
|
|
|
|
2018-05-21 09:17:27 +00:00
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
- Update to 1.14.1
|
|
|
|
|
2018-03-23 22:29:07 +00:00
|
|
|
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.14.0-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-03-21 08:06:33 +00:00
|
|
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.14.0
|
|
|
|
|
2018-03-15 10:50:16 +00:00
|
|
|
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
|
|
|
|
- Update to 1.13.91
|
|
|
|
|
2018-03-05 11:36:03 +00:00
|
|
|
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
|
|
|
|
- Update to 1.13.90
|
|
|
|
|
2018-02-27 15:35:12 +00:00
|
|
|
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-3
|
|
|
|
- -gtk: Obsoletes/Provides: gstreamer1-plugins-bad-free-gtk
|
|
|
|
- Obsoletes/Provides: gstreamer1-plugin-mpg123
|
|
|
|
|
2018-02-27 08:23:11 +00:00
|
|
|
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-2
|
|
|
|
- The gtk plugin was moved from -bad, make a new subpackage for it.
|
|
|
|
- the mp3 plugins were moved from -ugly, add BuildRequires.
|
2018-02-27 08:32:37 +00:00
|
|
|
- build requires GL now for gtkglsink
|
2018-02-27 08:23:11 +00:00
|
|
|
|
2018-02-27 08:03:28 +00:00
|
|
|
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
|
|
|
|
- Update to 1.13.1
|
|
|
|
|
2018-02-07 15:39:11 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-27 13:06:49 +00:00
|
|
|
* Sat Jan 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.12.4-3
|
|
|
|
- rebuild (libvpx)
|
|
|
|
|
2018-01-27 01:31:54 +00:00
|
|
|
* Fri Jan 26 2018 Tom Callaway <spot@fedoraproject.org> - 1.12.4-2
|
|
|
|
- rebuild for new libvpx
|
|
|
|
|
2017-12-11 10:39:36 +00:00
|
|
|
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
|
|
|
|
- Update to 1.12.4
|
|
|
|
|
2017-10-13 18:21:11 +00:00
|
|
|
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-09-19 13:00:19 +00:00
|
|
|
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
|
|
|
|
- Update to 1.12.3
|
|
|
|
|
2017-08-02 23:09:25 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 12:12:32 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-17 08:24:20 +00:00
|
|
|
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
|
|
|
|
- Update to 1.12.2
|
|
|
|
|
2017-06-20 16:48:30 +00:00
|
|
|
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
|
|
|
|
- Update to 1.12.1
|
|
|
|
|
2017-05-10 11:08:39 +00:00
|
|
|
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2017-04-28 15:44:42 +00:00
|
|
|
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
|
|
|
|
- Update to 1.11.91
|
|
|
|
|
2017-04-11 11:39:24 +00:00
|
|
|
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
|
|
|
|
- Update to 1.11.90
|
|
|
|
- Update plugin names
|
|
|
|
|
2017-02-24 19:30:07 +00:00
|
|
|
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2
|
|
|
|
|
2017-02-10 12:20:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-13 11:25:50 +00:00
|
|
|
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1
|
|
|
|
|
2016-12-05 08:33:32 +00:00
|
|
|
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
|
|
|
|
- Update to 1.10.2
|
|
|
|
- Remove obsolete patches
|
|
|
|
|
2016-11-28 09:48:01 +00:00
|
|
|
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-2
|
|
|
|
- Add fix for gstreamer FLIC decoder vulnerability
|
|
|
|
|
2016-11-28 09:41:24 +00:00
|
|
|
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
2016-11-03 08:41:51 +00:00
|
|
|
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
2016-10-01 08:42:18 +00:00
|
|
|
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
|
|
|
|
- Update to 1.9.90
|
2016-10-01 08:52:44 +00:00
|
|
|
- add QTMux presets
|
2016-10-01 08:42:18 +00:00
|
|
|
|
2016-09-01 13:26:06 +00:00
|
|
|
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2016-07-22 15:00:33 +00:00
|
|
|
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 1.9.1-2
|
|
|
|
- rebuild for new libvpx
|
|
|
|
|
2016-07-07 07:10:11 +00:00
|
|
|
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
|
2016-06-09 14:32:48 +00:00
|
|
|
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
2016-04-21 11:09:51 +00:00
|
|
|
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
2016-03-24 14:55:07 +00:00
|
|
|
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2016-03-16 08:26:10 +00:00
|
|
|
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
|
|
|
|
- Update to 1.7.91
|
|
|
|
|
2016-03-02 16:56:29 +00:00
|
|
|
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
|
|
|
|
- Update to 1.7.90
|
|
|
|
|
2016-02-19 15:46:29 +00:00
|
|
|
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
2016-02-05 05:10:34 +00:00
|
|
|
* Fri Feb 05 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-3
|
|
|
|
- Append --disable-fatal-warnings to %%configure to prevent
|
|
|
|
building from aborting for negligible warnings (Fix F24FTBFS)
|
|
|
|
- Append --disable-silent-rules to %%configure to make
|
|
|
|
building verbose.
|
|
|
|
- Don't remove buildroot before installing.
|
|
|
|
|
2016-02-03 23:26:47 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-05 10:32:35 +00:00
|
|
|
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
|
2015-12-15 09:35:32 +00:00
|
|
|
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
|
|
|
|
- Update to 1.6.2
|
|
|
|
|
2015-12-01 21:50:05 +00:00
|
|
|
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 1.6.1-2
|
|
|
|
- rebuild for libvpx 1.5.0
|
|
|
|
|
2015-11-02 09:34:06 +00:00
|
|
|
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
|
|
|
|
- Update to 1.6.1
|
|
|
|
|
2015-09-26 08:38:59 +00:00
|
|
|
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
2015-09-26 09:14:05 +00:00
|
|
|
- Use license macro for COPYING
|
2015-09-26 08:38:59 +00:00
|
|
|
|
2015-09-21 09:18:33 +00:00
|
|
|
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
|
|
|
|
- Update to 1.5.91
|
|
|
|
|
2015-09-18 10:01:35 +00:00
|
|
|
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
|
|
|
|
- Add optional data to AppStream metadata.
|
|
|
|
|
2015-08-19 13:37:30 +00:00
|
|
|
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
|
|
|
- Update to 1.5.90
|
|
|
|
|
2015-07-30 11:09:37 +00:00
|
|
|
* Sat Jul 18 2015 Francesco Frassinelli <fraph24@gmail.com> - 1.5.2-2
|
|
|
|
- Add missing dependencies required by ximagesrc. (#1136317)
|
|
|
|
|
2015-06-25 08:28:06 +00:00
|
|
|
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2015-06-17 09:57:25 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-08 15:30:06 +00:00
|
|
|
* Mon Jun 8 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
- Remove obsolete patches
|
|
|
|
|
2015-05-02 12:12:18 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-04-06 20:17:33 +00:00
|
|
|
* Mon Apr 6 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.5-4
|
|
|
|
- rebuild against libvpx 1.4.0
|
|
|
|
|
2015-03-26 10:06:36 +00:00
|
|
|
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
|
|
|
|
- Register as an AppStream component.
|
|
|
|
|
2015-03-06 16:57:25 +00:00
|
|
|
* Fri Mar 06 2015 David Woodhouse <dwmw2@infradead.org> - 1.4.5-2
|
|
|
|
- Don't force RTP jitterbuffer clock-rate (#1199579)
|
|
|
|
|
|
|
|
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> - 1.4.5-1
|
2015-01-28 18:00:30 +00:00
|
|
|
- Update to 1.4.5
|
|
|
|
|
2014-11-14 21:08:17 +00:00
|
|
|
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
|
|
|
|
- Update to 1.4.4
|
|
|
|
|
2014-09-22 11:03:57 +00:00
|
|
|
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2.
|
|
|
|
- Drop old patches
|
|
|
|
|
2014-08-29 10:56:53 +00:00
|
|
|
* Fri Aug 29 2014 Hans de Goede <hdegoede@redhat.com> - 1.4.1-2
|
|
|
|
- Fix v4l2-src not working with some v4l2 devices (bgo#735660)
|
|
|
|
|
2014-08-29 08:39:08 +00:00
|
|
|
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1.
|
|
|
|
|
2014-08-16 19:23:21 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 08:14:01 +00:00
|
|
|
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0.
|
|
|
|
|
2014-07-11 15:23:04 +00:00
|
|
|
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
|
|
|
|
- Update to 1.3.91.
|
|
|
|
|
2014-06-17 10:19:23 +00:00
|
|
|
* Tue Jun 17 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4.
|
|
|
|
- Drop old patches
|
|
|
|
|
2014-06-07 19:01:17 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-13 15:28:03 +00:00
|
|
|
* Thu Mar 13 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.3-2
|
|
|
|
- Rebuild for libvpx ABI break. See #1068664
|
2014-03-13 15:55:34 +00:00
|
|
|
- fix doc build
|
2014-03-13 15:28:03 +00:00
|
|
|
|
2014-02-10 14:43:38 +00:00
|
|
|
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
|
|
|
|
- Update to 1.2.3.
|
|
|
|
|
2014-01-14 11:02:26 +00:00
|
|
|
* Tue Jan 14 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.2-2
|
|
|
|
- Disable the cairo plugin, we don't package it.
|
|
|
|
|
2013-12-27 14:39:01 +00:00
|
|
|
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
|
|
|
|
- Update to 1.2.2.
|
|
|
|
|
2013-11-11 15:46:12 +00:00
|
|
|
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
|
|
|
|
- Update to 1.2.1.
|
|
|
|
|
2013-09-24 14:42:52 +00:00
|
|
|
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
|
|
|
|
- Update to 1.2.0.
|
|
|
|
|
2013-09-19 16:06:06 +00:00
|
|
|
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
|
|
|
|
- Update to 1.1.90.
|
|
|
|
|
2013-08-28 15:18:45 +00:00
|
|
|
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
|
|
|
|
- Update to 1.1.4.
|
|
|
|
|
2013-07-29 13:25:17 +00:00
|
|
|
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
|
|
|
|
- Update to 1.1.3.
|
|
|
|
|
2013-07-12 15:01:22 +00:00
|
|
|
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
|
|
|
|
- Update to 1.1.2.
|
|
|
|
|
2013-04-26 15:21:20 +00:00
|
|
|
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
|
|
|
|
- Update to 1.0.7.
|
|
|
|
|
2013-03-24 01:12:48 +00:00
|
|
|
* Sun Mar 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
|
|
|
|
- Update to 1.0.6.
|
2013-03-24 01:38:11 +00:00
|
|
|
- Drop BR on PyXML.
|
2013-03-24 01:12:48 +00:00
|
|
|
|
2013-02-06 17:15:27 +00:00
|
|
|
* Wed Feb 6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.5-3
|
|
|
|
- Add gdk-pixbuf2-devel build dep. It was pulled in by something else for gst 0.10
|
|
|
|
|
2013-01-18 17:16:22 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.5-2
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2013-01-08 15:54:10 +00:00
|
|
|
* Tue Jan 8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
|
|
|
|
- Update to 1.0.5
|
|
|
|
|
2012-12-19 01:42:29 +00:00
|
|
|
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
2012-11-21 16:29:17 +00:00
|
|
|
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
|
|
|
|
- Update to 1.0.3
|
|
|
|
- Drop speexdec patch. Fixed upstream.
|
|
|
|
- Drop vp8 patches. Fixed upstream.
|
|
|
|
|
2012-11-07 16:08:25 +00:00
|
|
|
* Wed Nov 7 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-3
|
|
|
|
- Fixes for GNOME #687464 and #687793
|
|
|
|
|
2012-11-02 10:58:30 +00:00
|
|
|
* Fri Nov 2 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.2-2
|
|
|
|
- Fixes for vp8dec including GNOME #687376
|
|
|
|
|
2012-10-25 15:37:37 +00:00
|
|
|
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
- Drop upstream patches since they are included in latest release.
|
|
|
|
|
2012-10-24 17:02:21 +00:00
|
|
|
* Wed Oct 24 2012 Debarshi Ray <rishi@fedoraproject.org> - 1.0.1-2
|
|
|
|
- Fix target-bitrate for vp8enc
|
|
|
|
|
2012-10-07 22:03:20 +00:00
|
|
|
* Sun Oct 7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2012-10-02 13:08:10 +00:00
|
|
|
* Tue Oct 2 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-3
|
|
|
|
- Add required version for vpx-devel. (#862157)
|
|
|
|
|
2012-10-01 19:23:42 +00:00
|
|
|
* Mon Oct 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
|
|
|
|
- Enable verbose build
|
|
|
|
|
2012-09-24 18:46:44 +00:00
|
|
|
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
|
|
|
|
- Update to 1.0.0.
|
|
|
|
|
2012-09-21 18:27:10 +00:00
|
|
|
* Fri Sep 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-2
|
|
|
|
- Add vp8 plugin to package from gst1-plugins-bad. (#859505)
|
|
|
|
|
2012-09-19 14:39:59 +00:00
|
|
|
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
|
|
|
|
- Update to 0.11.99
|
|
|
|
|
2012-09-14 15:15:06 +00:00
|
|
|
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
|
|
|
|
- Update to 0.11.94.
|
|
|
|
- Drop v4l2-buffer patch. Fixed upstream.
|
|
|
|
|
2012-08-16 15:52:42 +00:00
|
|
|
* Wed Aug 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
|
|
|
|
- Update to 0.11.93.
|
|
|
|
- Add batch to fix build with recent kernels, the v4l2_buffer input field was removed.
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
|
|
|
* Wed Jul 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
|
|
|
|
- Initial Fedora spec.
|