diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:16:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:16:28 +0000 |
commit | 32bd280d6f0d0755ee8f77e92c0873333f4f9734 (patch) | |
tree | d7bcf8cf46395e415b0d5e22255d225b4681f9eb /gst-plugins.spec.in | |
parent | de688424811ba0b1a1395d7e0c1b62700b5521eb (diff) | |
download | gst-plugins-bad-32bd280d6f0d0755ee8f77e92c0873333f4f9734.tar.gz gst-plugins-bad-32bd280d6f0d0755ee8f77e92c0873333f4f9734.tar.bz2 gst-plugins-bad-32bd280d6f0d0755ee8f77e92c0873333f4f9734.zip |
apparently we need cdparanoia-libs
Original commit message from CVS:
apparently we need cdparanoia-libs
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 24160638..03f04750 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -223,7 +223,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL @USE_CDPARANOIA_TRUE@%package -n gstreamer-cdparanoia @USE_CDPARANOIA_TRUE@Summary: GStreamer plugin for CD audio input using CDParanoia IV @USE_CDPARANOIA_TRUE@Group: Libraries/Multimedia -@USE_CDPARANOIA_TRUE@Requires: cdparanoia >= alpha9.7 +@USE_CDPARANOIA_TRUE@Requires: cdparanoia-libs >= alpha9.7 @USE_CDPARANOIA_TRUE@Requires: gstreamer-plugins >= %{version} @USE_CDPARANOIA_TRUE@BuildRequires: cdparanoia-devel >= alpha9.7 @USE_CDPARANOIA_TRUE@ |