|
|
@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
%bcond cdparanoia %{undefined rhel}
|
|
|
|
|
|
|
|
%bcond libvisual %{undefined rhel}
|
|
|
|
|
|
|
|
|
|
|
|
%global majorminor 1.0
|
|
|
|
%global majorminor 1.0
|
|
|
|
|
|
|
|
|
|
|
|
#global gitrel 140
|
|
|
|
#global gitrel 140
|
|
|
@ -5,11 +8,11 @@
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
|
|
|
|
|
|
|
Name: gstreamer1-plugins-base
|
|
|
|
Name: gstreamer1-plugins-base
|
|
|
|
Version: 1.16.1
|
|
|
|
Version: 1.24.6
|
|
|
|
Release: 4%{?gitcommit:.git%{shortcommit}}%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: GStreamer streaming media framework base plugins
|
|
|
|
Summary: GStreamer streaming media framework base plugins
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
URL: http://gstreamer.freedesktop.org/
|
|
|
|
URL: http://gstreamer.freedesktop.org/
|
|
|
|
%if 0%{?gitrel}
|
|
|
|
%if 0%{?gitrel}
|
|
|
|
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base
|
|
|
|
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base
|
|
|
@ -19,48 +22,48 @@ Source0: gst-plugins-base-%{version}.tar.xz
|
|
|
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
|
|
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
|
|
|
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
|
|
|
Patch1: 0002-video-disable-ORC_RESTRICT.patch
|
|
|
|
|
|
|
|
Patch2: 0001-subparse-Look-for-the-closing-of-a-tag-after-the-ope.patch
|
|
|
|
|
|
|
|
Patch3: 0002-subparse-Skip-after-the-end-of-a-valid-closing-tag-i.patch
|
|
|
|
|
|
|
|
Patch4: 0001-exiftag-Prevent-integer-overflows-and-out-of-bounds-.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.48.0
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
|
|
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
|
|
|
BuildRequires: iso-codes-devel
|
|
|
|
BuildRequires: iso-codes-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if %{with cdparanoia}
|
|
|
|
BuildRequires: cdparanoia-devel
|
|
|
|
BuildRequires: cdparanoia-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: libogg-devel >= 1.0
|
|
|
|
BuildRequires: libogg-devel >= 1.0
|
|
|
|
BuildRequires: libtheora-devel >= 1.1
|
|
|
|
BuildRequires: libtheora-devel >= 1.1
|
|
|
|
|
|
|
|
%if %{with libvisual}
|
|
|
|
BuildRequires: libvisual-devel
|
|
|
|
BuildRequires: libvisual-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
BuildRequires: libvorbis-devel >= 1.0
|
|
|
|
BuildRequires: libvorbis-devel >= 1.0
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
BuildRequires: orc-devel >= 0.4.18
|
|
|
|
BuildRequires: orc-devel >= 0.4.18
|
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: opus-devel
|
|
|
|
BuildRequires: opus-devel
|
|
|
|
|
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
|
|
|
BuildRequires: libjpeg-turbo-devel
|
|
|
|
|
|
|
|
|
|
|
|
# for autogen.sh
|
|
|
|
# for autogen.sh
|
|
|
|
BuildRequires: automake gettext-devel libtool
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLES-devel
|
|
|
|
BuildRequires: mesa-libGLES-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: mesa-libEGL-devel
|
|
|
|
BuildRequires: mesa-libEGL-devel
|
|
|
|
|
|
|
|
BuildRequires: mesa-libgbm-devel
|
|
|
|
|
|
|
|
BuildRequires: libgudev-devel
|
|
|
|
BuildRequires: wayland-devel
|
|
|
|
BuildRequires: wayland-devel
|
|
|
|
BuildRequires: egl-wayland-devel
|
|
|
|
BuildRequires: graphene-devel
|
|
|
|
# pkgconfig-style deps specifically searched-for by autotools/configure
|
|
|
|
# pkgconfig-style deps specifically searched-for by autotools/configure
|
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(wayland-egl) >= 9.0
|
|
|
|
BuildRequires: pkgconfig(wayland-egl) >= 9.0
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.15
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.15
|
|
|
|
|
|
|
|
|
|
|
|
# documentation
|
|
|
|
|
|
|
|
BuildRequires: gtk-doc >= 1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: iso-codes
|
|
|
|
Requires: iso-codes
|
|
|
|
|
|
|
|
|
|
|
|
# libgstgl moved here
|
|
|
|
# libgstgl moved here
|
|
|
@ -105,6 +108,7 @@ The %{name}-devel package contains libraries and header files
|
|
|
|
for developing applications that use %{name}.
|
|
|
|
for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0
|
|
|
|
%package devel-docs
|
|
|
|
%package devel-docs
|
|
|
|
Summary: Developer documentation for GStreamer Base plugins library
|
|
|
|
Summary: Developer documentation for GStreamer Base plugins library
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
@ -113,35 +117,29 @@ BuildArch: noarch
|
|
|
|
%description devel-docs
|
|
|
|
%description devel-docs
|
|
|
|
This %{name}-devel-docs package contains developer documentation
|
|
|
|
This %{name}-devel-docs package contains developer documentation
|
|
|
|
for the GStreamer Base Plugins library.
|
|
|
|
for the GStreamer Base Plugins library.
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n gst-plugins-base-%{version}
|
|
|
|
%setup -q -n gst-plugins-base-%{version}
|
|
|
|
%patch0 -p1
|
|
|
|
%patch -P 0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# die rpath (method of modifying libtool fails here)
|
|
|
|
%meson \
|
|
|
|
NOCONFIGURE=1 \
|
|
|
|
-D package-name='Fedora GStreamer-plugins-base package' \
|
|
|
|
./autogen.sh
|
|
|
|
-D package-origin='http://download.fedoraproject.org' \
|
|
|
|
|
|
|
|
-D gl_winsys=wayland,x11,gbm \
|
|
|
|
%configure \
|
|
|
|
%{!?with_cdparanoia:-D cdparanoia=disabled} \
|
|
|
|
--with-package-name='GStreamer-plugins-base package' \
|
|
|
|
%{!?with_libvisual:-D libvisual=disabled} \
|
|
|
|
--with-package-origin='http://www.redhat.com' \
|
|
|
|
-D doc=disabled \
|
|
|
|
--enable-experimental \
|
|
|
|
-D orc=enabled \
|
|
|
|
--disable-fatal-warnings \
|
|
|
|
-D tremor=disabled \
|
|
|
|
--disable-silent-rules \
|
|
|
|
-D tests=disabled \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
-D examples=disabled
|
|
|
|
--enable-orc
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
|
|
# Register as an AppStream component to be visible in the software center
|
|
|
|
# Register as an AppStream component to be visible in the software center
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -207,9 +205,8 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstaudio-1.0.so.*
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
|
|
|
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if %{with cdparanoia}
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstriff-1.0.so.*
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstriff-1.0.so.*
|
|
|
@ -217,9 +214,11 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstxvimage
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
|
|
|
|
|
|
|
%if %{with libvisual}
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
|
|
|
|
|
|
|
|
%endif
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvert.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvertscale.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
|
|
@ -233,7 +232,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
|
|
|
|
|
|
|
|
%files -f gst-plugins-base-%{majorminor}.lang
|
|
|
|
%files -f gst-plugins-base-%{majorminor}.lang
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README REQUIREMENTS
|
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
%{_datadir}/appdata/*.appdata.xml
|
|
|
|
%{_libdir}/libgstallocators-%{majorminor}.so.*
|
|
|
|
%{_libdir}/libgstallocators-%{majorminor}.so.*
|
|
|
|
%{_libdir}/libgstaudio-%{majorminor}.so.*
|
|
|
|
%{_libdir}/libgstaudio-%{majorminor}.so.*
|
|
|
@ -259,6 +258,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_libdir}/girepository-1.0/GstSdp-%{majorminor}.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstSdp-%{majorminor}.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstTag-%{majorminor}.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstTag-%{majorminor}.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstVideo-%{majorminor}.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstVideo-%{majorminor}.typelib
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/GstGLEGL-%{majorminor}.typelib
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/GstGLWayland-%{majorminor}.typelib
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/GstGLX11-%{majorminor}.typelib
|
|
|
|
|
|
|
|
|
|
|
|
# base plugins without external dependencies
|
|
|
|
# base plugins without external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
|
|
|
@ -268,7 +270,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
|
|
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstbasedebug.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
|
|
|
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdsd.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
|
|
|
@ -278,19 +282,20 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvert.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvertscale.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
|
|
|
|
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
|
|
|
|
|
|
|
|
|
|
|
|
# base plugins with dependencies
|
|
|
|
# base plugins with dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if %{with cdparanoia}
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
|
|
|
|
|
|
|
|
%if %{with libvisual}
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
|
|
|
@ -308,14 +313,15 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_mandir}/man1/gst-play-*
|
|
|
|
%{_mandir}/man1/gst-play-*
|
|
|
|
%{_mandir}/man1/gst-device-monitor-*
|
|
|
|
%{_mandir}/man1/gst-device-monitor-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/allocators
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/allocators
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators-prelude.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators-prelude.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdrmdumb.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstfdmemory.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstfdmemory.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstphysmemory.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstphysmemory.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstshmallocator.h
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/app/app.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/app/app.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-prelude.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-prelude.h
|
|
|
@ -348,6 +354,8 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiostreamalign.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiostreamalign.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsd.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsdformat.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/streamvolume.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio/streamvolume.h
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft.h
|
|
|
@ -421,6 +429,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalancechannel.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalancechannel.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaffinetransformationmeta.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaffinetransformationmeta.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaggregator.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaggregator.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideocodecalphameta.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideodecoder.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideodecoder.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoencoder.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoencoder.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
|
|
|
@ -441,9 +450,12 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-event.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-event.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-hdr.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info-dma.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
|
|
|
|
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-sei.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-scaler.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-scaler.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-tile.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-tile.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
|
|
|
@ -478,39 +490,225 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|
|
|
%{_datadir}/gir-1.0/GstSdp-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstSdp-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstTag-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstTag-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstVideo-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstVideo-%{majorminor}.gir
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/GstGLEGL-%{majorminor}.gir
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/GstGLWayland-%{majorminor}.gir
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/GstGLX11-%{majorminor}.gir
|
|
|
|
|
|
|
|
|
|
|
|
# pkg-config files
|
|
|
|
# pkg-config files
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0
|
|
|
|
%files devel-docs
|
|
|
|
%files devel-docs
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Nov 08 2024 Wim Taymans <wtaymans@redhat.com> - 1.16.1-4
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.24.6-3
|
|
|
|
- CVE-2024-4453 gstreamer1: EXIF Metadata Parsing Integer Overflow
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Resolves: RHEL-38509
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Wim Taymans <wtaymans@redhat.com> - 1.16.1-3
|
|
|
|
* Fri Aug 02 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.24.6-2
|
|
|
|
- CVE-2023-37328 gstreamer1-plugins-base: heap overwrite in subtitle parsing
|
|
|
|
- Remove unused egl-wayland-devel dependency
|
|
|
|
- Resolves: RHEL-19472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 9 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.1-2
|
|
|
|
* Mon Jul 29 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.6-1
|
|
|
|
- Fix man file names for Flatpak builds
|
|
|
|
- 1.24.6
|
|
|
|
- Resolves: rhbz#1895935
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 15 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.22.12-2
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2024 Wim Taymans <wtaymans@redhat.com> - 1.22.12-1
|
|
|
|
|
|
|
|
- Update to 1.22.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.5-1
|
|
|
|
|
|
|
|
- 1.24.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.4-1
|
|
|
|
|
|
|
|
- 1.24.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.3-2
|
|
|
|
|
|
|
|
- Disable libvisual in RHEL builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 30 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.3-1
|
|
|
|
|
|
|
|
- 1.24.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.0-1
|
|
|
|
|
|
|
|
- Update to 1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.22.9-1
|
|
|
|
|
|
|
|
- 1.22.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.8-1
|
|
|
|
|
|
|
|
- 1.22.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.7-1
|
|
|
|
|
|
|
|
- 1.22.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.5-1
|
|
|
|
|
|
|
|
- Update to 1.22.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 08 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.3-2
|
|
|
|
|
|
|
|
- Disable cdparanoia in RHEL builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 25 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.3-1
|
|
|
|
|
|
|
|
- Update to 1.22.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.2-1
|
|
|
|
|
|
|
|
- Update to 1.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
|
|
|
|
|
|
|
- Update to 1.22.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.0-1
|
|
|
|
|
|
|
|
- Update to 1.22.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Wim Taymans <wtaymans@redhat.com> - 1.21.90-1
|
|
|
|
|
|
|
|
- Update to 1.21.90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 11 2023 Wim Taymans <wtaymans@redhat.com> - 1.20.5-1
|
|
|
|
|
|
|
|
- Update to 1.20.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 13 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.4-1
|
|
|
|
|
|
|
|
- Update to 1.20.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 27 2022 Erico Nunes <ernunes@redhat.com> - 1.20.3-3
|
|
|
|
|
|
|
|
- Enable gbm winsys
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
|
|
|
|
|
|
|
|
- Update to 1.20.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
|
|
|
|
|
|
|
|
- Update to 1.20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Wim Taymans <wtaymans@redhat.com> - 1.19.3-3
|
|
|
|
|
|
|
|
- Fix build, gtk_doc does not exist anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
|
|
|
|
|
|
|
|
- Update to 1.19.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
|
|
|
|
|
|
|
- Update to 1.19.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
|
|
|
|
|
|
|
- Update to 1.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
|
|
|
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
|
|
|
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
|
|
|
|
|
|
|
- Update to 1.17.90
|
|
|
|
|
|
|
|
- Add new gir and typelib files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
|
|
|
|
|
|
|
- Update to 1.17.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
|
|
|
|
- Update to 1.17.1
|
|
|
|
|
|
|
|
- Use meson
|
|
|
|
|
|
|
|
- disable docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 16 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-3
|
|
|
|
|
|
|
|
- Add BR graphene-devel to build gltransform
|
|
|
|
|
|
|
|
- Fixes rhbz#1822387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
|
|
|
|
|
|
|
- Update to 1.16.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
- Update to 1.16.1
|
|
|
|
- Update to 1.16.1
|
|
|
|
- Resolves: rhbz#1756299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-4
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
|
|
|
- Remove cdparanoia dependency
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Resolves: rhbz#1605265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2018 Troy Dawson <tdawson@redhat.com> - 1.14.0-3
|
|
|
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
|
|
|
- Add BuildRequest python3-devel
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
|
|
|
|
|
|
|
|
- update wayland-related build deps, --enable-gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-1
|
|
|
|
|
|
|
|
- %%build: --disable-gtk-doc to workaround FTBFS (hopefully temporary)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
|
|
|
- Add egl-wayland dep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
|
|
|
|
- rebuild for dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
|
|
|
|
|
|
|
- Update to 1.15.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.14.4-2
|
|
|
|
|
|
|
|
+ gstreamer1-plugins-base-1.14.4-2
|
|
|
|
|
|
|
|
- Fix thumbnail colours for 10-bit MPEG-4 files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
|
|
|
|
|
|
|
- Update to 1.14.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
|
|
|
|
|
|
|
- Update to 1.14.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
|
|
|
|
|
|
|
- Update to 1.14.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
|
|
|
|
|
|
|
- rebuild (#1581325)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
|
|
|
|
- rebuild (file)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
|
|
|
|
- Update to 1.14.1
|
|
|
|
|
|
|
|
- Remove obsolete patches
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
|
|
|
|
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
|
|
|
|
- Enable Wayland support (previously disabled due to missing wayland-devel
|
|
|
|
- Enable Wayland support (previously disabled due to missing wayland-devel
|