bc56f02
%bcond cdparanoia %{undefined rhel}
c79678a
%bcond libvisual %{undefined rhel}
bc56f02
b60ab6c
%global         majorminor      1.0
b60ab6c
ed5ed41
#global gitrel     140
ed5ed41
#global gitcommit  c52adc8fcccf691754ab762e667fffb5465c3354
ed5ed41
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
ed5ed41
b60ab6c
Name:           gstreamer1-plugins-base
f340a64
Version:        1.24.4
f340a64
Release:        1%{?dist}
b60ab6c
Summary:        GStreamer streaming media framework base plugins
b60ab6c
db0f0dd
License:        LGPL-2.1-or-later
b60ab6c
URL:            http://gstreamer.freedesktop.org/
ed5ed41
%if 0%{?gitrel}
ed5ed41
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base
ed5ed41
# cd gst-plugins-base; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
ed5ed41
Source0:        gst-plugins-base-%{version}.tar.xz
ed5ed41
%else
b60ab6c
Source0:        http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
ed5ed41
%endif
35a0f42
Patch0:         0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
b60ab6c
34105d6
BuildRequires:  meson >= 0.48.0
34105d6
BuildRequires:  gcc
7d636ee
BuildRequires:  gcc-c++
b60ab6c
BuildRequires:  gstreamer1-devel >= %{version}
b60ab6c
BuildRequires:  gobject-introspection-devel >= 1.31.1
b60ab6c
BuildRequires:  iso-codes-devel
b60ab6c
b60ab6c
BuildRequires:  alsa-lib-devel
bc56f02
%if %{with cdparanoia}
b60ab6c
BuildRequires:  cdparanoia-devel
bc56f02
%endif
b60ab6c
BuildRequires:  libogg-devel >= 1.0
b60ab6c
BuildRequires:  libtheora-devel >= 1.1
c79678a
%if %{with libvisual}
b60ab6c
BuildRequires:  libvisual-devel
c79678a
%endif
b60ab6c
BuildRequires:  libvorbis-devel >= 1.0
b60ab6c
BuildRequires:  libXv-devel
f25e4de
BuildRequires:  orc-devel >= 0.4.18
b60ab6c
BuildRequires:  pango-devel
b60ab6c
BuildRequires:  pkgconfig
9ebb23e
BuildRequires:  opus-devel
7a326ec
BuildRequires:  gdk-pixbuf2-devel
07b792a
BuildRequires:  gtk3-devel
b9fd1d2
BuildRequires:  libjpeg-turbo-devel
9ed69bd
0a3fadb
# for autogen.sh
1f34678
BuildRequires:  mesa-libGL-devel
1f34678
BuildRequires:  mesa-libGLES-devel
1f34678
BuildRequires:  mesa-libGLU-devel
1f34678
BuildRequires:  mesa-libEGL-devel
a462928
BuildRequires:  mesa-libgbm-devel
a462928
BuildRequires:  libgudev-devel
ed057c1
BuildRequires:  wayland-devel
fdd477f
BuildRequires:  egl-wayland-devel
cdd4f16
BuildRequires:  graphene-devel
13531db
# pkgconfig-style deps specifically searched-for by autotools/configure
13531db
BuildRequires: pkgconfig(wayland-client) >= 1.0
13531db
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
13531db
BuildRequires: pkgconfig(wayland-egl) >= 9.0
13531db
BuildRequires: pkgconfig(wayland-protocols) >= 1.15
b60ab6c
b60ab6c
Requires:       iso-codes
b60ab6c
9334b4f
#  libgstgl moved here
9334b4f
Conflicts: gstreamer1-plugins-bad-free < 1.13
9334b4f
b60ab6c
b60ab6c
%description
b60ab6c
GStreamer is a streaming media framework, based on graphs of filters which
b60ab6c
operate on media data. Applications using this library can do anything
b60ab6c
from real-time sound processing to playing videos, and just about anything
b60ab6c
else media-related.  Its plugin-based architecture means that new data
b60ab6c
types or processing capabilities can be added simply by installing new
b60ab6c
plug-ins.
b60ab6c
b60ab6c
This package contains a set of well-maintained base plug-ins.
b60ab6c
b60ab6c
b60ab6c
%package tools
b60ab6c
Summary:        Tools for GStreamer streaming media framework base plugins
0a3fadb
Requires:       %{name}%{?_isa} = %{version}-%{release}
b60ab6c
b60ab6c
%description tools
b60ab6c
GStreamer is a streaming media framework, based on graphs of filters which
b60ab6c
operate on media data. Applications using this library can do anything
b60ab6c
from real-time sound processing to playing videos, and just about anything
b60ab6c
else media-related.  Its plugin-based architecture means that new data
b60ab6c
types or processing capabilities can be added simply by installing new
b60ab6c
plug-ins.
b60ab6c
b60ab6c
This package contains the command-line tools for the base plugins.
b60ab6c
These include:
b60ab6c
b60ab6c
* gst-discoverer
b60ab6c
b60ab6c
b60ab6c
%package devel
b60ab6c
Summary:        GStreamer Base Plugins Development files
0a3fadb
Requires:       %{name}%{?_isa} = %{version}-%{release}
b60ab6c
b60ab6c
%description devel
b60ab6c
The %{name}-devel package contains libraries and header files
b60ab6c
for developing applications that use %{name}.
b60ab6c
b60ab6c
34105d6
%if 0
b60ab6c
%package devel-docs
b60ab6c
Summary:        Developer documentation for GStreamer Base plugins library
b60ab6c
Requires:       %{name} = %{version}-%{release}
b60ab6c
BuildArch:      noarch
b60ab6c
b60ab6c
%description devel-docs
b60ab6c
This %{name}-devel-docs package contains developer documentation
b60ab6c
for the GStreamer Base Plugins library.
34105d6
%endif
b60ab6c
b60ab6c
b60ab6c
%prep
b60ab6c
%setup -q -n gst-plugins-base-%{version}
cdd00db
%patch -P 0 -p1
b60ab6c
b60ab6c
%build
34105d6
%meson \
34105d6
  -D package-name='Fedora GStreamer-plugins-base package' \
