summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/libraries/mlt/debian/mlt-config.1
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-28 14:13:18 -0500
commit4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch)
treec6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/libraries/mlt/debian/mlt-config.1
parent211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff)
downloadtde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz
tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/libraries/mlt/debian/mlt-config.1')
-rw-r--r--ubuntu/raring/libraries/mlt/debian/mlt-config.132
1 files changed, 32 insertions, 0 deletions
diff --git a/ubuntu/raring/libraries/mlt/debian/mlt-config.1 b/ubuntu/raring/libraries/mlt/debian/mlt-config.1
new file mode 100644
index 000000000..9e700d957
--- /dev/null
+++ b/ubuntu/raring/libraries/mlt/debian/mlt-config.1
@@ -0,0 +1,32 @@
+.TH MLT 1 "January 17, 2007"
+.SH NAME
+mlt-config \- script to get information about the installed version of Mlt
+.SH SYNOPSIS
+.B mlt-config [ \-\-version ] | [ \-\-prefix=dir ] [ [ package ] [ \-\-cflags ] [ \-\-libs ] ]
+.SH DESCRIPTION
+\fImlt-config\fP is a tool that is used by configure to determine the
+availability of mlt and the compiler and linker flags that should be used to
+compile programs using it.
+.SH OPTIONS
+\fImlt-config\fP accepts the following options:
+.TP
+.B \-\-version
+Print the currently installed version of \fMlt\fP on the standard output.
+.TP
+.B \-\-prefix=dir
+Set the prefix mlt-config uses to find its configuration files
+.TP
+.B package
+Print informations for the given package ( packages are: framework modules
+inigo valerie miracle humperdink )
+.TP
+.B \-\-libs
+Print the linker flags that are necessary to link a \fMlt\fP\-program.
+.TP
+.B \-\-cflags
+Print the compiler flags that are necessary to link a \fMlt\fP\-program.
+.SH SEE ALSO
+.BR Mlt (1).
+.SH AUTHOR
+This manual page was written by Albin Tonnerre <lut1n.tne@gmail.com>
+for the Debian GNU/Linux system (but may be used by others).