summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-03 11:30:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-03 11:30:41 +0000
commit169038c95f542765d01e88cf40d2f1900bd430d1 (patch)
treecb5b4eacee60b390b4191b6ca76b01aa5eb36468
parentb6be325415c14409c29440e98c42f789a4c73b47 (diff)
added libfame
Original commit message from CVS: added libfame
-rw-r--r--gst-plugins.spec.in23
1 files changed, 22 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index bfc69a02..066e73b2 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -397,6 +397,24 @@ Element for text-to-speech using the festival server.
@USE_LAME_TRUE@%post -n gstreamer-lame
@USE_LAME_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
+### LIBFAME ###
+@USE_LIBFAME_TRUE@%package -n gstreamer-libfame
+@USE_LIBFAME_TRUE@Summary: GStreamer plugin to encode MPEG1/MPEG4 video
+@USE_LIBFAME_TRUE@Group: Libraries/Multimedia
+@USE_LIBFAME_TRUE@Requires: gstreamer-plugins >= %{version}
+@USE_LIBFAME_TRUE@Requires: libfame >= 0.9.0
+@USE_LIBFAME_TRUE@BuildRequires: libfame >= 0.9.0
+@USE_LIBFAME_TRUE@
+@USE_LIBFAME_TRUE@%description -n gstreamer-libfame
+@USE_LIBFAME_TRUE@Plugin for encoding MPEG1/MPEG4 video using libfame
+@USE_LIBFAME_TRUE@
+@USE_LIBFAME_TRUE@%files -n gstreamer-libfame
+@USE_LIBFAME_TRUE@%defattr(-, root, root)
+@USE_LIBFAME_TRUE@%{_libdir}/gst/libgstlibfame*
+@USE_LIBFAME_TRUE@
+@USE_LIBFAME_TRUE@%post -n gstreamer-libfame
+@USE_LIBFAME_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
+
### MAD ###
@USE_MAD_TRUE@%package -n gstreamer-mad
@USE_MAD_TRUE@Summary: Plugin using MAD for mp3 decoding
@@ -967,9 +985,12 @@ Plugin for playback of wav, au and mod audio files as well as mp3 type
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
%changelog
+* Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- Added libfame package
+
* Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
- Added jack, dxr3, http packages
-- Added visualisation plugins effecttv and synathesia
+- Added visualisation plugins, effecttv and synaesthesia
- Created devel package
- Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
- Replaced prefix/dirname with _macros