%define majorminor @GST_MAJORMINOR@
-%define gstreamer gstreamer09
+%define gstreamer gstreamer010
-%define gst_minver 0.9.6
+%define gst_minver 0.9.7
Name: %{gstreamer}-plugins-bad
Version: @VERSION@
# @USE_GSM_TRUE@Provides: gstreamer-gsm = %{version}-%{release}
# @USE_LIBFAME_TRUE@Provides: gstreamer-libfame = %{version}-%{release}
# @USE_SWFDEC_TRUE@Provides: gstreamer-swfdec = %{version}-%{release}
+@USE_LIBMMS_TRUE@Requires: libmms >= 0.1
%description
GStreamer is a streaming media framework, based on graphs of filters which
@USE_SDL_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsdlvideosink.so
# @USE_SNDFILE_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
# @USE_SWFDEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
+@USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
## DXR3 ###
# @USE_DXR3_TRUE@%package -n gstreamer-plugins-dxr3
# @USE_NAS_TRUE@
# @USE_NAS_TRUE@%postun -n gstreamer-plugins-nas
-#### MMS Protocol support ####
-# @USE_LIBMMS_TRUE@%package -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@Summary: GStreamer plug-in for MMS protocol support
-# @USE_LIBMMS_TRUE@Group: Applications/Multimedia
-# @USE_LIBMMS_TRUE@Requires: gstreamer-plugins = %{version}
-# @USE_LIBMMS_TRUE@Requires: libmms >= 0.1
-# @USE_LIBMMS_TRUE@Obsoletes:gstreamer-mms
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%description -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@Plug-in for the MMS protocol used by Microsoft
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%files -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@%defattr(-, root, root)
-# @USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%post -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%postun -n gstreamer-plugins-mms
-
### VIDEO 4 LINUX 2 ###
# @USE_GST_V4L2_TRUE@%package -n gstreamer-plugins-v4l2
# @USE_GST_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in.