2000-01-31 06:46:18 +00:00
|
|
|
%define name gstreamer
|
|
|
|
%define ver @VERSION@
|
2001-06-09 16:44:54 +00:00
|
|
|
%define rel 2
|
2000-01-31 06:46:18 +00:00
|
|
|
%define prefix /usr
|
|
|
|
|
2001-01-11 00:35:42 +00:00
|
|
|
Summary: GStreamer Streaming-media framework runtime
|
2000-01-31 06:46:18 +00:00
|
|
|
Name: %name
|
|
|
|
Version: %ver
|
|
|
|
Release: %rel
|
|
|
|
Copyright: LGPL
|
2001-06-02 10:38:16 +00:00
|
|
|
Group: Libraries/Multimedia
|
2000-01-31 06:46:18 +00:00
|
|
|
Source: %{name}-%{ver}.tar.gz
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{ver}-root
|
|
|
|
Docdir: %{prefix}/doc
|
|
|
|
Prefix: %prefix
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: libxml >= 1.8.0
|
|
|
|
Requires: gnome-libs >= 1.2.0
|
2000-01-31 06:46:18 +00:00
|
|
|
|
|
|
|
%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
|
2001-01-11 00:35:42 +00:00
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and include files for GStreamer streaming-media framework
|
|
|
|
Group: Development/Libraries
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-01-11 00:35:42 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
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 plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
This package contains the libraries and includes files necessary to develop
|
|
|
|
applications and plugins for GStreamer.
|
2000-01-31 06:46:18 +00:00
|
|
|
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%package -n gstreamer-esd
|
|
|
|
Summary: Gstreamer plugin for ESD sound output
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: esound >= 0.2.8
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-esd
|
|
|
|
Output plugin for GStreamer for use with the esound package
|
|
|
|
|
|
|
|
%package -n gstreamer-gsm
|
|
|
|
Summary: Gstreamer plugin for GSM lossy audio format
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: gsm >= 1.0.10
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-gsm
|
|
|
|
Output plugin for GStreamer to convert to GSM lossy audio format.
|
|
|
|
|
|
|
|
%package -n gstreamer-cdparanoia
|
|
|
|
Summary: Gstreamer plugin for CD audio input using CDParanoia IV
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: cdparanoia >= alpha9.7
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-cdparanoia
|
|
|
|
Plugin for ripping audio tracks using cdparania under GStreamer
|
|
|
|
|
|
|
|
%package -n gstreamer-aalib
|
|
|
|
Summary: Gstreamer plugin for Ascii-art output
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: aalib >= 1.3
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-aalib
|
|
|
|
Plugin for viewing movies in Ascii-art using aalib library.
|
|
|
|
|
|
|
|
%package -n gstreamer-gnomevfs
|
|
|
|
Summary: Gstreamer plugins for GNOME VFS input and output
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: gnome-vfs > 1.0
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-gnomevfs
|
|
|
|
Plugins for reading and writing through GNOME VFS.
|
|
|
|
|
|
|
|
%package -n gstreamer-flx
|
|
|
|
Summary: Gstreamer plugin for FLI/FLX animation format
|
|
|
|
Group: Libraries/Multimedia
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-flx
|
|
|
|
Plugin for playing FLI/FLX animations under GStreamer
|
|
|
|
|
|
|
|
%package -n gstreamer-avi
|
|
|
|
Summary: Gstreamer plugin for AVI format movie playback
|
|
|
|
Group: Libraries/Multimedia
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-avi
|
|
|
|
Plugins for playback of AVI format media files.
|
|
|
|
|
|
|
|
%package -n gstreamer-vorbis
|
|
|
|
Summary: Gstreamer plugin for encoding and decoding Ogg Vorbis audio files
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: libogg >= 1.0beta4
|
|
|
|
Requires: libvorbis >= 1.0beta4
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-vorbis
|
|
|
|
Plugins for creating end playing Ogg Vorbis audio files.
|
|
|
|
|
|
|
|
%package -n gstreamer-sdl
|
|
|
|
Summary: Gstreamer plugin for outputing to SDL
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: SDL >= 1.1.7
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-sdl
|
|
|
|
Plugin for sending output to the Simple Direct Media architecture.
|
|
|
|
(http://www.libsdl.org). Usefull for fullscreen playback.
|
|
|
|
|
|
|
|
%package -n gstreamer-oss
|
|
|
|
Summary: Gstreamer plugins for input and output using OSS
|
|
|
|
Group: Libraries/Multimedia
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-oss
|
|
|
|
Plugins for output and input to the OpenSoundSytem audio
|
|
|
|
drivers found in the Linux kernels or comercially available
|
|
|
|
from OpenSound.
|
|
|
|
|
|
|
|
%package -n gstreamer-ac3dec
|
|
|
|
Summary: Gstreamer plugin for VOB playback
|
|
|
|
Group: Libraries/Multimedia
|
2001-06-09 02:33:54 +00:00
|
|
|
Requires: ac3dec >= 0.6.2
|
|
|
|
Requires: %{name} = %{ver}
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%description -n gstreamer-ac3dec
|
|
|
|
Plugin for the free AC-3 stream decoder from Linuxvideo.
|
|
|
|
(http://linuxvideo.org/ac3dec/)
|
|
|
|
|
2001-06-09 02:33:54 +00:00
|
|
|
%package -n gstreamer-afs
|
|
|
|
Summary: Gstreamer plugin audiofile support
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
Requires: audiofile >= 0.2.1
|
|
|
|
|
|
|
|
%description -n gstreamer-afs
|
|
|
|
Plugin for supporting reading and writing all files audiofile support
|
|
|
|
|
|
|
|
%package -n gstreamer-ladspa
|
|
|
|
Summary: Gstreamer wrapper for LADSPA plugins
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
|
|
|
|
%description -n gstreamer-ladspa
|
|
|
|
Plugin which wraps LADSPA plugins for use by GStreamer applications.
|
|
|
|
|
|
|
|
%package -n gstreamer-mad
|
|
|
|
Summary: Gstreamer MAD mp3 decoder library
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
Requires: mad >= 0.13.0
|
|
|
|
|
|
|
|
%description -n gstreamer-mad
|
|
|
|
Plugin for playback of mp3 songs using the very good MAD library
|
|
|
|
|
|
|
|
%package -n gstreamer-v4l
|
|
|
|
Summary: Gstreamer video for linux input plugin
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
|
|
|
|
%description -n gstreamer-v4l
|
|
|
|
Plugin for inputing video for Linux streams.
|
|
|
|
|
|
|
|
%package -n gstreamer-synaesthesia
|
|
|
|
Summary: GStreamer Synaesthesia effect plugin
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
|
|
|
|
%description -n gstreamer-synaesthesia
|
|
|
|
Plugin for the very nice synaesthesia visual effect.
|
|
|
|
|
|
|
|
%package -n gstreamer-vcd
|
|
|
|
Summary: Gstremar Video CD plugin
|
|
|
|
Group: Libraries/Multimedia
|
|
|
|
Requires: %{name} = %{ver}
|
|
|
|
|
|
|
|
%description -n gstreamer-vcd
|
|
|
|
Video CD playback plugin
|
|
|
|
|
2001-06-08 22:17:14 +00:00
|
|
|
# %package -n gstreamer-alsa
|
|
|
|
# Summary: Gstreamer plugins for the ALSA sound architecture
|
|
|
|
# Group: Libraries/Multimedia
|
|
|
|
|
|
|
|
# %description -n gstreamer-alsa
|
2001-06-09 02:33:54 +00:00
|
|
|
# Input and output plugin for the ALSA soundcard driver architecture.
|
2001-06-08 22:17:14 +00:00
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
%changelog
|
2001-06-02 10:40:20 +00:00
|
|
|
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2001-06-09 02:33:54 +00:00
|
|
|
- Split the following plugins into separate RPMS
|
2001-06-08 21:56:10 +00:00
|
|
|
|
2001-06-02 10:40:20 +00:00
|
|
|
* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2001-06-08 21:56:10 +00:00
|
|
|
- Updated with change suggestions from Dennis Bjorklund
|
2001-01-11 00:35:42 +00:00
|
|
|
* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
- updated to build -devel package as well
|
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
- first draft of spec file
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
2001-06-09 16:44:54 +00:00
|
|
|
FLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{prefix}
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
|
2000-01-31 06:46:18 +00:00
|
|
|
|
|
|
|
if [ "$SMP" != "" ]; then
|
|
|
|
(make "MAKE=make -k -j $SMP"; exit 0)
|
|
|
|
make
|
|
|
|
else
|
|
|
|
make
|
|
|
|
fi
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make prefix=$RPM_BUILD_ROOT%{prefix} install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2001-01-11 00:35:42 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2001-04-15 22:53:15 +00:00
|
|
|
%{prefix}/bin/gstreamer-register
|
2000-01-31 06:46:18 +00:00
|
|
|
|
2001-06-09 02:33:54 +00:00
|
|
|
%post -n gstreamer-esd
|
|
|
|
%{prefix}/bin/gstreamer-register
|
|
|
|
|
2001-01-11 00:35:42 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
2000-01-31 06:46:18 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2001-06-01 21:26:50 +00:00
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%{prefix}/bin/gsteditor
|
|
|
|
%{prefix}/bin/gstmediaplay
|
|
|
|
%{prefix}/bin/gstreamer-complete
|
|
|
|
%{prefix}/bin/gstreamer-compprep
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/bin/gstreamer-config
|
2001-06-01 21:26:50 +00:00
|
|
|
%{prefix}/bin/gstreamer-inspect
|
|
|
|
%{prefix}/bin/gstreamer-launch
|
|
|
|
%{prefix}/bin/gstreamer-register
|
2001-06-09 16:44:54 +00:00
|
|
|
%{prefix}/lib/lib*.so*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/lib/gst/libadder*
|
|
|
|
%{prefix}/lib/gst/libalaw*
|
|
|
|
%{prefix}/lib/gst/libaudioscale*
|
|
|
|
%{prefix}/lib/gst/libgstautoplug*
|
|
|
|
%{prefix}/lib/gst/libcolorspace*
|
|
|
|
%{prefix}/lib/gst/libgstcolorspace*
|
|
|
|
%{prefix}/lib/gst/libgstelements*
|
|
|
|
%{prefix}/lib/gst/libgstgetbits*
|
|
|
|
%{prefix}/lib/gst/libgstidct*
|
2001-06-09 16:44:54 +00:00
|
|
|
%{prefix}/lib/gst/libgstriff*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/lib/gst/libgstjpeg*
|
|
|
|
%{prefix}/lib/gst/libintfloatconvert*
|
|
|
|
%{prefix}/lib/gst/liblevel*
|
|
|
|
%{prefix}/lib/gst/libmedian*
|
|
|
|
%{prefix}/lib/gst/libmono2stereo*
|
|
|
|
%{prefix}/lib/gst/libmulaw*
|
|
|
|
%{prefix}/lib/gst/libpassthrough*
|
|
|
|
%{prefix}/lib/gst/librtjpe*
|
|
|
|
%{prefix}/lib/gst/libsmooth*
|
|
|
|
%{prefix}/lib/gst/libstereo*
|
|
|
|
%{prefix}/lib/gst/libsystem_*
|
2001-06-09 16:44:54 +00:00
|
|
|
%{prefix}/lib/gst/libgstputbits*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/lib/gst/libvideoscale*
|
2001-06-09 16:44:54 +00:00
|
|
|
%{prefix}/lib/gst/libgstvideoscale*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/lib/gst/libvol*
|
|
|
|
%{prefix}/lib/gst/libvu*
|
|
|
|
%{prefix}/lib/gst/libxvideosink*
|
|
|
|
%{prefix}/lib/gst/libmp*
|
|
|
|
%{prefix}/share/gsteditor/*
|
|
|
|
%{prefix}/share/gstmediaplay/*
|
2001-06-01 21:26:50 +00:00
|
|
|
%{prefix}/man/man1/*
|
2001-01-11 00:35:42 +00:00
|
|
|
|
|
|
|
%files devel
|
2001-06-01 21:26:50 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/bin/gstreamer-config
|
2001-01-11 00:35:42 +00:00
|
|
|
%{prefix}/include/*
|
2001-06-01 21:26:50 +00:00
|
|
|
%{prefix}/lib/lib*.la
|
2001-01-11 00:35:42 +00:00
|
|
|
%{prefix}/lib/lib*.so
|
2001-05-25 21:00:07 +00:00
|
|
|
%{prefix}/lib/pkgconfig/*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/share/aclocal/*
|
|
|
|
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%files -n gstreamer-esd
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libesd*
|
|
|
|
|
|
|
|
%files -n gstreamer-gsm
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libgstgsm*
|
|
|
|
|
|
|
|
%files -n gstreamer-cdparanoia
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libcdparanoia*
|
|
|
|
|
|
|
|
%files -n gstreamer-aalib
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libaa*
|
|
|
|
|
|
|
|
%files -n gstreamer-gnomevfs
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libgnomevfs*
|
|
|
|
|
|
|
|
%files -n gstreamer-flx
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libflx*
|
|
|
|
|
|
|
|
%files -n gstreamer-avi
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libavi*
|
2001-06-09 02:33:54 +00:00
|
|
|
%{prefix}/lib/gst/libwin*
|
2001-06-08 21:56:10 +00:00
|
|
|
|
|
|
|
%files -n gstreamer-vorbis
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libgstvorbis*
|
|
|
|
|
|
|
|
%files -n gstreamer-sdl
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libsdl*
|
|
|
|
|
|
|
|
%files -n gstreamer-oss
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libgstoss*
|
|
|
|
|
|
|
|
%files -n gstreamer-ac3dec
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libac3dec*
|
2001-06-08 22:17:14 +00:00
|
|
|
|
2001-06-09 02:33:54 +00:00
|
|
|
%files -n gstreamer-afs
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libafs*
|
|
|
|
|
|
|
|
%files -n gstreamer-ladspa
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libgstladspa*
|
|
|
|
|
|
|
|
%files -n gstreamer-v4l
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libv4l*
|
|
|
|
|
|
|
|
%files -n gstreamer-synaesthesia
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libsynaesthesia*
|
|
|
|
|
|
|
|
%files -n gstreamer-vcd
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{prefix}/lib/gst/libvcd*
|
|
|
|
|
2001-06-08 22:17:14 +00:00
|
|
|
# %files -n gstreamer-alsa
|
|
|
|
# %defattr(-, root, root)
|
|
|
|
# %{prefix}/lib/gst/libalsa*
|