diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-08 13:05:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-08 13:05:31 +0000 |
commit | a5626b5951b51f10d82f3c3f4685ccb3f145e692 (patch) | |
tree | 4e2e8b05cb5d8168bcfef90573a0d1b6ad1f8395 | |
parent | 0a07a243abc994b04c2c10b396d967f058a2b071 (diff) | |
download | gst-plugins-bad-a5626b5951b51f10d82f3c3f4685ccb3f145e692.tar.gz gst-plugins-bad-a5626b5951b51f10d82f3c3f4685ccb3f145e692.tar.bz2 gst-plugins-bad-a5626b5951b51f10d82f3c3f4685ccb3f145e692.zip |
more fixing
Original commit message from CVS:
more fixing
-rw-r--r-- | gst-plugins.spec.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 4878ee16..031f55cd 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -324,8 +324,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_MPEG2DEC_TRUE@Group: Libraries/Multimedia @USE_MPEG2DEC_TRUE@Requires: gstreamer >= %{ver} @USE_MPEG2DEC_TRUE@Requires: mpeg2dec => 0.2.0 -@USE_MPEG2DEC_TRUE@Requires: gst-plugins => %{ver} -@USE_MPEG2DEC_TRUE@Requires: gst-plugin-libs => %{ver} +@USE_MPEG2DEC_TRUE@Requires: gstreamer-plugin-libs => %{ver} @USE_MPEG2DEC_TRUE@Obsoletes: gstreamer-mpeg1 @USE_MPEG2DEC_TRUE@Obsoletes: gstreamer-mpeg2 @USE_MPEG2DEC_TRUE@ @@ -381,22 +380,22 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_SDL_TRUE@%post -n gstreamer-sdl @USE_SDL_TRUE@%{prefix}/bin/gst-register --gst-mask=0 -@USE_OPENQUICKTIME_TRUE@%package -n gstreamer-quicktime -@USE_OPENQUICKTIME_TRUE@Summary: GStreamer Quicktime video Plugin +@USE_OPENQUICKTIME_TRUE@%package -n gstreamer-openquicktime +@USE_OPENQUICKTIME_TRUE@Summary: GStreamer OpenQuicktime video Plugin @USE_OPENQUICKTIME_TRUE@Group: Libraries/Multimedia @USE_OPENQUICKTIME_TRUE@Requires: gstreamer >= %{ver} @USE_OPENQUICKTIME_TRUE@Requires: OpenQuicktime = 20010429 @USE_OPENQUICKTIME_TRUE@ -@USE_OPENQUICKTIME_TRUE@%description -n gstreamer-quicktime -@USE_OPENQUICKTIME_TRUE@Plugin which uses the OpenQucktime library +@USE_OPENQUICKTIME_TRUE@%description -n gstreamer-openquicktime +@USE_OPENQUICKTIME_TRUE@Plugin which uses the OpenQuicktime library @USE_OPENQUICKTIME_TRUE@from 3ivx to play Quicktime movies. -@USE_OPENQUICKTIME_TRUE@(http://openquicktime.sourceforge.net) +@USE_OPENQUICKTIME_TRUE@(http://openquicktime.sourceforge.net/) @USE_OPENQUICKTIME_TRUE@ -@USE_OPENQUICKTIME_TRUE@%files -n gstreamer-quicktime +@USE_OPENQUICKTIME_TRUE@%files -n gstreamer-openquicktime @USE_OPENQUICKTIME_TRUE@%defattr(-, root, root) @USE_OPENQUICKTIME_TRUE@%{prefix}/lib/gst/libopenquicktime* @USE_OPENQUICKTIME_TRUE@ -@USE_OPENQUICKTIME_TRUE@%post -n gstreamer-quicktime +@USE_OPENQUICKTIME_TRUE@%post -n gstreamer-openquicktime @USE_OPENQUICKTIME_TRUE@%{prefix}/bin/gst-register --gst-mask=0 # Video 4 Linux |