diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:35:08 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:35:08 +0000 |
commit | 98ef159bd144b4c50e5c5bad59abc4c180ff1e79 (patch) | |
tree | 865e8f1ce41de73fb30101c03a93c671355b7c66 /gst-plugins-good.spec.in | |
parent | ca57eb55af83a0ca6393b15579d917046a908519 (diff) | |
download | gstreamer-plugins-good-98ef159bd144b4c50e5c5bad59abc4c180ff1e79.tar.gz |
Move qtdemux from -bad.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/inspect/plugin-qtdemux.xml:
* docs/plugins/inspect/plugin-quicktime.xml:
* win32/MANIFEST:
Move qtdemux from -bad.
* gst-plugins-good.spec.in:
Update spec file to reflect moving of qtdemux and wavpack
Diffstat (limited to 'gst-plugins-good.spec.in')
-rw-r--r-- | gst-plugins-good.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in index b7c45909d..adb1f002e 100644 --- a/gst-plugins-good.spec.in +++ b/gst-plugins-good.spec.in @@ -95,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstlevel.so %{_libdir}/gstreamer-%{majorminor}/libgstefence.so %{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so +%{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so %{_libdir}/gstreamer-%{majorminor}/libgstrtp.so %{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so %{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so @@ -145,11 +146,15 @@ rm -rf $RPM_BUILD_ROOT @USE_AALIB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so @USE_LIBDV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdv.so @USE_DV1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so +@USE_WAVPACK_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so # schema files @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas %changelog +* Tue Jun 12 2007 Jan Schmidt <jan at fluendo dot com> +- wavpack and qtdemux have moved from bad + * Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org> - clean up for splitup |