34105d6
  -D package-origin='http://download.fedoraproject.org' \
a462928
  -D gl_winsys=wayland,x11,gbm \
bc56f02
  %{!?with_cdparanoia:-D cdparanoia=disabled} \
c79678a
  %{!?with_libvisual:-D libvisual=disabled} \
524feb6
  -D doc=disabled \
7a326ec
  -D orc=enabled \
7a326ec
  -D tremor=disabled \
b9d9e64
  -D tests=disabled \
b9d9e64
  -D examples=disabled
34105d6
%meson_build
b60ab6c
b60ab6c
%install
34105d6
%meson_install
b60ab6c
Richard Hughes 12fab1c
# Register as an AppStream component to be visible in the software center
Richard Hughes 12fab1c
#
Richard Hughes 12fab1c
# NOTE: It would be *awesome* if this file was maintained by the upstream
Richard Hughes 12fab1c
# project, translated and installed into the right place during `make install`.
Richard Hughes 12fab1c
#
Richard Hughes 12fab1c
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
Richard Hughes 12fab1c
#
Richard Hughes 12fab1c
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
Richard Hughes 12fab1c
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-base.appdata.xml <
Richard Hughes 12fab1c
Richard Hughes 12fab1c
Richard Hughes 12fab1c
<component type="codec">
Richard Hughes 12fab1c
  <id>gstreamer-base</id>
Richard Hughes 12fab1c
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes 12fab1c
  <name>GStreamer Multimedia Codecs - Base</name>
Richard Hughes 4d62977
  <summary>Multimedia playback for Ogg, Theora and Vorbis</summary>
Richard Hughes 12fab1c
  <description>
Richard Hughes 12fab1c
    

Richard Hughes 12fab1c
      This addon includes system codecs that are essential for the running system.
Richard Hughes 12fab1c
    

Richard Hughes 12fab1c
    

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

Richard Hughes 12fab1c
  </description>
Richard Hughes a90b81e
  <keywords>
Richard Hughes a90b81e
    <keyword>Ogg</keyword>
Richard Hughes a90b81e
    <keyword>Theora</keyword>
Richard Hughes a90b81e
    <keyword>Vorbis</keyword>
