summaryrefslogtreecommitdiffstats
path: root/gst-plugins-bad.spec.in
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-06-12 19:36:11 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-06-12 19:36:11 +0000
commit823e63b7058ecdce11b6e91008c94c288b9b4eba (patch)
tree1730d8686a21bdc5cb43d2588a934441f7c1523e /gst-plugins-bad.spec.in
parent87d6f6575ae7d18f47965d754e3aabe1f7e8ad93 (diff)
downloadgst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.gz
gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.tar.bz2
gst-plugins-bad-823e63b7058ecdce11b6e91008c94c288b9b4eba.zip
Move qtdemux to -good.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/qtdemux/Makefile.am: * gst/qtdemux/gstrtpxqtdepay.c: * gst/qtdemux/gstrtpxqtdepay.h: * gst/qtdemux/qtdemux.c: * gst/qtdemux/qtdemux.h: * gst/qtdemux/qtdemux.vcproj: * gst/qtdemux/qtdemux_dump.c: * gst/qtdemux/qtdemux_dump.h: * gst/qtdemux/qtdemux_fourcc.h: * gst/qtdemux/qtdemux_types.c: * gst/qtdemux/qtdemux_types.h: * gst/qtdemux/qtpalette.h: * gst/qtdemux/quicktime.c: * win32/MANIFEST: * win32/vs6/libgstqtdemux.dsp: Move qtdemux to -good. * gst-plugins-bad.spec.in: Update spec file to reflect wavpack & qtdemux moving to -good.
Diffstat (limited to 'gst-plugins-bad.spec.in')
-rw-r--r--gst-plugins-bad.spec.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in
index 78f187d1..43e9badc 100644
--- a/gst-plugins-bad.spec.in
+++ b/gst-plugins-bad.spec.in
@@ -81,7 +81,6 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-bad.doap
# non-core plugins without external dependencies
-%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so
%{_libdir}/gstreamer-%{majorminor}/libgsttta.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
%{_libdir}/gstreamer-%{majorminor}/libgstcdxaparse.so
@@ -130,7 +129,6 @@ rm -rf $RPM_BUILD_ROOT
@USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
@USE_XVID_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
@USE_BZ2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
-@USE_WAVPACK_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
@USE_IVORBIS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstivorbis.so
@USE_NEON_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstneonhttpsrc.so
@USE_ALSA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstalsaspdif.so
@@ -142,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
@USE_X264_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%changelog
+* Tue Jun 12 2007 Jan Schmidt <jan at fluendo dot com>
+- wavpack and qtdemux have moved to good.
+
* Thu Mar 22 2007 Christian Schaller <christian at fluendo dot com>
- Add x264 and mpegvideoparse plugins