Name: gstreamer-universe Version: 0.8.3 Release: 0.gst.1 Summary: GStreamer streaming media framework wrapper package Group: Applications/Multimedia License: LGPL URL: http://gstreamer.freedesktop.org/ Source: README BuildRoot: %{_tmppath}/%{name}-%{version}-root %define _gstreamer 0.8.11 %define _gstreamer_plugins 0.8.11 %define _gstreamer_ffmpeg 0.8.6 %define _gstreamer_pitfdll 0.8.1 %define _gstreamer_monkeysaudio 0.8.0 %define _gstreamer_python 0.8.2 %define _totem 0.99.22 %define _pitivi 0.0.1 %define _marlin 0.7 ## base stuff Requires: gstreamer-devel >= %_gstreamer Requires: gstreamer-plugins-devel >= %_gstreamer_plugins ## apps stuff #Requires: gstreamer-player >= %_gstreamer_player Requires: gstreamer-editor >= %_gstreamer_editor # additional plug-ins Requires: gstreamer-plugins-audio >= %_gstreamer_plugins Requires: gstreamer-plugins-video >= %_gstreamer_plugins Requires: gstreamer-plugins-extra-audio >= %_gstreamer_plugins Requires: gstreamer-plugins-extra-video >= %_gstreamer_plugins Requires: gstreamer-plugins-extra-dvd >= %_gstreamer_plugins Requires: gstreamer-ffmpeg >= %_gstreamer_ffmpeg Requires: gstreamer-monkeysaudio >= %_gstreamer_monkeysaudio Requires: gstreamer-python >= %_gstreamer_python # additional libs Requires: blop Requires: ladspa Requires: swh-plugins Requires: tap-plugins Requires: caps Requires: cmt Requires: MCP-plugins Requires: VCO-plugins Requires: REV-plugins Requires: FIL-plugins # additional apps Requires: totem >= %_totem Requires: pitivi >= %_pitivi Requires: marlin >= %_marlin %description GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. gstreamer-universe is an umbrella package that pulls in all other relatively stable GStreamer packages and applications. %prep cp %{SOURCE0} . %build %install rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc README %changelog * Sat Sep 17 2005 Thomas Vander Stichele - 0.8.3-0.gst.1 - updated after a long time * Tue Dec 21 2004 Thomas Vander Stichele - added a bunch of LADSPA packages * Tue Dec 21 2004 Thomas Vander Stichele - updated to 0.8.2 - included apps: pitivi, totem, marlin - removed GStreamer 0.6 stuff - removed gst-player * Fri Apr 16 2004 Thomas Vander Stichele - updated to 0.8.1, including gst-monkeysaudio * Tue Mar 16 2004 Thomas Vander Stichele - updated to 0.8.0 * Sun Apr 27 2003 Thomas Vander Stichele - updated to 0.6.0 * Wed Jul 10 2002 Thomas Vander Stichele - version 0.4.0, release 2 - add gstreamer-player * Sat Jul 06 2002 Thomas Vander Stichele - release 0.4.0 (based off the gstreamer core version) * Thu Jul 04 2002 Thomas Vander Stichele - release 0.1.1 - add versions for the plug-ins * Thu Jul 04 2002 Thomas Vander Stichele - initial creation