From f2c2da5d4de901b1db4f50c5222285210969cf97 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 26 Oct 2002 12:49:33 +0000 Subject: adds swfdec plugin to spec file (conditionally built) Original commit message from CVS: adds swfdec plugin to spec file (conditionally built) --- gst-plugins.spec.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index b254f270e..4dc5b6123 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -244,6 +244,29 @@ GStreamer support libraries header files. @USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null @USE_ARTSC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null +### SWFDEC FLASH PLUGIN ### +@USE_SWFDEC_TRUE@%package -n gstreamer-swfdec +@USE_SWFDEC_TRUE@Summary: GStreamer Flash redering plug-in. +@USE_SWFDEC_TRUE@Group: Libraries/Multimedia +@USE_SWFDEC_TRUE@Requires: gstreamer-plugins = %{version} +@USE_SWFDEC_TRUE@Requires: libswfdec => 0.1.1 +@USE_SWFDEC_TRUE@ +@USE_SWFDEC_TRUE@%description -n gstreamer-swfdec +@USE_SWFDEC_TRUE@Plug-in for rendering Flash animations using swfdec library +@USE_SWFDEC_TRUE@ +@USE_SWFDEC_TRUE@%files -n gstreamer-swfdec +@USE_SWFDEC_TRUE@%defattr(-, root, root) +@USE_SWFDEC_TRUE@%{_libdir}/gst/libgstswfdec.so +@USE_SWFDEC_TRUE@ +@USE_SWFDEC_TRUE@%post -n gstreamer-swfdec +@USE_SWFDEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null +@USE_SWFDEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null +@USE_SWFDEC_TRUE@ +@USE_SWFDEC_TRUE@%postun -n gstreamer-swfdec +@USE_SWFDEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null +@USE_SWFDEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null + + ### AUDIOFILE ### @USE_AUDIOFILE_TRUE@%package -n gstreamer-audiofile @USE_AUDIOFILE_TRUE@Summary: GStreamer plug-in for audiofile support. -- cgit v1.2.1