Blame SPECS/gstreamer-plugins-base.spec

927a7b
%define         gstreamer       gstreamer
927a7b
%define         majorminor      0.10
927a7b
%define         gstreamer_version %{majorminor}.36
927a7b
927a7b
Name:           %{gstreamer}-plugins-base
927a7b
Version:        %{gstreamer_version}
f80c92
Release:        10%{?dist}
927a7b
Summary:        GStreamer streaming media framework base plug-ins
927a7b
927a7b
Group:          Applications/Multimedia
927a7b
License:        LGPLv2+
927a7b
URL:            http://gstreamer.freedesktop.org/
927a7b
#Source:         http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-%{version}.tar.bz2
927a7b
Source:         http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
927a7b
# https://bugzilla.gnome.org/show_bug.cgi?id=652342 - fixes RB CD rip
927a7b
927a7b
Requires:       %{gstreamer} >= %{gstreamer_version}
927a7b
Requires:       iso-codes
927a7b
BuildRequires:  %{gstreamer}-devel >= %{gstreamer_version}
927a7b
BuildRequires:  iso-codes-devel
927a7b
BuildRequires:  gobject-introspection-devel >= 0.6.3
927a7b
927a7b
BuildRequires:  gettext
927a7b
BuildRequires:  gcc-c++
927a7b
927a7b
BuildRequires:  alsa-lib-devel
927a7b
BuildRequires:  cdparanoia-devel
927a7b
BuildRequires:  gtk2-devel
927a7b
BuildRequires:  libgudev1-devel
927a7b
BuildRequires:  libogg-devel >= 1.0
927a7b
BuildRequires:  liboil-devel >= 0.3.6
927a7b
BuildRequires:  libtheora-devel >= 1.0
927a7b
BuildRequires:  libvisual-devel
927a7b
BuildRequires:  libvorbis-devel >= 1.0
927a7b
BuildRequires:  libXv-devel
927a7b
BuildRequires:  orc-devel >= 0.4.11
927a7b
BuildRequires:  pango-devel
927a7b
BuildRequires:  pkgconfig
927a7b
Obsoletes:      gstreamer-plugins
927a7b
927a7b
# documentation
927a7b
BuildRequires:  gtk-doc >= 1.3
927a7b
927a7b
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
927a7b
927a7b
%description
927a7b
GStreamer is a streaming media framework, based on graphs of filters which
927a7b
operate on media data. Applications using this library can do anything
927a7b
from real-time sound processing to playing videos, and just about anything
927a7b
else media-related.  Its plugin-based architecture means that new data
927a7b
types or processing capabilities can be added simply by installing new
927a7b
plug-ins.
927a7b
927a7b
This package contains a set of well-maintained base plug-ins.
927a7b
927a7b
%prep
927a7b
%setup -q -n gst-plugins-base-%{version}
927a7b
%patch0 -p1 -b .mpegaudioversion
927a7b
927a7b
%build
927a7b
%configure \
927a7b
  --with-package-name='Fedora gstreamer-plugins-base package' \
927a7b
  --with-package-origin='http://download.fedora.redhat.com/fedora' \
927a7b
  --enable-experimental \
927a7b
  --enable-gtk-doc \
927a7b
  --enable-orc \
927a7b
  --disable-gnome_vfs \
927a7b
  --disable-static
