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

30859c
      This addon includes system codecs that are essential for the running system.
30859c
    

30859c
    

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

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