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

79d058
      This addon includes system codecs that are essential for the running system.
79d058
    

79d058
    

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

79d058
  </description>
79d058
  <keywords>
79d058
    <keyword>Ogg</keyword>
79d058
    <keyword>Theora</keyword>
79d058
    <keyword>Vorbis</keyword>
79d058
  </keywords>
79d058
  <compulsory_for_desktop>GNOME</compulsory_for_desktop>
79d058
  <url type="homepage">http://gstreamer.freedesktop.org/</url>
79d058
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
79d058
  <url type="donation">http://www.gnome.org/friends/</url>
79d058
  <url type="help">http://gstreamer.freedesktop.org/documentation/</url>
79d058
  <update_contact></update_contact>
79d058
</component>
79d058
EOF
79d058
79d058
%find_lang gst-plugins-base-%{majorminor}
79d058
79d058
# Clean out files that should not be part of the rpm.
79d058
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
79d058
#rm -f $RPM_BUILD_ROOT%{_bindir}/gst-visualise*
79d058
#rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gst-visualise*
79d058
79d058
# Using a more robus approach above, avoids manual error-prone lists like below --rex
79d058
%if 0
79d058
# Remove rpath.
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstpbutils-1.0.so.*
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstaudio-1.0.so.*
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstriff-1.0.so.*
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvert.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
79d058
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-device-monitor-1.0
79d058
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-discoverer-1.0
79d058
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
79d058
%endif
79d058
79d058
79d058
%ldconfig_scriptlets
79d058
79d058
%files -f gst-plugins-base-%{majorminor}.lang
79d058
%license COPYING
79d058
%doc AUTHORS README REQUIREMENTS
79d058
%{_datadir}/appdata/*.appdata.xml
79d058
%{_libdir}/libgstallocators-%{majorminor}.so.*
79d058
%{_libdir}/libgstaudio-%{majorminor}.so.*
79d058
%{_libdir}/libgstfft-%{majorminor}.so.*
79d058
%{_libdir}/libgstriff-%{majorminor}.so.*
79d058
%{_libdir}/libgsttag-%{majorminor}.so.*
79d058
%{_libdir}/libgstrtp-%{majorminor}.so.*
79d058
%{_libdir}/libgstvideo-%{majorminor}.so.*
79d058
%{_libdir}/libgstpbutils-%{majorminor}.so.*
79d058
%{_libdir}/libgstrtsp-%{majorminor}.so.*
79d058
%{_libdir}/libgstsdp-%{majorminor}.so.*
79d058
%{_libdir}/libgstapp-%{majorminor}.so.*
79d058
%{_libdir}/libgstgl-%{majorminor}.so.*
79d058
79d058
# gobject-introspection files
79d058
%{_libdir}/girepository-1.0/GstAllocators-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstApp-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstAudio-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstGL-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstPbutils-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstRtp-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstRtsp-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstSdp-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstTag-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstVideo-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstGLEGL-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstGLWayland-%{majorminor}.typelib
79d058
%{_libdir}/girepository-1.0/GstGLX11-%{majorminor}.typelib
79d058
79d058
# base plugins without external dependencies
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstaudiomixer.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstpbtypes.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvideoconvert.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
79d058
79d058
# base plugins with dependencies
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
79d058
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
79d058
79d058
79d058
%files tools
79d058
%{_bindir}/gst-discoverer-%{majorminor}
79d058
%{_bindir}/gst-play-%{majorminor}
79d058
%{_bindir}/gst-device-monitor-%{majorminor}
f5f2b5
%{_mandir}/man1/gst-discoverer-*
f5f2b5
%{_mandir}/man1/gst-play-*
f5f2b5
%{_mandir}/man1/gst-device-monitor-*
79d058
79d058
79d058
%files devel
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/allocators
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstfdmemory.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstphysmemory.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/app/app.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-buffer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channels.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-channel-mixer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-converter.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-format.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-info.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-quantize.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-resampler.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioaggregator.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiobasesink.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiobasesrc.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiocdsrc.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioclock.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiodecoder.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioencoder.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiofilter.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioiec61937.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiometa.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioringbuffer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiostreamalign.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/audio/streamvolume.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfft.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfftf32.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfftf64.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstffts16.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstffts32.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/gl/
79d058
%{_libdir}/gstreamer-%{majorminor}/include/gst/gl/
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/pbutils
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/codec-utils.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/descriptions.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-profile.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-target.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstaudiovisualizer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstdiscoverer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstpluginsbaseversion.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/install-plugins.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/missing-plugins.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils-prelude.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/riff
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-ids.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-media.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-read.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtp
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtcpbuffer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbaseaudiopayload.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbasedepayload.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbasepayload.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbuffer.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpdefs.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtp-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtphdrext.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpmeta.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtppayloads.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/rtp-prelude.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtsp
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsp.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsp-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspconnection.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspdefs.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspextension.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspmessage.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsprange.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsptransport.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspurl.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/rtsp.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/rtsp-prelude.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstmikey.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/sdp-prelude.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagdemux.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagmux.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/tag/xmpwriter.h
79d058
%dir %{_includedir}/gstreamer-%{majorminor}/gst/video
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalance.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/colorbalancechannel.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaffinetransformationmeta.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoaggregator.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideodecoder.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoencoder.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideometa.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideopool.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideosink.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideotimecode.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideoutils.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/navigation.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-anc.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-blend.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-overlay-composition.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-chroma.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-color.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-converter.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-dither.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-enumtypes.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-event.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-format.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-hdr.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-scaler.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-tile.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-prelude.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/videodirection.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/videoorientation.h
79d058
%{_includedir}/gstreamer-%{majorminor}/gst/video/videooverlay.h
79d058
79d058
%{_libdir}/libgstallocators-%{majorminor}.so
79d058
%{_libdir}/libgstaudio-%{majorminor}.so
79d058
%{_libdir}/libgstriff-%{majorminor}.so
79d058
%{_libdir}/libgstrtp-%{majorminor}.so
79d058
%{_libdir}/libgsttag-%{majorminor}.so
79d058
%{_libdir}/libgstvideo-%{majorminor}.so
79d058
%{_libdir}/libgstpbutils-%{majorminor}.so
79d058
%{_libdir}/libgstrtsp-%{majorminor}.so
79d058
%{_libdir}/libgstsdp-%{majorminor}.so
79d058
%{_libdir}/libgstfft-%{majorminor}.so
79d058
%{_libdir}/libgstapp-%{majorminor}.so
79d058
%{_libdir}/libgstgl-%{majorminor}.so
79d058
79d058
%dir %{_datadir}/gst-plugins-base/%{majorminor}/
79d058
%{_datadir}/gst-plugins-base/%{majorminor}/license-translations.dict
79d058
79d058
%{_datadir}/gir-1.0/GstAllocators-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstApp-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstAudio-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstGL-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstPbutils-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstRtp-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstRtsp-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstSdp-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstTag-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstVideo-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstGLEGL-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstGLWayland-%{majorminor}.gir
79d058
%{_datadir}/gir-1.0/GstGLX11-%{majorminor}.gir
79d058
79d058
# pkg-config files
79d058
%{_libdir}/pkgconfig/*.pc
79d058
79d058
%if 0
79d058
%files devel-docs
79d058
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
79d058
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
79d058
%endif
79d058
79d058
%changelog
f5f2b5
* Fri Jan 14 2022 Wim Taymans <wtaymans@redhat.com> - 1.18.4-5
f5f2b5
- Handle both compressed and uncompressed man pages
f5f2b5
- Fix build with small patch
f5f2b5
- Resolves: rhbz#2005247
f5f2b5
79d058
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-4
79d058
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
79d058
  Related: rhbz#1991688
79d058
79d058
* Thu Jul 15 2021 Jiri Kucera <jkucera@redhat.com> - 1.18.4-3
79d058
- Remove cdparanoia dependency on el9 and later
79d058
- Resolves: rhbz#1973678
79d058
79d058
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-2
79d058
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
79d058
79d058
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
79d058
- Update to 1.18.4
79d058
79d058
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
79d058
79d058
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
79d058
- Update to 1.18.2
79d058
79d058
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
79d058
- Update to 1.18.1
79d058
79d058
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
79d058
- Update to 1.18.0
79d058
79d058
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
79d058
- Update to 1.17.90
79d058
- Add new gir and typelib files
79d058
79d058
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
79d058
79d058
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
79d058
- Update to 1.17.2
79d058
79d058
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
79d058
- Update to 1.17.1
79d058
- Use meson
79d058
- disable docs
79d058
79d058
* Thu Apr 16 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-3
79d058
- Add BR graphene-devel to build gltransform
79d058
- Fixes rhbz#1822387
79d058
79d058
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
79d058
79d058
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
79d058
- Update to 1.16.2
79d058
79d058
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
79d058
- Update to 1.16.1
79d058
79d058
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
79d058
79d058
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
79d058
- Update to 1.16.0
79d058
79d058
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-2
79d058
- update wayland-related build deps, --enable-gtk-doc
79d058
79d058
* Thu Mar 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.15.2-1
79d058
- %%build: --disable-gtk-doc to workaround FTBFS (hopefully temporary)
79d058
79d058
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
79d058
- Update to 1.15.2
79d058
- Add egl-wayland dep
79d058
79d058
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
79d058
79d058
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
79d058
- rebuild for dependencies
79d058
79d058
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
79d058
- Update to 1.15.1
79d058
79d058
* Fri Jan 11 2019 Bastien Nocera <bnocera@redhat.com> - 1.14.4-2
79d058
+ gstreamer1-plugins-base-1.14.4-2
79d058
- Fix thumbnail colours for 10-bit MPEG-4 files
79d058
79d058
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
79d058
- Update to 1.14.4
79d058
79d058
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
79d058
- Update to 1.14.3
79d058
79d058
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
79d058
- Update to 1.14.2
79d058
79d058
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
79d058
79d058
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
79d058
- rebuild (#1581325)
79d058
79d058
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
79d058
- rebuild (file)
79d058
79d058
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
79d058
- Update to 1.14.1
79d058
- Remove obsolete patches
79d058
79d058
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
79d058
- Enable Wayland support (previously disabled due to missing wayland-devel
79d058
  as a BR - before it was probably brought in by something else).
79d058
79d058
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
79d058
- Update to 1.14.0
79d058
79d058
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
79d058
- Update to 1.13.91
79d058
- Add new prelude .h files
79d058
79d058
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
79d058
- Update to 1.13.90
79d058
79d058
* Sat Feb 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
79d058
- tigten subpkg deps
79d058
- fix rpaths
79d058
- update %%files
79d058
- use %%ldconfig_scriptlets %%make_build %%make_install
79d058
- %%build: --disable-fatal-warnings --disable-silent-rules
79d058
- Conflicts: gstreamer1-plugins-bad-free < 1.13
79d058
79d058
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
79d058
- Update to 1.13.1
79d058
- Add patch to fix aliasing compilation error
79d058
- Add GL buildrequires
79d058
79d058
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
79d058
79d058
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
79d058
- Update to 1.12.4
79d058
79d058
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
79d058
- Update to 1.12.3
79d058
79d058
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
79d058
79d058
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
79d058
79d058
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
79d058
- Update to 1.12.2
79d058
79d058
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
79d058
- Update to 1.12.1
79d058
79d058
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
79d058
- Update to 1.12.0
79d058
79d058
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
79d058
- Update to 1.11.91
79d058
- Add new headers
79d058
79d058
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
79d058
- Update to 1.11.90
79d058
- Add new plugins
79d058
79d058
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
79d058
- Update to 1.11.2
79d058
79d058
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
79d058
79d058
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
79d058
- Update to 1.11.1
79d058
79d058
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
79d058
- Update to 1.10.2
79d058
79d058
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
79d058
- Update to 1.10.1
79d058
79d058
* Thu Nov 3 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
79d058
- Update to 1.10.0
79d058
79d058
* Fri Sep 30 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
79d058
- Update to 1.9.90
79d058
79d058
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
79d058
- Update to 1.9.2
79d058
- drop upstreamed patch
79d058
- add new files
79d058
79d058
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
79d058
- Fix build on big-endian
79d058
79d058
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
79d058
- Update to 1.9.1
79d058
- add audio-resampler.h
79d058
79d058
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
79d058
- Update to 1.8.2
79d058
79d058
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
79d058
- Update to 1.8.1
79d058
79d058
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
79d058
- Update to 1.8.0
79d058
79d058
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
79d058
- Update to 1.7.91
79d058
79d058
* Thu Mar 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-2
79d058
- Add opus that was moved from -bad-free
79d058
79d058
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
79d058
- Update to 1.7.90
79d058
79d058
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
79d058
- Update to 1.7.2
79d058
- fix for renamed header
79d058
79d058
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
79d058
79d058
* Mon Jan 4 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
79d058
- Update to 1.7.1
79d058
- Add new files
79d058
79d058
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
79d058
- Update to 1.6.2
79d058
79d058
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
79d058
- Update to 1.6.1
79d058
79d058
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
79d058
- Update to 1.6.0
79d058
- Use license macro for COPYING
79d058
79d058
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
79d058
- Update to 1.5.91
79d058
79d058
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-2
79d058
- Add optional data to AppStream metadata.
79d058
79d058
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
79d058
- Update to 1.5.90
79d058
79d058
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
79d058
- Update to 1.5.2
79d058
- Don't produce gir and typlib for GstRiff
79d058
- Add multiview headers
79d058
79d058
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
79d058
79d058
* Tue May 5 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
79d058
- Update to 1.5.1
79d058
- add missing headers
79d058
79d058
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
79d058
- Register as an AppStream component.
79d058
79d058
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-2
79d058
- Backport new missing plugins API
79d058
79d058
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> 1.4.5-1
79d058
- Update to 1.4.5
79d058
79d058
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
79d058
- Update to 1.4.4
79d058
79d058
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
79d058
- Update to 1.4.2.
79d058
79d058
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
79d058
- Update to 1.4.1.
79d058
79d058
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
79d058
79d058
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.0-2
79d058
- Rebuilt for gobject-introspection 1.41.4
79d058
79d058
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
79d058
- Update to 1.4.0.
79d058
79d058
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
79d058
- Update to 1.3.91.
79d058
79d058
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
79d058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
79d058
79d058
* Fri May 23 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-2
79d058
- Improve conditional SSE and SSE2 compilation
79d058
79d058
* Sun Apr 20 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.4-1
79d058
- Update to 1.2.4.
79d058
79d058
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
79d058
- Update to 1.2.3.
79d058
- Drop patch to fix build on aarch64. Fixed upstream.
79d058
79d058
* Mon Jan 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.2-2
79d058
- Add upstream patch to fix build on aarch64
79d058
79d058
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
79d058
- Update to 1.2.2.
79d058
79d058
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 1.2.1-2
79d058
- rebuild for new libvisual
79d058
79d058
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
79d058
- Update to 1.2.1.
79d058
- Drop patch to fix potential deadlock on startup. Fixed upstream.
79d058
79d058
* Thu Oct 03 2013 Bastien Nocera <bnocera@redhat.com> 1.2.0-2
79d058
- Fix potential deadlock on startup when playing audio files
79d058
79d058
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
79d058
- Update to 1.2.0.
79d058
79d058
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
79d058
- Update to 1.1.90.
79d058
- Bump minimum version of orc needed.
79d058
79d058
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
79d058
- Update to 1.1.4.
79d058
79d058
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
79d058
- Update to 1.1.3.
79d058
79d058
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
79d058
- Update to 1.1.2.
79d058
- Drop contrast/brightness video playback patch. Fixed upstream.
79d058
79d058
* Wed May 29 2013 Daniel Drake <dsd@laptop.org> - 1.0.7-2
79d058
- Upstream patch to fix contrast/brightness in video playback
79d058
79d058
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
79d058
- Update to 1.0.7.
79d058
79d058
* Wed Apr  3 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-2
79d058
- Drop gst-visualise mention from description. (#947658)
79d058
79d058
* Fri Mar 22 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
79d058
- Update to 1.0.6.
79d058
- Drop BR on PyXML.
79d058
- Drop alsa delay patch. Fixed upstream.
79d058
79d058
* Thu Jan 24 2013 Daniel Drake <dsd@laptop.org> - 1.0.5-3
79d058
- Add upstream fix for excessive alsasink CPU usage
79d058
79d058
* Fri Jan 18 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-2
79d058
- Add patch to fix missing mp3 codec discovery. (#680809, #896018)
79d058
79d058
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
79d058
- Update to 1.0.5.
79d058
79d058
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
79d058
- Update to 1.0.4
79d058
79d058
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
79d058
- Update to 1.0.3
79d058
79d058
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
79d058
- Update to 1.0.2.
79d058
79d058
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
79d058
- Update to 1.0.1
79d058
79d058
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
79d058
- Enable verbose build
79d058
79d058
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
79d058
- Update to 1.0.0.
79d058
79d058
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
79d058
- Update to 0.11.99
79d058
79d058
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
79d058
- Update to 0.11.94.
79d058
79d058
* Tue Aug 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
79d058
- Update to 0.11.93.
79d058
- Package gst-visualise.
79d058
79d058
* Tue Aug  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-2
79d058
- Remove rpath.
79d058
79d058
* Tue Jul 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
79d058
- Initial Fedora spec file.