mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
added ladspa
Original commit message from CVS: added ladspa
This commit is contained in:
parent
70eed2656c
commit
c3c05d9470
1 changed files with 21 additions and 16 deletions
|
@ -8,7 +8,7 @@ Name: gstreamer-plugins
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: @GST_PLUGINS_RELEASE@
|
Release: @GST_PLUGINS_RELEASE@
|
||||||
|
|
||||||
Copyright: LGPL
|
License: LGPL
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
Source: gst-plugins-%{version}.tar.gz
|
Source: gst-plugins-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
@ -380,6 +380,23 @@ Element for text-to-speech using the festival server.
|
||||||
@USE_JPEG_TRUE@%post -n gstreamer-jpeg
|
@USE_JPEG_TRUE@%post -n gstreamer-jpeg
|
||||||
@USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
@USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
||||||
|
|
||||||
|
### LADSPA ###
|
||||||
|
@USE_LADSPA_TRUE@%package -n gstreamer-ladspa
|
||||||
|
@USE_LADSPA_TRUE@Summary: GStreamer wrapper for LADSPA plugins
|
||||||
|
@USE_LADSPA_TRUE@Group: Libraries/Multimedia
|
||||||
|
@USE_LADSPA_TRUE@Requires: gstreamer-plugins >= %{version}
|
||||||
|
@USE_LADSPA_TRUE@BuildRequires: ladspa-devel
|
||||||
|
@USE_LADSPA_TRUE@
|
||||||
|
@USE_LADSPA_TRUE@%files -n gstreamer-ladspa
|
||||||
|
@USE_LADSPA_TRUE@%defattr(-, root, root)
|
||||||
|
@USE_LADSPA_TRUE@%{_libdir}/gst/libgstladspa*
|
||||||
|
@USE_LADSPA_TRUE@
|
||||||
|
@USE_LADSPA_TRUE@%description -n gstreamer-ladspa
|
||||||
|
@USE_LADSPA_TRUE@Plugin which wraps LADSPA plugins for use by GStreamer applications.
|
||||||
|
@USE_LADSPA_TRUE@
|
||||||
|
@USE_LADSPA_TRUE@%post -n gstreamer-ladspa
|
||||||
|
@USE_LADSPA_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
||||||
|
|
||||||
### LAME ###
|
### LAME ###
|
||||||
@USE_LAME_TRUE@%package -n gstreamer-lame
|
@USE_LAME_TRUE@%package -n gstreamer-lame
|
||||||
@USE_LAME_TRUE@Summary: GStreamer plugin encoding mp3 songs
|
@USE_LAME_TRUE@Summary: GStreamer plugin encoding mp3 songs
|
||||||
|
@ -824,21 +841,6 @@ Video CD parsing and playback
|
||||||
%{_libdir}/gst/libgstvcd*
|
%{_libdir}/gst/libgstvcd*
|
||||||
%{_libdir}/gst/libgstcdxa*
|
%{_libdir}/gst/libgstcdxa*
|
||||||
|
|
||||||
%package -n gstreamer-ladspa
|
|
||||||
Summary: GStreamer wrapper for LADSPA plugins
|
|
||||||
Group: Libraries/Multimedia
|
|
||||||
Requires: gstreamer-plugins >= %{version}
|
|
||||||
|
|
||||||
%files -n gstreamer-ladspa
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/gst/libgstladspa*
|
|
||||||
|
|
||||||
%description -n gstreamer-ladspa
|
|
||||||
Plugin which wraps LADSPA plugins for use by GStreamer applications.
|
|
||||||
|
|
||||||
%post -n gstreamer-ladspa
|
|
||||||
%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
|
||||||
|
|
||||||
%package -n gstreamer-udp
|
%package -n gstreamer-udp
|
||||||
Summary: GStreamer plugins for UDP tranport
|
Summary: GStreamer plugins for UDP tranport
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
|
@ -985,6 +987,9 @@ Plugin for playback of wav, au and mod audio files as well as mp3 type
|
||||||
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
|
- added USE_LIBADSPA_TRUE bits to ladspa package
|
||||||
|
|
||||||
* Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
* Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
- Added libfame package
|
- Added libfame package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue