diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-02 20:38:00 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-02 20:38:00 +0000 |
commit | 9962dd27dec829addc98063f32fc3a400240a5d1 (patch) | |
tree | b86388bb3fc317a31e7ee7f1d8700108c56c55f0 | |
parent | e1c8afcc1b9a266e2e6878444b6b8985dec56373 (diff) |
removed double mad plugin
Original commit message from CVS:
removed double mad plugin
-rw-r--r-- | gst-plugins.spec.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index c8c78fca..4a2e8492 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -310,22 +310,6 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_SDL_TRUE@%post -n gstreamer-sdl @USE_SDL_TRUE@%{prefix}/bin/gstreamer-register --gst-mask=0 -@USE_MAD_TRUE@%package -n gstreamer-mad -@USE_MAD_TRUE@Summary: Gstreamer MAD mp3 decoder library -@USE_MAD_TRUE@Group: Libraries/Multimedia -@USE_MAD_TRUE@Requires: %{name} = %{ver} -@USE_MAD_TRUE@Requires: mad >= 0.13.0 -@USE_MAD_TRUE@ -@USE_MAD_TRUE@%description -n gstreamer-mad -@USE_MAD_TRUE@Plugin for playback of mp3 songs using the very good MAD library -@USE_MAD_TRUE@ -@USE_MAD_TRUE@%files -n gstreamer-mad -@USE_MAD_TRUE@%defattr(-, root, root) -@USE_MAD_TRUE@%{prefix}/lib/gst/libgstmad* -@USE_MAD_TRUE@ -@USE_MAD_TRUE@%post -n gstreamer-mad -@USE_MAD_TRUE@%{prefix}/bin/gstreamer-register --gst-mask=0 - @USE_OPENQUICKTIME_TRUE@%package -n gstreamer-quicktime @USE_OPENQUICKTIME_TRUE@Summary: GStreamer Quicktime video Plugin @USE_OPENQUICKTIME_TRUE@Group: Libraries/Multimedia |