mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fix build/disting
Original commit message from CVS: fix build/disting
This commit is contained in:
parent
28a7b67757
commit
da9fc3e616
2 changed files with 29 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
|
||||||
|
|
||||||
|
* Makefile.am: Make sure docs gets disted
|
||||||
|
* docs/Makefile.am: Make sure all needed files get disted
|
||||||
|
* gst-plugins.spec.in: latest updates
|
||||||
|
|
||||||
2004-12-22 Wim Taymans <wim@fluendo.com>
|
2004-12-22 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
|
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
|
||||||
|
|
|
@ -629,6 +629,26 @@ GStreamer support libraries header files.
|
||||||
@USE_NAS_TRUE@%postun -n gstreamer-nas
|
@USE_NAS_TRUE@%postun -n gstreamer-nas
|
||||||
@USE_NAS_TRUE@%{register}
|
@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 ###
|
### VIDEO 4 LINUX 2 ###
|
||||||
@USE_GST_V4L2_TRUE@%package -n gstreamer-v4l2
|
@USE_GST_V4L2_TRUE@%package -n gstreamer-v4l2
|
||||||
@USE_GST_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in.
|
@USE_GST_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in.
|
||||||
|
@ -671,6 +691,9 @@ GStreamer support libraries header files.
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
|
||||||
- Add Wim's new mng decoder plugin
|
- Add Wim's new mng decoder plugin
|
||||||
- add shout2 plugin for Zaheer, hope it is correctly done :)
|
- add shout2 plugin for Zaheer, hope it is correctly done :)
|
||||||
|
|
Loading…
Reference in a new issue