add missing m4 to extra dist and add wavenc plugin to spec
authorChristian Schaller <uraeus@gnome.org>
Thu, 24 Oct 2002 20:42:58 +0000 (20:42 +0000)
committerChristian Schaller <uraeus@gnome.org>
Thu, 24 Oct 2002 20:42:58 +0000 (20:42 +0000)
Original commit message from CVS:
add missing m4 to extra dist and add wavenc plugin to spec

Makefile.am
gst-plugins-ugly.spec.in

index 5852f46..45b60f9 100644 (file)
@@ -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
 
-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 \
           AUTHORS COPYING README RELEASE \
           ChangeLog autogen.sh common m4
index febb805..b254f27 100644 (file)
@@ -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/libgstmp3types.so
 %{_libdir}/gst/libgstmodplug.so
+%{_libdir}/gst/libgstwavenc.so
 
 %post -n gstreamer-audio-formats
 %{_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
 
 %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>
 - Removed all .la files
 - added separate non-openquicktime demuxer plugin