summaryrefslogtreecommitdiff
path: root/gst-plugins.spec.in
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-12-22 10:48:12 +0000
committerChristian Schaller <uraeus@gnome.org>2004-12-22 10:48:12 +0000
commitc1c570fcdacaad7f853aec374b60a76b1fc5552e (patch)
treea5a8f8d370b720c240af659180dc39b6f4b8e1bc /gst-plugins.spec.in
parent39994a5a5a5f04b09590c1936b450768005403ee (diff)
downloadgstreamer-plugins-bad-c1c570fcdacaad7f853aec374b60a76b1fc5552e.tar.gz
fix build/disting
Original commit message from CVS: fix build/disting
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r--gst-plugins.spec.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index d4a026af5..8a6d09e9a 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -629,6 +629,26 @@ GStreamer support libraries header files.
@USE_NAS_TRUE@%postun -n gstreamer-nas
@USE_NAS_TRUE@%{register}
+#### MMS Protocol support ####
+@USE_LIBMMS_TRUE@%package -n gstreamer-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@
+@USE_LIBMMS_TRUE@%description -n gstreamer-mms
+@USE_LIBMMS_TRUE@Plug-in for the MMS protocol used by Microsoft
+@USE_LIBMMS_TRUE@
+@USE_LIBMMS_TRUE@%files -n gstreamer-mms
+@USE_LIBMMS_TRUE@%defattr(-, root, root)
+@USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
+@USE_LIBMMS_TRUE@
+@USE_LIBMMS_TRUE@%post -n gstreamer-mms
+@USE_LIBMMS_TRUE@%{register}
+@USE_LIBMMS_TRUE@
+@USE_LIBMMS_TRUE@%postun -n gstreamer-mms
+@USE_LIBMMS_TRUE@%{register}
+
### VIDEO 4 LINUX 2 ###
@USE_GST_V4L2_TRUE@%package -n gstreamer-v4l2
@USE_GST_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in.
@@ -671,6 +691,9 @@ GStreamer support libraries header files.
%changelog
+* Thu Dec 9 2004 Christian Schaller <christian a fluendo dot com>
+- Add the mms plugin
+
* Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
- Add Wim's new mng decoder plugin
- add shout2 plugin for Zaheer, hope it is correctly done :)