mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
integrating the play library
Original commit message from CVS: integrating the play library
This commit is contained in:
parent
3907057964
commit
21ba03e9ec
1 changed files with 23 additions and 14 deletions
|
@ -120,13 +120,16 @@ GStreamer support libraries header files.
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
|
%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/floatcast/floatcast.h
|
%{_includedir}/gst-plugins-%{version}/gst/floatcast/floatcast.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/gconf/gconf.h
|
%{_includedir}/gst-plugins-%{version}/gst/gconf/gconf.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/play/play.h
|
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
|
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
|
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
|
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/video/video.h
|
%{_includedir}/gst-plugins-%{version}/gst/video/video.h
|
||||||
|
%{_includedir}/gst-plugins-%{version}/gst/play/play.h
|
||||||
|
%{_libdir}/libgstplay.so
|
||||||
|
%{_libdir}/libgstplay.a
|
||||||
%{_datadir}/aclocal/gst-element-check.m4
|
%{_datadir}/aclocal/gst-element-check.m4
|
||||||
%{_libdir}/pkgconfig/gstreamer-libs.pc
|
%{_libdir}/pkgconfig/gstreamer-libs.pc
|
||||||
|
%{_libdir}/pkgconfig/gstreamer-play.pc
|
||||||
|
|
||||||
# Here are all the packages depending on external libs #
|
# Here are all the packages depending on external libs #
|
||||||
|
|
||||||
|
@ -1448,32 +1451,38 @@ Plug-in for demuxing Quicktime movies
|
||||||
@USE_GCONF_TRUE@%defattr(-, root, root)
|
@USE_GCONF_TRUE@%defattr(-, root, root)
|
||||||
@USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer.schemas
|
@USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer.schemas
|
||||||
@USE_GCONF_TRUE@%{_libdir}/libgstgconf.so
|
@USE_GCONF_TRUE@%{_libdir}/libgstgconf.so
|
||||||
@USE_GCONF_TRUE@%{_libdir}/libgstgconf-0.4.1.1.so.0.0.0
|
@USE_GCONF_TRUE@%{_libdir}/libgstgconf-%{version}.so.*
|
||||||
|
|
||||||
@USE_GCONF_TRUE@%post -n gstreamer-GConf
|
@USE_GCONF_TRUE@%post -n gstreamer-GConf
|
||||||
@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
||||||
|
|
||||||
# package for libgstplay library
|
# play library #
|
||||||
%package -n gstreamer-gstplay
|
%package -n gstreamer-play
|
||||||
Summary: GStreamer playback helper library
|
Summary: GStreamer play library.
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
Requires: gstreamer >= 0.4.1
|
Requires: gstreamer-plugins = %{version}
|
||||||
|
|
||||||
%description -n gstreamer-gstplay
|
%description -n gstreamer-play
|
||||||
Small helper library for creating media playback applications
|
This package contains a basic audio and video playback library.
|
||||||
|
|
||||||
%files -n gstreamer-gstplay
|
%files -n gstreamer-play
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libgstplay.*
|
%{_sysconfdir}/gconf/schemas/gstreamer.schemas
|
||||||
|
%{_libdir}/libgstplay-%{version}.so.*
|
||||||
|
|
||||||
%post -n gstreamer-gstplay
|
%post -n gstreamer-GConf
|
||||||
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
||||||
|
|
||||||
|
#
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 30 2002 Christian Schaller <Uraeus@linuxrising.org>
|
* Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
- Added gstplay library
|
- added -play package, libs, and .pc files
|
||||||
|
|
||||||
* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
|
* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
|
||||||
- Added wavenc to audio formats package
|
- Added wavenc to audio formats package
|
||||||
|
|
||||||
* Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
|
* Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
|
||||||
- Removed all .la files
|
- Removed all .la files
|
||||||
- added separate non-openquicktime demuxer plugin
|
- added separate non-openquicktime demuxer plugin
|
||||||
|
|
Loading…
Reference in a new issue