927a7b
927a7b
make %{?_smp_mflags} ERROR_CFLAGS=""
927a7b
927a7b
%install
927a7b
make install DESTDIR=$RPM_BUILD_ROOT
927a7b
927a7b
# Clean out files that should not be part of the rpm.
927a7b
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
927a7b
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
927a7b
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
927a7b
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
927a7b
rm -f $RPM_BUILD_ROOT%{_bindir}/gst-visualise*
927a7b
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gst-visualise*
927a7b
927a7b
%find_lang gst-plugins-base-%{majorminor}
927a7b
f80c92
%post -p /sbin/ldconfig
f80c92
f80c92
%postun -p /sbin/ldconfig
927a7b
927a7b
%files -f gst-plugins-base-%{majorminor}.lang
927a7b
%defattr(-, root, root)
927a7b
%doc AUTHORS COPYING README REQUIREMENTS
927a7b
927a7b
# libraries
927a7b
%{_libdir}/libgstinterfaces-%{majorminor}.so.*
927a7b
%{_libdir}/libgstaudio-%{majorminor}.so.*
927a7b
%{_libdir}/libgstcdda-%{majorminor}.so.*
927a7b
%{_libdir}/libgstfft-%{majorminor}.so.*
927a7b
%{_libdir}/libgstriff-%{majorminor}.so.*
927a7b
%{_libdir}/libgsttag-%{majorminor}.so.*
927a7b
%{_libdir}/libgstnetbuffer-%{majorminor}.so.*
927a7b
%{_libdir}/libgstrtp-%{majorminor}.so.*
927a7b
%{_libdir}/libgstvideo-%{majorminor}.so.*
927a7b
%{_libdir}/libgstpbutils-%{majorminor}.so.*
927a7b
%{_libdir}/libgstrtsp-%{majorminor}.so.*
927a7b
%{_libdir}/libgstsdp-%{majorminor}.so.*
927a7b
%{_libdir}/libgstapp-%{majorminor}.so.*
927a7b
927a7b
# gobject-introspection files
927a7b
%{_libdir}/girepository-1.0/GstApp-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstAudio-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstFft-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstInterfaces-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstNetbuffer-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstPbutils-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstRiff-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstRtp-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstRtsp-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstSdp-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstTag-0.10.typelib
927a7b
%{_libdir}/girepository-1.0/GstVideo-0.10.typelib
927a7b
927a7b
# base plugins without external dependencies
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin2.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstencodebin.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstffmpegcolorspace.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstplaybin.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
927a7b
927a7b
# base plugins with dependencies
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
927a7b
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
927a7b
927a7b
%package -n gstreamer-plugins-base-tools
927a7b
Summary:        tools for GStreamer streaming media framework base plugins
927a7b
Group:          Applications/Multimedia
927a7b
Requires:       %{name} = %{version}-%{release}
927a7b
927a7b
%description -n gstreamer-plugins-base-tools
927a7b
GStreamer is a streaming media framework, based on graphs of filters which
927a7b
operate on media data. Applications using this library can do anything
927a7b
from real-time sound processing to playing videos, and just about anything
927a7b
else media-related.  Its plugin-based architecture means that new data
927a7b
types or processing capabilities can be added simply by installing new
927a7b
plug-ins.
927a7b
927a7b
This package contains the command-line tools for the base plugins.
927a7b
These include:
927a7b
927a7b
* gst-discoverer
927a7b
927a7b
%files -n gstreamer-plugins-base-tools
927a7b
%defattr(-, root, root, -)
927a7b
%{_bindir}/gst-discoverer-%{majorminor}
927a7b
927a7b
%package devel
927a7b
Summary:        GStreamer Base Plugins Development files
927a7b
Group:          Development/Libraries
927a7b
Requires:       %{name} = %{version}-%{release}
927a7b
Obsoletes:      gstreamer-plugins-devel
927a7b
927a7b
%description devel
927a7b
GStreamer Base Plugins library development and header files. Documentation
927a7b
is provided by the gstreamer-plugins-base-devel-docs package.
927a7b
927a7b
%files devel
927a7b
%defattr(-, root, root)
927a7b
# plugin helper library headers
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio-enumtypes.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioclock.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiodecoder.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioencoder.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiofilter.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudioiec61937.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstbaseaudiosink.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstbaseaudiosrc.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstringbuffer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/mixerutils.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/audio/multichannel.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/cdda
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/cdda/gstcddabasesrc.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/floatcast
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/floatcast/floatcast.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/fft/gstfft*.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/interfaces
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/colorbalance.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/colorbalancechannel.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/interfaces-enumtypes.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixeroptions.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/mixertrack.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/navigation.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/propertyprobe.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tuner.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tunerchannel.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/tunernorm.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/videoorientation.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/streamvolume.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/xoverlay.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/netbuffer
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/netbuffer/gstnetbuffer.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/pbutils
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/codec-utils.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/descriptions.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-profile.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/encoding-target.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstdiscoverer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/gstpluginsbaseversion.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/install-plugins.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/missing-plugins.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils/pbutils-enumtypes.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/riff
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-ids.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-media.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff-read.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtp
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertpaudiopayload.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertpdepayload.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstbasertppayload.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtcpbuffer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtpbuffer.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtp/gstrtppayloads.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/rtsp
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsp-enumtypes.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspbase64.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspconnection.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspdefs.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspextension.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspmessage.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsprange.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtsptransport.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/gstrtspurl.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp/
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdp.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstsdpmessage.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/tag
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/tag/xmpwriter.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagdemux.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/tag/gsttagmux.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/tag/tag.h
927a7b
%dir %{_includedir}/gstreamer-%{majorminor}/gst/video
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideofilter.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideosink.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-enumtypes.h
927a7b
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-overlay-composition.h
927a7b
927a7b
%{_libdir}/libgstaudio-%{majorminor}.so
927a7b
%{_libdir}/libgstinterfaces-%{majorminor}.so
927a7b
%{_libdir}/libgstnetbuffer-%{majorminor}.so
927a7b
%{_libdir}/libgstriff-%{majorminor}.so
927a7b
%{_libdir}/libgstrtp-%{majorminor}.so
927a7b
%{_libdir}/libgsttag-%{majorminor}.so
927a7b
%{_libdir}/libgstvideo-%{majorminor}.so
927a7b
%{_libdir}/libgstcdda-%{majorminor}.so
927a7b
%{_libdir}/libgstpbutils-%{majorminor}.so
927a7b
%{_libdir}/libgstrtsp-%{majorminor}.so
927a7b
%{_libdir}/libgstsdp-%{majorminor}.so
927a7b
%{_libdir}/libgstfft-%{majorminor}.so
927a7b
%{_libdir}/libgstapp-%{majorminor}.so
927a7b
927a7b
%dir %{_datadir}/gst-plugins-base
927a7b
%{_datadir}/gst-plugins-base/license-translations.dict
927a7b
927a7b
%{_datadir}/gir-1.0/GstApp-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstAudio-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstFft-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstInterfaces-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstNetbuffer-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstPbutils-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstRiff-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstRtp-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstRtsp-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstSdp-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstTag-0.10.gir
927a7b
%{_datadir}/gir-1.0/GstVideo-0.10.gir
927a7b
927a7b
# pkg-config files
927a7b
%{_libdir}/pkgconfig/*.pc
927a7b
927a7b
%package devel-docs
927a7b
Summary: Developer documentation for GStreamer Base plugins library
927a7b
Group: Development/Libraries
927a7b
Requires: %{name} = %{version}-%{release}
927a7b
BuildArch: noarch
927a7b
927a7b
%description devel-docs
927a7b
This package contains developer documentation for the GStreamer Base Plugins
927a7b
library.
927a7b
927a7b
%files devel-docs
927a7b
%defattr(-, root, root)
927a7b
%dir %{_datadir}/gtk-doc
927a7b
%dir %{_datadir}/gtk-doc/html
927a7b
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
927a7b
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
927a7b
927a7b
%changelog
f80c92
* Mon Mar 03 2014 Jan Grulich <jgrulich@redhat.com> - 0.10.36-10
f80c92
- Rebuild due to missing -fstack-protector-strong flag
f80c92
- Resolves: #1070813
f80c92
f80c92
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.10.36-9
f80c92
- Mass rebuild 2014-01-24
f80c92
f80c92
* Wed Jan 22 2014 Jan Grulich <jgrulich@redhat.com> - 0.10.36-8
f80c92
- Run ldconfig on post and postun (#1056538)
f80c92
f80c92
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.10.36-7
f80c92
- Mass rebuild 2013-12-27
f80c92
f80c92
* Tue Dec 17 2013 Jan Grulich <jgrulich@redhat.com> - 0.10.36-6
f80c92
- Fix bogus dates (#1043606)
f80c92
f80c92
* Fri Dec 13 2013 Jan Grulich <jgrulich@redhat.com> - 0.10.36-5
f80c92
- Remove PyXML as BR (#1041327)
f80c92
927a7b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.36-4
927a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
927a7b
927a7b
* Tue Aug 07 2012 Bastien Nocera <bnocera@redhat.com> 0.10.36-3
927a7b
- Add patch for MP3 codec installation problems (#680809)
927a7b
927a7b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.36-2
927a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
927a7b
927a7b
* Tue Feb 28 2012 Benjamin Otte <otte@redhat.com> 0.10.36-1
927a7b
- Update to 0.10.36
927a7b
927a7b
* Fri Feb 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.35-5
927a7b
- libgudev-devel -> libgudev1-devel. Would have been nice if this was announced
927a7b
927a7b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.35-4
927a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
927a7b
927a7b
* Mon Aug 29 2011 Adam Williamson <awilliam@redhat.com> - 0.10.35-3
927a7b
- backport a fix for GNOME #652342, fixing Rhythmbox CD rip to FLAC
927a7b
927a7b
* Thu Jul 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 0.10.35-2
927a7b
- Remove gtk-doc dependency from -devel-docs package and 
927a7b
  own the two gtk-doc directories instead (#604365).
927a7b
927a7b
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.10.35-1
927a7b
- Update to 0.10.35
927a7b
927a7b
* Tue May 10 2011 Benjamin Otte <otte@redhat.com> 0.10.33-1
927a7b
- Update to 0.10.33
927a7b
927a7b
* Sun May 01 2011 Benjamin Otte <otte@redhat.com> 0.10.32.4-1
927a7b
- Update prerelease
927a7b
927a7b
* Wed Apr 27 2011 Benjamin Otte <otte@redhat.com> 0.10.32.3-1
927a7b
- Update prerelease
927a7b
927a7b
* Mon Apr 18 2011 Benjamin Otte <otte@redhat.com> 0.10.32.2-1
927a7b
- Update to prerelease
927a7b
927a7b
* Tue Jan 25 2011 Benjamin Otte <otte@redhat.com> 0.10.32-1
927a7b
- Update to 0.10.32
927a7b
927a7b
* Sun Jan 16 2011 Matthias Clasen <mclasen@redhat.com> 0.10.31.3-2
927a7b
- Drop explicit, unused liboil dependency
927a7b
927a7b
* Wed Jan 12 2011 Benjamin Otte <otte@redhat.com> 0.10.31.3-1
927a7b
- Update to prerelease
927a7b
927a7b
* Wed Dec 01 2010 Benjamin Otte <otte@redhat.com> 0.10.31-1
927a7b
- Update to 0.10.31
927a7b
- Add tools subpackage
927a7b
927a7b
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 0.10.30.4-1
927a7b
- Update to 0.10.30.4
927a7b
- Minor spec file cleanups
927a7b
927a7b
* Mon Nov 08 2010 Bastien Nocera <bnocera@redhat.com> 0.10.30-3
927a7b
- Rebuild with new gobject-introspection
927a7b
927a7b
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.30-2
927a7b
- Rebuild with new gobject-introspection
927a7b
927a7b
* Thu Jul 15 2010 Benjamin Otte <otte@redhat.com> 0.10.30-1
927a7b
- Update to 0.10.30
927a7b
927a7b
* Wed Jul 07 2010 Benjamin Otte <otte@redhat.com> 0.10.29.4-1
927a7b
- Update prerelease
927a7b
927a7b
* Wed Jun 30 2010 Benjamin Otte <otte@redhat.com> 0.10.29.3-1
927a7b
- Update prerelease
927a7b
927a7b
* Sun Jun 27 2010 Benjamin Otte <otte@redhat.com> 0.10.29.2-1
927a7b
- Upate to prerelease
927a7b
927a7b
* Wed Apr 28 2010 Benjamin Otte <otte@redhat.com> 0.10.29-1
927a7b
- Update to 0.10.29
927a7b
927a7b
* Tue Apr 27 2010 Benjamin Otte <otte@redhat.com> 0.10.28.3-2
927a7b
- Make a noarch devel-docs subpackage to avoid conflicts
927a7b
f80c92
* Mon Apr 26 2010 Benjamin Otte <otte@redhat.com> 0.10.28.3-1
927a7b
- Update pre-release
927a7b
927a7b
* Thu Apr 15 2010 Benjamin Otte <otte@redhat.com> 0.10.28.2-1
927a7b
- Update pre-release
927a7b
927a7b
* Mon Mar 15 2010 Benjamin Otte <otte@redhat.com> 0.10.28-3
927a7b
- BuildRequire iso-codes-devel (#573040)
927a7b
927a7b
* Mon Mar 15 2010 Benjamin Otte <otte@redhat.com> 0.10.28-2
927a7b
- Require iso-codes (#573040)
927a7b
927a7b
* Tue Mar 09 2010 Benjamin Otte <otte@redhat.com> 0.10.28-1
927a7b
- Update to 0.10.28
927a7b
927a7b
* Mon Mar 08 2010 Benjamin Otte <otte@redhat.com> 0.10.27-1
927a7b
- Update to 0.10.27
927a7b
927a7b
* Thu Mar 04 2010 Benjamin Otte <otte@redhat.com> 0.10.26.4-1
927a7b
- Update pre-release
927a7b
- Add gobject-introspection support
927a7b
927a7b
* Thu Feb 25 2010 Benjamin Otte <otte@redhat.com> 0.10.26.3-1
927a7b
- Update to pre-release
927a7b
927a7b
* Fri Feb 19 2010 Benjamin Otte <otte@redhat.com> 0.10.26.2-1
927a7b
- Update to pre-release
927a7b
f80c92
* Thu Feb 11 2010 Benjamin Otte <otte@redhat.com> 0.10.26-3
927a7b
- Patch Makefile.in, too and not just Makefile.am
927a7b
f80c92
* Thu Feb 11 2010 Benjamin Otte <otte@redhat.com> 0.10.26-2
927a7b
- Fix build to conform to new DSO rules
927a7b
f80c92
* Thu Feb 11 2010 Benjamin Otte <otte@redhat.com> 0.10.26-1
927a7b
- Update to 0.10.26
927a7b
927a7b
* Fri Feb 05 2010 Benjamin Otte <otte@redhat.com> 0.10.25.3-1
927a7b
- Update pre-release
927a7b
927a7b
* Wed Jan 27 2010 Bastien Nocera <bnocera@redhat.com> 0.10.25.2-1
927a7b
- Update to pre-release
927a7b
927a7b
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25.1-2
927a7b
- Update to snapshot
927a7b
927a7b
* Fri Nov 06 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-6
927a7b
- Fix hangs when loading a movie with an associated subtitle in Totem
927a7b
927a7b
* Tue Nov 03 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-5
927a7b
- Update volume notification patch
927a7b
927a7b
* Thu Oct 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-4
927a7b
- Make playbin push volume changes to the front-end
927a7b
927a7b
* Tue Oct 27 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-3
927a7b
- Fix audio disappearing with newer pulsesink
927a7b
927a7b
* Tue Oct 13 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-2
927a7b
- Add patches to fix some playbin2 bugs (#518880)
927a7b
927a7b
* Mon Oct 05 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-1
927a7b
- Update to 0.10.25
927a7b
- Require a gstreamer of the same version as us (#503707)
927a7b
927a7b
* Thu Oct 01 2009 Bastien Nocera <bnocera@redhat.com> 0.10.24.4-1
927a7b
- Update to pre-release
927a7b
927a7b
* Wed Aug 26 2009 Adam Jackson <ajax@redhat.com> 0.10.24-2
927a7b
- avf-support.patch: Add AVF file recognition (gnome #593117)
927a7b
927a7b
* Wed Aug 05 2009 Bastien Nocera <bnocera@redhat.com> 0.10.24-1
927a7b
- Update to 0.10.24
927a7b
927a7b
* Tue Jul 28 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.4-1
927a7b
- Update to 0.10.23.4
927a7b
927a7b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.23.3-3
927a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
927a7b
927a7b
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.3-2
927a7b
- Remove old patches (the input-selector has been moved to be
927a7b
  an internal playbin2 plugin)
927a7b
927a7b
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.3-1
927a7b
- Udpate to 0.10.23.3
927a7b
927a7b
* Thu Jul 16 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.2-1
927a7b
- Update to 0.10.23.2
927a7b
927a7b
* Fri Jun 19 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23-2
927a7b
- Move input-selector plugin from -bad to -base (#506767)
927a7b
927a7b
* Mon May 11 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23-1
927a7b
- Update to 0.10.23
927a7b
927a7b
* Sat May 09 2009 Bastien Nocera <bnocera@redhat.com> 0.10.22.6-1
927a7b
- Update to 0.10.22.6
927a7b
927a7b
* Fri May 08 2009 Bastien Nocera <bnocera@redhat.com> 0.10.22.5-1
927a7b
- Update to 0.10.22.5
927a7b
927a7b
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 0.10.22.4-1
927a7b
- Update to 0.10.22.4
927a7b
927a7b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.22-2
927a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
927a7b
927a7b
* Tue Jan 20 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.22-1
927a7b
- Update to 0.10.22
927a7b
- Remove upstreamed patches
927a7b
927a7b
* Tue Jan 13 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-4
927a7b
- Avoid deadlocks when PulseAudio disappears
927a7b
927a7b
* Thu Jan 1 2009 - Rex Dieter <rdieter@fedoraproject.org> - 0.10.21-3
927a7b
- rebuild for pkgconfig deps (#478577)
927a7b
927a7b
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-2
927a7b
- Update the gstreamer requirement
927a7b
- Add a gtk2-devel BR, so that the test-colorkey program will be built
927a7b
927a7b
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-1
927a7b
- Update to 0.10.21
927a7b
927a7b
* Wed Sep 24 2008 Jeremy Katz <katzj@redhat.com> - 0.10.20-6
927a7b
- gst-visualize is just a test program that we don't really need to include 
927a7b
  and having it means that perl gets pulled into small images (#462620)
927a7b
927a7b
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-4
927a7b
- Another rebuild
927a7b
927a7b
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-3
927a7b
- Rebuild for new RPM provides
927a7b
927a7b
* Sat Aug 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-2
927a7b
- Fix useless codeina popup when playing recent ogg files (#458404)
927a7b
927a7b
* Wed Jun 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-1
927a7b
- Update to 0.10.20
927a7b
927a7b
* Wed Jun 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-6
927a7b
- Add patch full of gio fixes
927a7b
927a7b
* Mon Jun 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-5
927a7b
- Let the package build its own documentation
927a7b
927a7b
* Sat May 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-4
927a7b
- Remove the gnome-vfs plugin, and see what breaks
927a7b
927a7b
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.19-3
927a7b
- fix license tag
927a7b
927a7b
* Fri Apr 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-2
927a7b
- Add patch to avoid sync problems in the ALSA sink when a specific
927a7b
  track has both playback and record flags
927a7b
927a7b
* Fri Apr 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-1
927a7b
- Update to 0.10.19
927a7b
927a7b
* Tue Mar 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.18-1
927a7b
- Update to 0.10.18
927a7b
- Re-enable the libvisual plugins
927a7b
927a7b
* Sun Mar 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17.2-4
927a7b
- Disable libvisual for now (#435771)
927a7b
927a7b
* Tue Mar 04 2008 Adam Jackson <ajax@redhat.com> 0.10.17.2-3
927a7b
- gstpb-0.10.15-cd-speed.patch: Set default CD read speed to something
927a7b
  sensible. (#431178)
927a7b
- s/Fedora Core/Fedora/
927a7b
- Don't even bother building static libs.
927a7b
927a7b
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17.2-2
927a7b
- Enable the GIO plugin
927a7b
927a7b
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17.2-1
927a7b
- Update to 0.10.17.2 pre-release
927a7b
927a7b
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.10.17-2
927a7b
- Autorebuild for GCC 4.3
927a7b
927a7b
* Wed Jan 30 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17-1
927a7b
- Update to 0.10.17
927a7b
927a7b
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.16-1
927a7b
- Update to 0.10.16
927a7b
927a7b
* Sun Jan 20 2008  Matthias Clasen  <mclasen@redhat.com> - 0.10.15-3
927a7b
- Fix upgrade path
927a7b
927a7b
* Mon Jan 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-2
927a7b
- Add upstream patch to fix default track selection on Thinkpads
927a7b
  (#344911)
927a7b
927a7b
* Sat Nov 17 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
927a7b
- Update to 0.10.15
927a7b
927a7b
* Thu Oct 18 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-6
927a7b
- Add patch to fix playback of short Ogg Vorbis files (#328851)
927a7b
927a7b
* Wed Aug 29 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-5
927a7b
- Add patch to avoid critical warning when getting information about
927a7b
  missing codecs
927a7b
- Up liboil requirement
927a7b
927a7b
* Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.10.14-4
927a7b
- BuildReq on libvisual and add the plugin. (#253491)
927a7b
927a7b
* Wed Aug 15 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-3
927a7b
- Up requirement for liboil for PPC machines (#252179)
927a7b
927a7b
* Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-2
927a7b
- Update to 0.10.14
927a7b
- Add RTSP and SDP helper libraries
927a7b
927a7b
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
927a7b
- Add missing files
927a7b
927a7b
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
927a7b
- Update to 0.10.13
927a7b
927a7b
* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.10.12-3
927a7b
- Add directory ownership claims to %%files devel. (#240238)
927a7b
927a7b
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-2
927a7b
- Remove the patch to disable docs, install the docs by hand instead
927a7b
  Add libgstpbutils to the files
927a7b
927a7b
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
927a7b
- Update to 0.10.12
927a7b
927a7b
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com>
927a7b
- Minor spec cleanups (#186550)
927a7b
927a7b
* Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
927a7b
- Update to 0.10.11
927a7b
927a7b
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
927a7b
- Update to 0.10.10
927a7b
927a7b
* Fri Jul 28 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-3
927a7b
- Re-add docs
927a7b
927a7b
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
927a7b
- Disable gtk-doc to fix multilib conflicts
927a7b
927a7b
* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
927a7b
- Update to 0.10.9
927a7b
927a7b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
927a7b
- rebuild
927a7b
927a7b
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 0.10.7-1
927a7b
- Update to 0.10.7
927a7b
927a7b
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 0.10.3-3
927a7b
- really add BuildRequires: cdparanoia-devel (#179034)
927a7b
927a7b
* Mon Feb 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.3-2
927a7b
- Obsolete gstreamer-plugins (Bug #182098)
927a7b
927a7b
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
927a7b
- Update to 0.10.3
927a7b
927a7b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-2.1
927a7b
- rebuilt for new gcc4.1 snapshot and glibc changes
927a7b
927a7b
* Thu Feb 02 2006 Warren Togami <wtogami@redhat.com> - 0.10.2-2
927a7b
- buildreq cdparanoia-devel (#179034 thias)
927a7b
927a7b
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
927a7b
- Upgrade to 0.10.2
927a7b
- Require gstreamer-0.10.2
927a7b
- Add libgstcdda and libcdparanoia to the %files section
927a7b
927a7b
* Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
927a7b
- New upstream version
927a7b
- gst-launch removed from upstream
927a7b
927a7b
* Sat Dec 17 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.10.0-1
927a7b
- Fedora Development build
927a7b
927a7b
* Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.10.0-0.gst.2
927a7b
- new glib build
927a7b
927a7b
* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.10.0-0.gst.1
927a7b
- new release
927a7b
927a7b
* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.9.7-0.gst.1
927a7b
- new release with 0.10 majorminor
927a7b
- remove sinesrc
927a7b
- replace ximage with ximagesink
927a7b
- update libs
927a7b
927a7b
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.9.5-0.gst.1
927a7b
- new release
927a7b
927a7b
* Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.9.4-0.gst.1
927a7b
- added audiotestsrc plugin
927a7b
- new release
927a7b
927a7b
* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- 0.9.3-0.gst.1
927a7b
- new release
927a7b
927a7b
* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
927a7b
- clean up a little
927a7b
927a7b
* Fri May 6 2005 Christian Schaller <christian at fluendo dot com>
927a7b
- Added libgstaudiorate and libgstsubparse to spec file
927a7b
927a7b
* Thu May 5 2005 Christian Schaller <christian at fluendo dot com>
927a7b
- first attempt at spec file for gst-plugins-base