summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-10-29 14:53:42 +0000
committerChristian Schaller <uraeus@gnome.org>2002-10-29 14:53:42 +0000
commit2c3b08885c1bb2746a71832029d52c78d0ef4767 (patch)
tree0b3fde56aaa2b08e013c4f117c17bb2eba395072
parent5461098c1944bf22d0efd32921dc68bfca02c493 (diff)
downloadgstreamer-plugins-bad-2c3b08885c1bb2746a71832029d52c78d0ef4767.tar.gz
fix missing >, doh
Original commit message from CVS: fix missing >, doh
-rw-r--r--gst-plugins.spec.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 6d60b9110..eaac2690b 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -1454,7 +1454,24 @@ Plug-in for demuxing Quicktime movies
@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
+# package for libgstplay library
+%package -n gstreamer-gstplay
+Summary: GStreamer playback helper library
+Group: Libraries/Multimedia
+Requires: gstreamer >= 0.4.1
+
+%description -n gstreamer-gstplay
+Small helper library for creating media playback applications
+
+%files -n gstreamer-gstplay
+%defattr(-, root, root)
+%{_libdir}/libgstplay.*
+
+%post -n gstreamer-gstplay
+
%changelog
+* Thu Oct 30 2002 Christian Schaller <Uraeus@linuxrising.org>
+- Added gstplay library
* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
- Added wavenc to audio formats package
* Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>