Richard Hughes a90b81e
  </keywords>
Richard Hughes 12fab1c
  <compulsory_for_desktop>GNOME</compulsory_for_desktop>
Richard Hughes 12fab1c
  <url type="homepage">http://gstreamer.freedesktop.org/</url>
Richard Hughes 12fab1c
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
Richard Hughes 12fab1c
  <url type="donation">http://www.gnome.org/friends/</url>
Richard Hughes 12fab1c
  <url type="help">http://gstreamer.freedesktop.org/documentation/</url>
Richard Hughes 12fab1c
  <update_contact></update_contact>
Richard Hughes 12fab1c
</component>
Richard Hughes 12fab1c
EOF
Richard Hughes 12fab1c
b60ab6c
%find_lang gst-plugins-base-%{majorminor}
b60ab6c
b60ab6c
# Clean out files that should not be part of the rpm.
0a3fadb
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
b60ab6c
#rm -f $RPM_BUILD_ROOT%{_bindir}/gst-visualise*
b60ab6c
#rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gst-visualise*
b60ab6c
0a3fadb
# Using a more robus approach above, avoids manual error-prone lists like below --rex
0a3fadb
%if 0
b60ab6c
# Remove rpath.
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
cc9678a
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstpbutils-1.0.so.*
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
cc9678a
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstaudio-1.0.so.*
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
d7ec170
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
d7ec170
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
bc56f02
%if %{with cdparanoia}
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
bc56f02
%endif
cc9678a
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstriff-1.0.so.*
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
c79678a
%if %{with libvisual}
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
c79678a
%endif
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
fed9c55
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvertscale.so
5a33e81
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
e95ab4d
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-device-monitor-1.0
b60ab6c
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
e95ab4d
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
0a3fadb
%endif
b60ab6c
b60ab6c
0a3fadb
%ldconfig_scriptlets
b60ab6c
b60ab6c
%files -f gst-plugins-base-%{majorminor}.lang
426b4d7
%license COPYING
2c91982
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
Richard Hughes 12fab1c
%{_datadir}/appdata/*.appdata.xml
1f852b1
%{_libdir}/libgstallocators-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstaudio-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstfft-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstriff-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgsttag-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstrtp-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstvideo-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstpbutils-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstrtsp-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstsdp-%{majorminor}.so.*
b60ab6c
%{_libdir}/libgstapp-%{majorminor}.so.*
0a3fadb
%{_libdir}/libgstgl-%{majorminor}.so.*
b60ab6c
b60ab6c
# gobject-introspection files
1f852b1
%{_libdir}/girepository-1.0/GstAllocators-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstApp-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstAudio-%{majorminor}.typelib
0a3fadb
%{_libdir}/girepository-1.0/GstGL-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstPbutils-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstRtp-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstRtsp-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstSdp-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstTag-%{majorminor}.typelib
b60ab6c
%{_libdir}/girepository-1.0/GstVideo-%{majorminor}.typelib
c243dd3
%{_libdir}/girepository-1.0/GstGLEGL-%{majorminor}.typelib
c243dd3
%{_libdir}/girepository-1.0/GstGLWayland-%{majorminor}.typelib
c243dd3
%{_libdir}/girepository-1.0/GstGLX11-%{majorminor}.typelib
b60ab6c
b60ab6c
# base plugins without external dependencies
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
0a3fadb
%{_libdir}/gstreamer-%{majorminor}/libgstaudiomixer.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
54a3971
%{_libdir}/gstreamer-%{majorminor}/libgstbasedebug.so
39b7c14
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
54a3971
%{_libdir}/gstreamer-%{majorminor}/libgstdsd.so
d7ec170
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
39b7c14
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
e12eb22
%{_libdir}/gstreamer-%{majorminor}/libgstpbtypes.so
d7ec170
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
fed9c55
%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvertscale.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
b60ab6c
b60ab6c
# base plugins with dependencies
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
bc56f02
%if %{with cdparanoia}
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
bc56f02
%endif
0a3fadb
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
c79678a
%if %{with libvisual}
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
c79678a
%endif
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
9ebb23e
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
b60ab6c
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
b60ab6c
b60ab6c
b60ab6c
%files tools
b60ab6c
%{_bindir}/gst-discoverer-%{majorminor}
7c05187
%{_bindir}/gst-play-%{majorminor}
1a3009d
%{_bindir}/gst-device-monitor-%{majorminor}
0d2bd92
%{_mandir}/man1/gst-discoverer-*
0d2bd92
%{_mandir}/man1/gst-play-*
0d2bd92
%{_mandir}/man1/gst-device-monitor-*
7c05187
b60ab6c
%files devel
1f852b1
%dir %{_includedir}/gstreamer-%{majorminor}/gst/allocators
95ec7c6
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators-prelude.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
54a3971
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdrmdumb.h
ed5ed41
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstfdmemory.h
0a3fadb
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstphysmemory.h
54a3971
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstshmallocator.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/app/app.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-prelude.h
48d41b3
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-enumtypes.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
39b7c14
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-buffer.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channels.h
3c95731
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channel-mixer.h
03a7a5d
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-converter.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-format.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-info.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-enumtypes.h
03a7a5d
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-quantize.h
c07b764
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-resampler.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-prelude.h
0a3fadb
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioaggregator.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiobasesink.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiobasesrc.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiocdsrc.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioclock.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiodecoder.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioencoder.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiofilter.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioiec61937.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiometa.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioringbuffer.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
0a3fadb
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiostreamalign.h
54a3971
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsd.h
54a3971
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsdformat.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/audio/streamvolume.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft-prelude.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfft.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfftf32.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfftf64.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstffts16.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstffts32.h
0a3fadb
%{_includedir}/gstreamer-%{majorminor}/gst/gl/
0a3fadb
%{_libdir}/gstreamer-%{majorminor}/include/gst/gl/
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/pbutils
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/codec-utils.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/descriptions.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-profile.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-target.h
03a7a5d
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstaudiovisualizer.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstdiscoverer.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstpluginsbaseversion.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/install-plugins.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/missing-plugins.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils-enumtypes.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils-prelude.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/riff
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-prelude.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-ids.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-media.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-read.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtp
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtcpbuffer.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbaseaudiopayload.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbasedepayload.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbasepayload.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbuffer.h
06bf34c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpdefs.h
06bf34c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtp-enumtypes.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtphdrext.h
39b7c14
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpmeta.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtppayloads.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp-prelude.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtsp
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsp.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsp-enumtypes.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspconnection.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspdefs.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspextension.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspmessage.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsprange.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsptransport.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspurl.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/rtsp.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/rtsp-prelude.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
1a3009d
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstmikey.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp-prelude.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagdemux.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagmux.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag-prelude.h
fccb533
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag-enumtypes.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/tag/xmpwriter.h
b60ab6c
%dir %{_includedir}/gstreamer-%{majorminor}/gst/video
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalance.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalancechannel.h
03a7a5d
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaffinetransformationmeta.h
39b7c14
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaggregator.h
c882931
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideocodecalphameta.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideodecoder.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoencoder.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideometa.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideopool.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideosink.h
01aab2b
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideotimecode.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoutils.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/navigation.h
39b7c14
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-anc.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-blend.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-overlay-composition.h
1f852b1
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-chroma.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-color.h
ed5ed41
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-converter.h
ed5ed41
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-dither.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-enumtypes.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-event.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
7a326ec
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-hdr.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
54a3971
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info-dma.h
dddec5b
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
ed5ed41
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
fed9c55
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-sei.h
ed5ed41
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-scaler.h
1a3009d
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-tile.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
af1a82e
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-prelude.h
01aab2b
%{_includedir}/gstreamer-%{majorminor}/gst/video/videodirection.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/videoorientation.h
b60ab6c
%{_includedir}/gstreamer-%{majorminor}/gst/video/videooverlay.h
b60ab6c
1f852b1
%{_libdir}/libgstallocators-%{majorminor}.so
b60ab6c
%{_libdir}/libgstaudio-%{majorminor}.so
b60ab6c
%{_libdir}/libgstriff-%{majorminor}.so
b60ab6c
%{_libdir}/libgstrtp-%{majorminor}.so
b60ab6c
%{_libdir}/libgsttag-%{majorminor}.so
b60ab6c
%{_libdir}/libgstvideo-%{majorminor}.so
b60ab6c
%{_libdir}/libgstpbutils-%{majorminor}.so
b60ab6c
%{_libdir}/libgstrtsp-%{majorminor}.so
b60ab6c
%{_libdir}/libgstsdp-%{majorminor}.so
b60ab6c
%{_libdir}/libgstfft-%{majorminor}.so
b60ab6c
%{_libdir}/libgstapp-%{majorminor}.so
0a3fadb
%{_libdir}/libgstgl-%{majorminor}.so
b60ab6c
b60ab6c
%dir %{_datadir}/gst-plugins-base/%{majorminor}/
b60ab6c
%{_datadir}/gst-plugins-base/%{majorminor}/license-translations.dict
b60ab6c
1f852b1
%{_datadir}/gir-1.0/GstAllocators-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstApp-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstAudio-%{majorminor}.gir
0a3fadb
%{_datadir}/gir-1.0/GstGL-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstPbutils-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstRtp-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstRtsp-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstSdp-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstTag-%{majorminor}.gir
b60ab6c
%{_datadir}/gir-1.0/GstVideo-%{majorminor}.gir
c243dd3
%{_datadir}/gir-1.0/GstGLEGL-%{majorminor}.gir
c243dd3
%{_datadir}/gir-1.0/GstGLWayland-%{majorminor}.gir
c243dd3
%{_datadir}/gir-1.0/GstGLX11-%{majorminor}.gir
b60ab6c
b60ab6c
# pkg-config files
b60ab6c
%{_libdir}/pkgconfig/*.pc
b60ab6c
34105d6
%if 0
b60ab6c
%files devel-docs
b60ab6c
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
b60ab6c
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
34105d6
%endif
b60ab6c
b60ab6c
%changelog
f340a64
* Wed May 29 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.4-1
f340a64
- 1.24.4
f340a64
c79678a
* Thu May 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.3-2
c79678a
- Disable libvisual in RHEL builds
c79678a
2a7fcf2
* Tue Apr 30 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.3-1
2a7fcf2
- 1.24.3
2a7fcf2
54a3971
* Tue Mar 05 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.0-1
54a3971
- Update to 1.24.0
54a3971
2789ca2
* Thu Jan 25 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.22.9-1
2789ca2
- 1.22.9
2789ca2
5b8762b
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-3
5b8762b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
5b8762b
aba6e1c
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-2
aba6e1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
aba6e1c
9104f26
* Mon Dec 18 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.8-1
9104f26
- 1.22.8
9104f26
4762551
* Tue Nov 14 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.7-1
4762551
- 1.22.7
4762551
86cbc48
* Fri Jul 21 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.5-1
86cbc48
- Update to 1.22.5
86cbc48
cfb2563
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-3
cfb2563
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
cfb2563
bc56f02
* Thu Jun 08 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.3-2
bc56f02
- Disable cdparanoia in RHEL builds
bc56f02
1051dc0
* Thu May 25 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.3-1
1051dc0
- Update to 1.22.3
1051dc0
addb8c6
* Thu Apr 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.2-1
addb8c6
- Update to 1.22.2
addb8c6
d8d5db6
* Mon Mar 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
d8d5db6
- Update to 1.22.1
d8d5db6
1d24589
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.0-1
1d24589
- Update to 1.22.0
1d24589
fed9c55
* Fri Jan 20 2023 Wim Taymans <wtaymans@redhat.com> - 1.21.90-1
fed9c55
- Update to 1.21.90
fed9c55
74249d6
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-2
74249d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
74249d6
bf05e80
* Wed Jan 11 2023 Wim Taymans <wtaymans@redhat.com> - 1.20.5-1
bf05e80
- Update to 1.20.5
bf05e80
e0e53db
* Thu Oct 13 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.4-1
e0e53db
- Update to 1.20.4
e0e53db
a462928
* Tue Sep 27 2022 Erico Nunes <ernunes@redhat.com> - 1.20.3-3
a462928
- Enable gbm winsys
a462928
387371e
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-2
387371e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
387371e
2c91982
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
2c91982
- Update to 1.20.3
2c91982
32d6154
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
32d6154
- Update to 1.20.0
32d6154
67a1c6d
* Wed Jan 26 2022 Wim Taymans <wtaymans@redhat.com> - 1.19.3-3
67a1c6d
- Fix build, gtk_doc does not exist anymore.
67a1c6d
d68505e
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
d68505e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d68505e
b009392
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
b009392
- Update to 1.19.3
b009392
cb42f70
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
cb42f70
- Update to 1.19.2
cb42f70
b4198d6
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
b4198d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b4198d6
c882931
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
c882931
- Update to 1.19.1
c882931
57d4da8
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
57d4da8
- Update to 1.18.4
57d4da8
6fa5812
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
6fa5812
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6fa5812
fd3d75f
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
fd3d75f
- Update to 1.18.2
fd3d75f
e9eb293
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
e9eb293
- Update to 1.18.1
e9eb293
c5004da
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
c5004da
- Update to 1.18.0
c5004da
f1c146b
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
f1c146b
- Update to 1.17.90
c243dd3
- Add new gir and typelib files
f1c146b
f3b4368
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
f3b4368
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f3b4368
80a3c5c
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
80a3c5c
- Update to 1.17.2
80a3c5c
b4a0f61
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
b4a0f61
- Update to 1.17.1
34105d6
- Use meson
34105d6
- disable docs
b4a0f61
cdd4f16
* Thu Apr 16 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-3
cdd4f16
- Add BR graphene-devel to build gltransform
cdd4f16
- Fixes rhbz#1822387
cdd4f16
1d7d4ef
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
1d7d4ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1d7d4ef
f8fca29
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
f8fca29
- Update to 1.16.2
f8fca29
d22def7
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
d22def7
- Update to 1.16.1
d22def7
5f51574
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
5f51574
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5f51574
6da7bab
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
6da7bab
- Update to 1.16.0
6da7bab
13531db
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
13531db
- update wayland-related build deps, --enable-gtk-doc
13531db
ee5fb20
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-1
ee5fb20
- %%build: --disable-gtk-doc to workaround FTBFS (hopefully temporary)
ee5fb20
dfb7d91
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
dfb7d91
- Update to 1.15.2
fdd477f
- Add egl-wayland dep
dfb7d91
35a5f72
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
35a5f72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
35a5f72
ab3652c
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
ab3652c
- rebuild for dependencies
ab3652c
39b7c14
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
39b7c14
- Update to 1.15.1
39b7c14
Bastien Nocera d97c7b6
* Fri Jan 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.14.4-2
Bastien Nocera d97c7b6
+ gstreamer1-plugins-base-1.14.4-2
Bastien Nocera d97c7b6
- Fix thumbnail colours for 10-bit MPEG-4 files
Bastien Nocera d97c7b6
6566baf
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
6566baf
- Update to 1.14.4
6566baf
0b95313
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
0b95313
- Update to 1.14.3
0b95313
b6073d1
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
b6073d1
- Update to 1.14.2
b6073d1
35c04ca
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
35c04ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
35c04ca
15c57f2
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
15c57f2
- rebuild (#1581325)
15c57f2
cab9b8a
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
cab9b8a
- rebuild (file)
cab9b8a
7fb4515
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
7fb4515
- Update to 1.14.1
7fb4515
- Remove obsolete patches
7fb4515
ed057c1
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
ed057c1
- Enable Wayland support (previously disabled due to missing wayland-devel
ed057c1
  as a BR - before it was probably brought in by something else).
ed057c1
6eb4a1d
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
6eb4a1d
- Update to 1.14.0
6eb4a1d
147597c
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
147597c
- Update to 1.13.91
af1a82e
- Add new prelude .h files
147597c
20f593a
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
20f593a
- Update to 1.13.90
20f593a
0a3fadb
* Sat Feb 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
0a3fadb
- tigten subpkg deps
0a3fadb
- fix rpaths
0a3fadb
- update %%files
0a3fadb
- use %%ldconfig_scriptlets %%make_build %%make_install
0a3fadb
- %%build: --disable-fatal-warnings --disable-silent-rules
9334b4f
- Conflicts: gstreamer1-plugins-bad-free < 1.13
0a3fadb
ecc817d
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
ecc817d
- Update to 1.13.1
67285a0
- Add patch to fix aliasing compilation error
1f34678
- Add GL buildrequires
ecc817d
09289c8
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
09289c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
09289c8
9c94ff2
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
9c94ff2
- Update to 1.12.4
9c94ff2
44d91b2
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
44d91b2
- Update to 1.12.3
44d91b2
a6f6a15
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
a6f6a15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a6f6a15
94bede9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
94bede9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
94bede9
335cd29
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
335cd29
- Update to 1.12.2
335cd29
a843d99
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
a843d99
- Update to 1.12.1
a843d99
c5e1c2f
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
c5e1c2f
- Update to 1.12.0
c5e1c2f
abbd40a
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
abbd40a
- Update to 1.11.91
48d41b3
- Add new headers
abbd40a
033a5b1
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
033a5b1
- Update to 1.11.90
d7ec170
- Add new plugins
033a5b1
4ea154c
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
4ea154c
- Update to 1.11.2
4ea154c
64912f7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
64912f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
64912f7
ff0eba7
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
ff0eba7
- Update to 1.11.1
ff0eba7
d476add
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
d476add
- Update to 1.10.2
d476add
6f0bee1
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
6f0bee1
- Update to 1.10.1
6f0bee1
784bfcd
* Thu Nov 3 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
784bfcd
- Update to 1.10.0
784bfcd
f7a4ffa
* Fri Sep 30 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
f7a4ffa
- Update to 1.9.90
f7a4ffa
aae2e86
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
aae2e86
- Update to 1.9.2
f9e7493
- drop upstreamed patch
01aab2b
- add new files
aae2e86
ea22521
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
ea22521
- Fix build on big-endian
ea22521
71e51b8
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
71e51b8
- Update to 1.9.1
c07b764
- add audio-resampler.h
71e51b8
bc40ea5
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
bc40ea5
- Update to 1.8.2
bc40ea5
e1a2064
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
e1a2064
- Update to 1.8.1
e1a2064
d3d39c8
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
d3d39c8
- Update to 1.8.0
d3d39c8
f332075
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
f332075
- Update to 1.7.91
f332075
9ebb23e
* Thu Mar 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-2
9ebb23e
- Add opus that was moved from -bad-free
9ebb23e
f83c861
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
f83c861
- Update to 1.7.90
f83c861
20e30c8
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
20e30c8
- Update to 1.7.2
3c95731
- fix for renamed header
20e30c8
7da2853
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
7da2853
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7da2853
7b598ce
* Mon Jan 4 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
7b598ce
- Update to 1.7.1
03a7a5d
- Add new files
7b598ce
5a1de67
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
5a1de67
- Update to 1.6.2
5a1de67
4f639ca
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
4f639ca
- Update to 1.6.1
4f639ca
f7060c7
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
f7060c7
- Update to 1.6.0
426b4d7
- Use license macro for COPYING
f7060c7
b49b978
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
b49b978
- Update to 1.5.91
b49b978
Richard Hughes 4d62977
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
Richard Hughes 4d62977
- Add optional data to AppStream metadata.
Richard Hughes 4d62977
2da78ba
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
2da78ba
- Update to 1.5.90
2da78ba
a293f57
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
a293f57
- Update to 1.5.2
93e8cc2
- Don't produce gir and typlib for GstRiff
dddec5b
- Add multiview headers
a293f57
8228df4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
8228df4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8228df4
ed5ed41
* Tue May 5 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
ed5ed41
- Update to 1.5.1
06bf34c
- add missing headers
ed5ed41
Richard Hughes 12fab1c
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
Richard Hughes 12fab1c
- Register as an AppStream component.
Richard Hughes 12fab1c
0f84b47
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-2
0f84b47
- Backport new missing plugins API
0f84b47
Bastien Nocera 94ea897
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> 1.4.5-1
Bastien Nocera 94ea897
- Update to 1.4.5
Bastien Nocera 94ea897
1b1747c
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
1b1747c
- Update to 1.4.4
1b1747c
93b9ce6
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
93b9ce6
- Update to 1.4.2.
93b9ce6
e608777
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
e608777
- Update to 1.4.1.
e608777
447d35a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
447d35a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
447d35a
a84e91d
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.0-2
a84e91d
- Rebuilt for gobject-introspection 1.41.4
a84e91d
d544ff6
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
d544ff6
- Update to 1.4.0.
d544ff6
1a3009d
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
1a3009d
- Update to 1.3.91.
1a3009d
43030c9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
43030c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
43030c9
0dfec10
* Fri May 23 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-2
0dfec10
- Improve conditional SSE and SSE2 compilation
0dfec10
bd30938
* Sun Apr 20 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.4-1
bd30938
- Update to 1.2.4.
bd30938
12d19de
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
12d19de
- Update to 1.2.3.
ded8632
- Drop patch to fix build on aarch64. Fixed upstream.
12d19de
bd24185
* Mon Jan 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.2-2
bd24185
- Add upstream patch to fix build on aarch64
bd24185
6db158c
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
6db158c
- Update to 1.2.2.
6db158c
0c239c0
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 1.2.1-2
0c239c0
- rebuild for new libvisual
0c239c0
cf6122e
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
cf6122e
- Update to 1.2.1.
cf6122e
- Drop patch to fix potential deadlock on startup. Fixed upstream.
cf6122e
Bastien Nocera d7bf8c0
* Thu Oct 03 2013 Bastien Nocera <bnocera@redhat.com> 1.2.0-2
Bastien Nocera d7bf8c0
- Fix potential deadlock on startup when playing audio files
Bastien Nocera d7bf8c0
e3a8683
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
e3a8683
- Update to 1.2.0.
e3a8683
1b40d03
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
1b40d03
- Update to 1.1.90.
f25e4de
- Bump minimum version of orc needed.
1b40d03
c12fbe1
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
c12fbe1
- Update to 1.1.4.
c12fbe1
a1f2fa8
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
a1f2fa8
- Update to 1.1.3.
a1f2fa8
cd52380
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
cd52380
- Update to 1.1.2.
cd52380
- Drop contrast/brightness video playback patch. Fixed upstream.
cd52380
Daniel Drake b54755b
* Wed May 29 2013 Daniel Drake <dsd@laptop.org> - 1.0.7-2
Daniel Drake b54755b
- Upstream patch to fix contrast/brightness in video playback
Daniel Drake b54755b
264a725
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
264a725
- Update to 1.0.7.
264a725
56e58e8
* Wed Apr  3 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-2
56e58e8
- Drop gst-visualise mention from description. (#947658)
56e58e8
e3dc7a1
* Fri Mar 22 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
e3dc7a1
- Update to 1.0.6.
3b9a092
- Drop BR on PyXML.
e3dc7a1
- Drop alsa delay patch. Fixed upstream.
e3dc7a1
Daniel Drake 90cbd03
* Thu Jan 24 2013 Daniel Drake <dsd@laptop.org> - 1.0.5-3
Daniel Drake 90cbd03
- Add upstream fix for excessive alsasink CPU usage
Daniel Drake 90cbd03
35a0f42
* Fri Jan 18 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-2
35a0f42
- Add patch to fix missing mp3 codec discovery. (#680809, #896018)
35a0f42
ff8be5c
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
ff8be5c
- Update to 1.0.5.
ff8be5c
0151eb5
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
0151eb5
- Update to 1.0.4
0151eb5
4a288fa
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
4a288fa
- Update to 1.0.3
4a288fa
8c76982
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
8c76982
- Update to 1.0.2.
8c76982
b211659
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
b211659
- Update to 1.0.1
b211659
8ab1f5f
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
8ab1f5f
- Enable verbose build
8ab1f5f
5065cbc
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
5065cbc
- Update to 1.0.0.
5065cbc
b63677e
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
b63677e
- Update to 0.11.99
b63677e
c01bdcf
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
c01bdcf
- Update to 0.11.94.
c01bdcf
b60ab6c
* Tue Aug 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
b60ab6c
- Update to 0.11.93.
b60ab6c
- Package gst-visualise.
b60ab6c
b60ab6c
* Tue Aug  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-2
b60ab6c
- Remove rpath.
b60ab6c
b60ab6c
* Tue Jul 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
b60ab6c
- Initial Fedora spec file.