From f41ed33253931130edb854d911b109dff22967a6 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 17 Jun 2002 17:09:42 +0000 Subject: [PATCH] adding my gstalsa plugin man page as a test. if it works I start commiting some more Original commit message from CVS: adding my gstalsa plugin man page as a test. if it works I start commiting some more --- ext/alsa/Makefile.am | 4 +++- ext/alsa/gstalsa.1 | 18 ++++++++++++++++++ gst-plugins.spec.in | 8 ++++---- 3 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 ext/alsa/gstalsa.1 diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am index 81b030c91d..d499c0dd70 100644 --- a/ext/alsa/Makefile.am +++ b/ext/alsa/Makefile.am @@ -1,5 +1,7 @@ plugindir = $(libdir)/gst +man_MANS = gstalsa.1 + plugin_LTLIBRARIES = libgstalsa.la libgstalsa_la_SOURCES = gstalsa.c @@ -9,4 +11,4 @@ libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstalsa.h -EXTRA_DIST = README +EXTRA_DIST = README $(man_MANS) diff --git a/ext/alsa/gstalsa.1 b/ext/alsa/gstalsa.1 new file mode 100644 index 0000000000..488a2377a6 --- /dev/null +++ b/ext/alsa/gstalsa.1 @@ -0,0 +1,18 @@ +.TH "GStreamer ALSA Plugin" "1" "June 2002" "Christian F. K. Schaller" "" +.SH "NAME" +gstalsa \- GStreamer plugins for recieving and sending audio through the ALSA audio framework +.SH "SYNOPSIS" +pipeline ! \fBalsasink\fR + +\fBalsasrc\fR ! pipeline +.SH "DESCRIPTION" +.LP +\fIgstalsa\fP is a plugin to be used with the \fIGStreamer\fP media framework. It consists of elements which can either be used to recieve sound (\fBalsasrc\fR) aquired through alsa or probably the most common use; to output sound generated by a GStreamer pipeline to the ALSA sound architecture(\fBalsasink\fR). + + +.SH "SEE ALSO" +.BR gstoss (1), +.BR gstjack (1) + +.SH "AUTHOR" +The GStreamer team at http://gstreamer.net/ diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index f79e77e509..66f6cca37d 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -169,6 +169,7 @@ GStreamer support libraries header files. @USE_ALSA_TRUE@%files -n gstreamer-alsa @USE_ALSA_TRUE@%defattr(-, root, root) @USE_ALSA_TRUE@%{_libdir}/gst/libgstalsa.so +@USE_ALSA_TRUE@%{_mandir}/man1/gstalsa* @USE_ALSA_TRUE@ @USE_ALSA_TRUE@%post -n gstreamer-alsa @USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null @@ -244,8 +245,7 @@ GStreamer support libraries header files. @USE_AVIFILE_TRUE@Group: Libraries/Multimedia @USE_AVIFILE_TRUE@Requires: gstreamer-plugins >= %{version} @USE_AVIFILE_TRUE@Requires: gstreamer-colorspace >= %{version} -@USE_AVIFILE_TRUE@Requires: avifile = 0.6.20011111DD -@USE_AVIFILE_TRUE@BuildRequires: avifile-devel = 0.6.20011111DD +@USE_AVIFILE_TRUE@Requires: libavifile0.7 = 0.7.7 @USE_AVIFILE_TRUE@ @USE_AVIFILE_TRUE@%description -n gstreamer-avi @USE_AVIFILE_TRUE@Plug-ins for playback of AVI format media files. @@ -784,7 +784,7 @@ GStreamer support libraries header files. @USE_SIDPLAY_TRUE@ @USE_SIDPLAY_TRUE@%files -n gstreamer-sid @USE_SIDPLAY_TRUE@%defattr(-, root, root) -@USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsiddec.so +@USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsid.so @USE_SIDPLAY_TRUE@ @USE_SIDPLAY_TRUE@%post -n gstreamer-sid @USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null @@ -866,7 +866,7 @@ GStreamer support libraries header files. @USE_V4L_TRUE@Summary: GStreamer Video for Linux plug-in. @USE_V4L_TRUE@Group: Libraries/Multimedia @USE_V4L_TRUE@Requires: gstreamer-plugins >= %{version} -@USE_V4L_TRUE@BuildRequires: glibc-kernelheaders +@USE_V4L_TRUE@BuildRequires: glibc-kernheaders @USE_V4L_TRUE@ @USE_V4L_TRUE@%description -n gstreamer-v4l @USE_V4L_TRUE@Plug-in for accessing Video for Linux devices.