mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Adding Wim's cdxa parsers and Ronalds jpegmmx
Original commit message from CVS: Adding Wim's cdxa parsers and Ronalds jpegmmx
This commit is contained in:
parent
155abb6347
commit
16131cd7fb
1 changed files with 17 additions and 1 deletions
|
@ -633,11 +633,12 @@ Group: Libraries/Multimedia
|
||||||
Requires: gstreamer >= %{ver}
|
Requires: gstreamer >= %{ver}
|
||||||
|
|
||||||
%description -n gstreamer-vcd
|
%description -n gstreamer-vcd
|
||||||
Video CD playback plugin
|
Video CD parsing and playback
|
||||||
|
|
||||||
%files -n gstreamer-vcd
|
%files -n gstreamer-vcd
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/gst/libvcd*
|
%{prefix}/lib/gst/libvcd*
|
||||||
|
%{prefix}/lib/gst/ibgstcdxa*
|
||||||
|
|
||||||
%package -n gstreamer-ladspa
|
%package -n gstreamer-ladspa
|
||||||
Summary: Gstreamer wrapper for LADSPA plugins
|
Summary: Gstreamer wrapper for LADSPA plugins
|
||||||
|
@ -751,6 +752,21 @@ Various plugins for visual effects to use with audio. Included are Smoothwave, S
|
||||||
%post -n gstreamer-visualisation
|
%post -n gstreamer-visualisation
|
||||||
%{prefix}/bin/gst-register --gst-mask=0
|
%{prefix}/bin/gst-register --gst-mask=0
|
||||||
|
|
||||||
|
%package -n gstreamer-jpegmmx
|
||||||
|
Summary: Gstreamer mjpegtools
|
||||||
|
Group: Libraries/Multimedia
|
||||||
|
Requires: gstreamer >= %{ver}
|
||||||
|
|
||||||
|
%description -n gstreamer-visualisation
|
||||||
|
Mgpegtools based encoding and decoding plugin
|
||||||
|
|
||||||
|
%files -n gstreamer-visualisation
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{prefix}/lib/gst/libgstjpegmmx*
|
||||||
|
|
||||||
|
%post -n gstreamer-gstreamer-jpegmmx
|
||||||
|
%{prefix}/bin/gst-register --gst-mask=0
|
||||||
|
|
||||||
%package -n gstreamer-plugin-libs
|
%package -n gstreamer-plugin-libs
|
||||||
Summary: GStreamer support libraries
|
Summary: GStreamer support libraries
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
|
|
Loading…
Reference in a new issue