summaryrefslogtreecommitdiffstats
path: root/gst-plugins.spec.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-03 21:35:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-03 21:35:10 +0000
commit3b7ba1e224442998ea5315779a0c5ff379e555c7 (patch)
tree808324191a7e01dd138fb180578242bb61f31a38 /gst-plugins.spec.in
parent9868d1352fbde9d3e3aac85bd447ba00eca4418c (diff)
some more fixes
Original commit message from CVS: some more fixes
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r--gst-plugins.spec.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index ae44a0bc..a8d38555 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -75,7 +75,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
@USE_MAD_TRUE@%package -n gstreamer-mad
@USE_MAD_TRUE@Summary: Plugin using MAD for mp3 decoding
@USE_MAD_TRUE@Group: Libraries/Multimedia
-@USE_MAD_TRUE@Requires: gstreamer = %{ver}
+@USE_MAD_TRUE@Requires: gstreamer = %{ver},gstreamer-libs
@USE_MAD_TRUE@Requires: mad >= 0.13.0
@USE_MAD_TRUE@
@USE_MAD_TRUE@%description -n gstreamer-mad
@@ -745,6 +745,21 @@ Various plugins for visual effects to use with audio. Included are Smoothwave, S
@USE_HERMES_TRUE@%post -n gstreamer-colorspace
@USE_HERMES_TRUE@%{prefix}/bin/gstreamer-register --gst-mask=0
+%package -n gstreamer-libs
+Summary: GStreamer support libraries
+Group: Libraries/Multimedia
+Requires: gstreamer = %{ver}
+
+%description -n gstreamer-libs
+GStreamer support libraries
+
+%files -n gstreamer-libs
+%defattr(-, root, root)
+%{prefix}/lib/gst/libgstaudio*
+%{prefix}/lib/gst/libgstidct*
+%{prefix}/lib/gst/libgstriff*
+%{prefix}/lib/gst/libgstresample*
+
%package -n gstreamer-misc
Summary: GStreamer plugins for various effects
Group: Libraries/Multimedia
@@ -757,9 +772,6 @@ Plugins for various effects
%defattr(-, root, root)
%{prefix}/lib/gst/libgstadder*
%{prefix}/lib/gst/libgstalaw*
-%{prefix}/lib/gst/libgstaudio*
-%{prefix}/lib/gst/libgstidct*
-%{prefix}/lib/gst/libgstriff*
%{prefix}/lib/gst/libgstjpeg*
%{prefix}/lib/gst/libgstintfloat*
%{prefix}/lib/gst/libgstlevel*