From 0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 3 Aug 2011 14:44:58 -0500 Subject: Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick --- .../arts/debian/man/artsc-config-trinity.sgml | 160 ++++++++++++++++++++ .../arts/debian/man/artscat-trinity.sgml | 164 +++++++++++++++++++++ .../dependencies/arts/debian/man/artsdsp-trinity.1 | 31 ++++ 3 files changed, 355 insertions(+) create mode 100644 debian/squeeze/dependencies/arts/debian/man/artsc-config-trinity.sgml create mode 100644 debian/squeeze/dependencies/arts/debian/man/artscat-trinity.sgml create mode 100644 debian/squeeze/dependencies/arts/debian/man/artsdsp-trinity.1 (limited to 'debian/squeeze/dependencies/arts/debian/man') diff --git a/debian/squeeze/dependencies/arts/debian/man/artsc-config-trinity.sgml b/debian/squeeze/dependencies/arts/debian/man/artsc-config-trinity.sgml new file mode 100644 index 000000000..8072e337d --- /dev/null +++ b/debian/squeeze/dependencies/arts/debian/man/artsc-config-trinity.sgml @@ -0,0 +1,160 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Chris"> + Cheney"> + + November 6, 2002"> + + 1"> + ccheney@debian.org"> + + ARTSC-CONFIG"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Get information about a libartsc installation + + + + &dhpackage; + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; displays information about a previous libartsc installation. + + + + OPTIONS + + This program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + This is the prefix used when libartsc was installed. + + + + + + + Outputs version information about the installed arts. + + + + + + + Set of compiler options (CFLAGS) to use when compiling files that use libartsc. + + + + + + + Shows the complete set of libs and other linker options you will need in order to link your application with libartsc. + + + + + + + Outputs version information about the installed libartsc. + + + + + + AUTHOR + + This manual page was written by &dhusername; + <&dhemail;> for the &debian; system (but may be used by + others). Permission is granted to copy, distribute and/or + modify this document under the terms of the &gnu; General Public + License, Version 2 or any later version published by the Free + Software Foundation. + + + On Debian systems, the complete text of the GNU General + Public License can be found in /usr/share/common-licenses/GPL. + + + +
+ + diff --git a/debian/squeeze/dependencies/arts/debian/man/artscat-trinity.sgml b/debian/squeeze/dependencies/arts/debian/man/artscat-trinity.sgml new file mode 100644 index 000000000..7dff34d95 --- /dev/null +++ b/debian/squeeze/dependencies/arts/debian/man/artscat-trinity.sgml @@ -0,0 +1,164 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Chris"> + Cheney"> + + November 6, 2002"> + + 1"> + ccheney@debian.org"> + + ARTSCAT"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + pipe data to sound device + + + + &dhpackage; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; pipes data from a pipe to the sound device through arts. + + + + OPTIONS + + This program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + set number of bits (8 or 16) + + + + + + + set number of channels (1 or 2) + + + + + + + display help and exit + + + + + + + set samplingrate to use + + + + + + + set stream title + + + + + + + show version + + + + + + AUTHOR + + This manual page was written by &dhusername; + <&dhemail;> for the &debian; system (but may be used by + others). Permission is granted to copy, distribute and/or + modify this document under the terms of the &gnu; General Public + License, Version 2 or any later version published by the Free + Software Foundation. + + + On Debian systems, the complete text of the GNU General + Public License can be found in /usr/share/common-licenses/GPL. + + + +
+ + diff --git a/debian/squeeze/dependencies/arts/debian/man/artsdsp-trinity.1 b/debian/squeeze/dependencies/arts/debian/man/artsdsp-trinity.1 new file mode 100644 index 000000000..2615f47c2 --- /dev/null +++ b/debian/squeeze/dependencies/arts/debian/man/artsdsp-trinity.1 @@ -0,0 +1,31 @@ +.TH ARTSDSP "1" "February 2008" "artsdsp" "User Commands" +.SH NAME +artsdsp \- manual page for artsdsp +.SH DESCRIPTION +artsdsp \- attempt to reroute audio device to artsd +.PP +artsdsp [options] binary +.PP +options: +.TP +.B \-h, \-\-help +Show brief help. +.TP +.B \-n, \-\-name\fR=\fINAME\fR +Use name to identify player to artsd. +.TP +.B \-m, \-\-mmap +Emulate memory mapping (i.e. for quake). +.TP +.B \-s, \-\-single\-threaded +Use the single\-threaded version. +.TP +.B \-v, \-\-verbose +Show parameters. +.TP +.B \-V, \-\-version +Show version. +.PP +This manual page was written by Fathi Boudra , +for the Debian project (but may be used by others). + -- cgit v1.2.3