summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-06-06 09:41:10 +0000
committerChristian Schaller <uraeus@gnome.org>2002-06-06 09:41:10 +0000
commitf157929c08bdca9e221df8d4160ce81e6c75ee74 (patch)
tree5f82dbeff56a57ab848394b34e4aa31b9e77dce7
parenta02f2d7d73b618cfa0fef514b89ba47ace3beb05 (diff)
Fixed the USE statements for arts and artsd, they where switched around
Original commit message from CVS: Fixed the USE statements for arts and artsd, they where switched around
-rw-r--r--gst-plugins.spec.in52
1 files changed, 26 insertions, 26 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 532fa724..a4aa4c25 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -147,40 +147,40 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
@USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
### ARTSD SOUND SERVER ###
-@USE_ARTS_TRUE@%package -n gstreamer-artsd
-@USE_ARTS_TRUE@Summary: GStreamer artsd output plugin
-@USE_ARTS_TRUE@Group: Libraries/Multimedia
-@USE_ARTS_TRUE@Requires: gstreamer-plugins >= %{version}
-@USE_ARTS_TRUE@
-@USE_ARTS_TRUE@%description -n gstreamer-artsd
-@USE_ARTS_TRUE@Plugin for outputing to artsd sound server
-@USE_ARTS_TRUE@
-@USE_ARTS_TRUE@%files -n gstreamer-artsd
-@USE_ARTS_TRUE@%defattr(-, root, root)
-@USE_ARTS_TRUE@%{_libdir}/gst/libgstartsd*
-@USE_ARTS_TRUE@
-@USE_ARTS_TRUE@%post -n gstreamer-artsd
-@USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
-
-### ARTS WRAPPER ###
-@USE_ARTSC_TRUE@%package -n gstreamer-arts
-@USE_ARTSC_TRUE@Summary: GStreamer arts wrapper plugin
+@USE_ARTSC_TRUE@%package -n gstreamer-artsd
+@USE_ARTSC_TRUE@Summary: GStreamer artsd output plugin
@USE_ARTSC_TRUE@Group: Libraries/Multimedia
@USE_ARTSC_TRUE@Requires: gstreamer-plugins >= %{version}
-@USE_ARTSC_TRUE@Requires: kdelibs-sound >= 2
-@USE_ARTSC_TRUE@BuildRequires: kdelibs-sound-devel >= 2
-@USE_ARTSC_TRUE@BuildRequires: gcc-c++
@USE_ARTSC_TRUE@
-@USE_ARTSC_TRUE@%description -n gstreamer-arts
-@USE_ARTSC_TRUE@Plugin for wrapping arts plugins
+@USE_ARTSC_TRUE@%description -n gstreamer-artsd
+@USE_ARTSC_TRUE@Plugin for outputing to artsd sound server
@USE_ARTSC_TRUE@
-@USE_ARTSC_TRUE@%files -n gstreamer-arts
+@USE_ARTSC_TRUE@%files -n gstreamer-artsd
@USE_ARTSC_TRUE@%defattr(-, root, root)
-@USE_ARTSC_TRUE@%{_libdir}/gst/libgstarts.*
+@USE_ARTSC_TRUE@%{_libdir}/gst/libgstartsd*
@USE_ARTSC_TRUE@
-@USE_ARTSC_TRUE@%post -n gstreamer-arts
+@USE_ARTSC_TRUE@%post -n gstreamer-artsd
@USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
+### ARTS WRAPPER ###
+@USE_ARTS_TRUE@%package -n gstreamer-arts
+@USE_ARTS_TRUE@Summary: GStreamer arts wrapper plugin
+@USE_ARTS_TRUE@Group: Libraries/Multimedia
+@USE_ARTS_TRUE@Requires: gstreamer-plugins >= %{version}
+@USE_ARTS_TRUE@Requires: kdelibs-sound >= 2
+@USE_ARTS_TRUE@BuildRequires: kdelibs-sound-devel >= 2
+@USE_ARTS_TRUE@BuildRequires: gcc-c++
+@USE_ARTS_TRUE@
+@USE_ARTS_TRUE@%description -n gstreamer-arts
+@USE_ARTS_TRUE@Plugin for wrapping arts plugins
+@USE_ARTS_TRUE@
+@USE_ARTS_TRUE@%files -n gstreamer-arts
+@USE_ARTS_TRUE@%defattr(-, root, root)
+@USE_ARTS_TRUE@%{_libdir}/gst/libgstarts.*
+@USE_ARTS_TRUE@
+@USE_ARTS_TRUE@%post -n gstreamer-arts
+@USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
+
### AUDIOFILE ###
@USE_AUDIOFILE_TRUE@%package -n gstreamer-audiofile
@USE_AUDIOFILE_TRUE@Summary: GStreamer plugin audiofile support