[SCM] lives packaging branch, master, updated. debian/1.3.2-3-6-gb254e98

hrickards-guest at users.alioth.debian.org hrickards-guest at users.alioth.debian.org
Sun May 9 14:10:39 UTC 2010


The following commit has been merged in the master branch:
commit b254e98334f44d4aa66151112d0f04e00281151a
Author: Harry <hrickards at l33tmyst.com>
Date:   Sun May 9 15:09:56 2010 +0100

    Added the manpages (see previous commit) from upstream and referenced them in lives-data.manpages

diff --git a/debian/build-lives-rfx-plugin-multi.1 b/debian/build-lives-rfx-plugin-multi.1
new file mode 100644
index 0000000..3775d5a
--- /dev/null
+++ b/debian/build-lives-rfx-plugin-multi.1
@@ -0,0 +1,30 @@
+.TH build-lives-rfx-plugin-multi 1 "May 9 2010"
+.SH NAME
+build-lives-rfx-plugin-multi \- builds rendered effects for LiVES
+.SH SYNOPSIS
+.B build-lives-rfx-plugin-multi
+type [scripts_dir exec_dir] [build_bindir]
+.SH DESCRIPTION
+This perl script builds rendered effects (RFX) plugins for LiVES. If
+scripts_dir is not defined then type is used to locate the plugin scripts
+directory and output directory. Type can be builtin (the default), custom,
+ test, or builtinx. The type builtinx forces scripts_dir and exec_dir to
+be read from parameters and is used during LiVES install, and is the only
+type which should be used if scripts_dir is specified.
+
+Each plugin script in input directory is scanned to find its language
+code. The script is then passed to the script compiler for that language.
+The directory location of the script_compiler may be specified by the
+build_bindir parameter (as is the case during LiVES installation0;
+otherwise the user's $PATH will be searched.
+
+Return values
+the script returns the following values
+
+0 - success
+1 - the "type" parameter was not defined, or set to an invalid value
+3 - the builder for a plugin script was not found
+.SH SEE ALSO
+build-lives-rfx-plugin(1), lives(1)
+.SH AUTHOR
+Gabriel Finch a.k.a Salsaman (salsaman at xs4all.nl)
diff --git a/debian/build-lives-rfx-plugin.1 b/debian/build-lives-rfx-plugin.1
new file mode 100644
index 0000000..77735e5
--- /dev/null
+++ b/debian/build-lives-rfx-plugin.1
@@ -0,0 +1,32 @@
+.TH build-lives-rfx-plugin 1 "May 9 2010"
+.SH NAME
+build-lives-rfx-plugin \- builds rendered effects for LiVES
+.SH SYNOPSIS
+.B build-lives-rfx-plugin
+script_name [plugin_dir]
+-get section file
+.SH DESCRIPTION
+This perl script is used by LiVES to compile an RFX (rendered effect)
+plugin for LiVES. It is generally called from build-lives-rfx-plugin-multi
+for a script which has a language code representing LiVES-perl. The
+script_name must be the full (absolute) path to the plugin script, and
+plugin_dir can be used to specify the output directory where the compiled
+plugin should be generated. If plugin_dir is not defined then /tmp is
+assumed.
+
+The second variant with -get is used to print out a script section from a
+plugin script to stdout. It is generally only used internally by LiVES.
+
+Return values
+The script returns the following values
+
+0 - success
+1 - the value of a trigger was greater than the number of parameters
+2 - a value could not be read from the script file
+3 - the language code of the plugin script was not equivalent to LiVES-perl
+4 - the API version level of the plugin script was invalid
+5 - the <define> section was missing from the plugin script
+.SH SEE ALSO
+build-lives-rfx-plugin-multi(1), lives(1)
+.SH AUTHOR
+Gabriel Finch a.k.a Salsaman (salsaman at xs4all.nl)
diff --git a/debian/lives-data.manpages b/debian/lives-data.manpages
index 91264a2..7119e2c 100644
--- a/debian/lives-data.manpages
+++ b/debian/lives-data.manpages
@@ -6,3 +6,5 @@ debian/mng_encoder.1
 debian/mpeg_encoder.1
 debian/ogm_encoder.1
 debian/theora_encoder.1
+debian/build-lives-rfx-plugin.1
+debian/build-lives-rfx-plugin-multi.1

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list