Summary: GStreamer FFmpeg plug-in Name: gstreamer-ffmpeg Version: 0.10.11 Release: 4%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html Source0: http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gstreamer-devel >= 0.10.22 BuildRequires: gstreamer-plugins-base-devel >= 0.10.22 BuildRequires: liboil-devel >= 0.3.6, bzip2-devel BuildRequires: ffmpeg-devel Provides: gst-ffmpeg = %{evr} Obsoletes: gst-ffmpeg < %{evr} %description GStreamer FFmpeg plug-in contains one plugin with a set of elements using the FFmpeg library code. It contains most popular decoders as well as very fast colorspace conversion elements. %prep %setup -q -n gst-ffmpeg-%{version} %build %configure --disable-static --with-system-ffmpeg make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README* TODO %exclude %{_libdir}/gstreamer-0.10/*.la %{_libdir}/gstreamer-0.10/libgstffmpeg.so %{_libdir}/gstreamer-0.10/libgstffmpegscale.so %{_libdir}/gstreamer-0.10/libgstpostproc.so %changelog * Sun Jul 25 2010 Paulo Roma - 0.10.11-4 - Update to 0.10.11. * Tue Apr 13 2010 Axel Thimm - 0.10.10-4 - Update to 0.10.10. * Sun Dec 6 2009 Axel Thimm - 0.10.9-2 - Update to 0.10.9. * Thu Jan 29 2009 Axel Thimm - 0.10.6-1 - Initial build.