mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add missing m4 to extra dist and add wavenc plugin to spec
Original commit message from CVS: add missing m4 to extra dist and add wavenc plugin to spec
This commit is contained in:
parent
9d736961d9
commit
8776dbfb71
2 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,7 @@ SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite
|
||||||
|
|
||||||
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
|
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
|
||||||
|
|
||||||
EXTRA_DIST=gst-plugins.spec depcomp \
|
EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \
|
||||||
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
|
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
|
||||||
AUTHORS COPYING README RELEASE \
|
AUTHORS COPYING README RELEASE \
|
||||||
ChangeLog autogen.sh common m4
|
ChangeLog autogen.sh common m4
|
||||||
|
|
|
@ -1127,6 +1127,7 @@ Plug-in for playback of wav, au and mod audio files as well as mp3 type.
|
||||||
%{_libdir}/gst/libgstauparse.so
|
%{_libdir}/gst/libgstauparse.so
|
||||||
%{_libdir}/gst/libgstmp3types.so
|
%{_libdir}/gst/libgstmp3types.so
|
||||||
%{_libdir}/gst/libgstmodplug.so
|
%{_libdir}/gst/libgstmodplug.so
|
||||||
|
%{_libdir}/gst/libgstwavenc.so
|
||||||
|
|
||||||
%post -n gstreamer-audio-formats
|
%post -n gstreamer-audio-formats
|
||||||
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
||||||
|
@ -1430,6 +1431,8 @@ Plug-in for demuxing Quicktime movies
|
||||||
@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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
|
||||||
|
- 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