~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/C/cygnal.1

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" -*- coding: us-ascii -*-
2
 
.if \n(.g .ds T< \\FC
3
 
.if \n(.g .ds T> \\F[\n[.fam]]
4
 
.de URL
5
 
\\$2 \(la\\$1\(ra\\$3
6
 
..
7
 
.if \n(.g .mso www.tmac
8
 
.TH cygnal 1 "19 February 2008"  
9
 
.SH NAME
10
 
cygnal \- Cygnal
11
 
.SH Synopsis
12
 
.nf
13
 
 
14
 
cygnal (options)...
15
 
.fi
16
 
.SH DESCRIPTION
17
 
Cygnal is a multimedia media server for streaming audio, video, and
18
 
video conferencing. Cygnal supports several protocols used by SWF
19
 
file players, including RTMP, RTMPTS, and RTMPT, while encouring the
20
 
use of patent free codecs.
21
 
.TP 
22
 
(-h) --help
23
 
Print usage info.
24
 
.TP 
25
 
--version
26
 
Print version information.
27
 
.TP 
28
 
(-v) --verbose
29
 
Verbose output.
30
 
.TP 
31
 
(-p) --port-offset
32
 
Port offset. This number gets added to the default
33
 
ports for RTMPS and RTMPS. This is only used by
34
 
developers.