summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-02-03 19:05:07 +0000
committerChristian Schaller <uraeus@gnome.org>2002-02-03 19:05:07 +0000
commit0ec69959716d5572d74596929dbf8753829b7171 (patch)
treec09148cbb5a9a6d6fdf159cb4506930859d52c28
parent5aeb0b399f702a1d1cdbd7be7aa537bce84308aa (diff)
Added Goom and icecast to the spec, also fixed jpmeg mmx
Original commit message from CVS: Added Goom and icecast to the spec, also fixed jpmeg mmx
-rw-r--r--.gitmodules3
m---------common0
-rw-r--r--gst-plugins.spec.in37
3 files changed, 29 insertions, 11 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..1ba590b4
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "common"]
+ path = common
+ url = git://anongit.freedesktop.org/gstreamer/common
diff --git a/common b/common
new file mode 160000
+Subproject d81417a103945ab1c393e74557983b1163e9e35
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index bccfc72f..5de7f08e 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -765,24 +765,25 @@ Various plugins for visual effects to use with audio. Included are Smoothwave, S
%{prefix}/lib/gst/libgstsmooth*
%{prefix}/lib/gst/libgstspectrum*
%{prefix}/lib/gst/libgstvu*
+%{prefix}/lib/gst/libgstgoom*
%post -n gstreamer-visualisation
%{prefix}/bin/gst-register --gst-mask=0
-@USE_LIBMMX_TRUE@%package -n gstreamer-jpegmmx
-@USE_LIBMMX_TRUE@Summary: Gstreamer mjpegtools
-@USE_LIBMMX_TRUE@Group: Libraries/Multimedia
-@USE_LIBMMX_TRUE@Requires: gstreamer >= %{ver}
+@USE_JPEG_MMX_TRUE@%package -n gstreamer-jpegmmx
+@USE_JPEG_MMX_TRUE@Summary: Gstreamer mjpegtools
+@USE_JPEG_MMX_TRUE@Group: Libraries/Multimedia
+@USE_JPEG_MMX_TRUE@Requires: gstreamer >= %{ver}
-@USE_LIBMMX_TRUE@%description -n gstreamer-jpegmmx
-@USE_LIBMMX_TRUE@Mgpegtools based encoding and decoding plugin
+@USE_JPEG_MMX_TRUE@%description -n gstreamer-jpegmmx
+@USE_JPEG_MMX_TRUE@Mgpegtools based encoding and decoding plugin
-@USE_LIBMMX_TRUE@%files -n gstreamer-jpegmmx
-@USE_LIBMMX_TRUE@%defattr(-, root, root)
-@USE_LIBMMX_TRUE@%{prefix}/lib/gst/libgstjpegmmx*
+@USE_JPEG_MMX_TRUE@%files -n gstreamer-jpegmmx
+@USE_JPEG_MMX_TRUE@%defattr(-, root, root)
+@USE_JPEG_MMX_TRUE@%{prefix}/lib/gst/libgstjpegmmx*
-@USE_LIBMMX_TRUE@%post -n gstreamer-jpegmmx
-@USE_LIBMMX_TRUE@%{prefix}/bin/gst-register --gst-mask=0
+@USE_JPEG_MMX_TRUE@%post -n gstreamer-jpegmmx
+@USE_JPEG_MMX_TRUE@%{prefix}/bin/gst-register --gst-mask=0
%package -n gstreamer-plugin-libs
Summary: GStreamer support libraries
@@ -840,3 +841,17 @@ Plugin for playback of wav audio files
%post -n gstreamer-wav
%{prefix}/bin/gst-register --gst-mask=0
+
+@USE_SHOUT_TRUE@%package -n gstreamer-icecast
+@USE_SHOUT_TRUE@Summary: Gstreamer Icecast broadcasting plugin
+@USE_SHOUT_TRUE@Group: Libraries/Multimedia
+@USE_SHOUT_TRUE@Requires: gstreamer >= %{ver}
+@USE_SHOUT_TRUE@%description -n gstreamer-icecast
+@USE_SHOUT_TRUE@Plugin for broadcasting audio with the Icecast server
+
+@USE_SHOUT_TRUE@%files -n gstreamer-icecast
+@USE_SHOUT_TRUE@%defattr(-, root, root)
+@USE_SHOUT_TRUE@%{prefix}/lib/gst/libgstshout*
+
+@USE_SHOUT_TRUE@%post -n gstreamer-icecast
+@USE_SHOUT_TRUE@%{prefix}/bin/gst-register --gst-mask=0