.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. .TH CLAM_LV2_GENERATOR "1" "February 2011" "clam_lv2_generator 1.4" "User Commands" .SH NAME clam_lv2_generator \- Generates files for CLAM based LV2 plugins .SH SYNOPSIS .B clam_lv2_generator [\fIoptions\fR] \fInetwork1 network2\fR... .SH DESCRIPTION This script generates different files needed to build LV2 plugin bundles based on the information provided by a set of CLAM networks. The script can be used in three modes: 'manifest' to generate the main metadata index for the bundle, \&'ttls' to generate a set of ttl's for each plugin in the buncle, and, 'main' to generate the main source file of the library. If you are using SCons, clam provides builders to generate all those files. See the LV2 clam example for more information on how to use it. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-m\fR, \fB\-\-manifest\fR Generates the manifest file .TP \fB\-t\fR, \fB\-\-ttl\fR Generates ttl files for each network .TP \fB\-i\fR, \fB\-\-main\fR Generates the main C++ file for the plugin library .TP \fB\-u\fR URIBASE, \fB\-\-uribase\fR=\fIURIBASE\fR Specifies the uri base for the plugins .TP \fB\-d\fR DOAPFILE, \fB\-\-doap\fR=\fIDOAPFILE\fR Specifies a doapfile with additional info when generating a ttl .TP \fB\-y\fR LIBBINARY, \fB\-\-binary\fR=\fILIBBINARY\fR Provides a name for the library binary (required by \fB\-\-ttls\fR) .TP \fB\-g\fR UIBINARY, \fB\-\-gui\-binary\fR=\fIUIBINARY\fR Provides a name for a ui library binary for the plugin in the ttl .SH AUTHOR Written by Xavier Oliver, David Garcia Garzon and Angelo Scorza. .SH COPYRIGHT Copyright \(co 2010, Fundacio Barcelona Media. .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Licence GPLv2+: GNU GPL version 2 or later