Your message dated Tue, 28 Apr 2009 19:17:05 +0000
with message-id <[email protected]>
and subject line Bug#521740: fixed in mlt 0.3.8-2
has caused the Debian Bug report #521740,
regarding missing man page for inigo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
521740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521740
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: inigo
Severity: normal
Tags: patch

/usr/bin/inigo has no manual page.

I converted offical document
(http://www.mltframework.org/twiki/bin/view/MLT/Inigo)
to roff file and attach on this report.

Please consider to add this into debian package.
.\"     Title: inigo
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\"      Date: 03/30/2009
.\"    Manual: 
.\"    Source: 
.\"
.TH "INIGO" "1" "03/30/2009" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
inigo \- multitrack command line oriented video editor
.SH "SYNOPSIS"
\fBinigo\fR [\fIoptions\fR] [\fIproducer\fR [\fIname\fR=\fIvalue\fR]*]+
.sp
.SH "DESCRIPTION"
inigo was developed as a test tool for the MLT framework\&. It can be thought of as a powerful, if somewhat obscure, multitrack command line oriented video editor\&.
.sp
The following details the usage of the tool and as a result, provides a lot of insight into the workings of the MLT framework\&.
.sp
.SH "OPTIONS"
.PP
\fB\-attach\fR \fIfilter\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Attach a filter to the output
.RE
.PP
\fB\-attach\-cut\fR \fIfilter\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Attach a filter to a cut
.RE
.PP
\fB\-attach\-track\fR \fIfilter\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Attach a filter to a track
.RE
.PP
\fB\-attach\-clip\fR \fIfilter\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Attach a filter to a producer
.RE
.PP
\fB\-audio\-track\fR | \fB\-hide\-video\fR
.RS 4
Add an audio\-only track
.RE
.PP
\fB\-blank\fR \fIframes\fR
.RS 4
Add blank silence to a track
.RE
.PP
\fB\-consumer\fR \fIid\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Set the consumer (sink)
.RE
.PP
\fB\-debug\fR
.RS 4
Set the logging level to debug
.RE
.PP
\fB\-filter\fR \fIfilter\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Add a filter to the current track
.RE
.PP
\fB\-group\fR [\fIname\fR=\fIvalue\fR]*
.RS 4
Apply properties repeatedly
.RE
.PP
\fB\-help\fR
.RS 4
Show this message
.RE
.PP
\fB\-join\fR \fIclips\fR
.RS 4
Join multiple clips into one cut
.RE
.PP
\fB\-mix\fR \fIlength\fR
.RS 4
Add a mix between the last two cuts
.RE
.PP
\fB\-mixer\fR \fItransition\fR
.RS 4
Add a transition to the mix
.RE
.PP
\fB\-null\-track\fR | \fB\-hide\-track\fR
.RS 4
Add a hidden track
.RE
.PP
\fB\-profile\fR \fIname\fR
.RS 4
Set the processing settings
.RE
.PP
\fB\-progress\fR
.RS 4
Display progress along with the position
.RE
.PP
\fB\-remove\fR
.RS 4
Remove the most recent cut
.RE
.PP
\fB\-repeat\fR \fItimes\fR
.RS 4
Repeat the last cut
.RE
.PP
\fB\-query\fR
.RS 4
List all of the registered services
.RE
.PP
\fB\-query\fR consumers | consumer=\fIid\fR
.RS 4
List consumers or show info about one
.RE
.PP
\fB\-query\fR filters | filter=\fIid\fR
.RS 4
List filters or show info about one
.RE
.PP
\fB\-query\fR producers | producer=\fIid\fR
.RS 4
List producers or show info about one
.RE
.PP
\fB\-query\fR transitions | transition=\fIid\fR
.RS 4
List transitions or show info about one
.RE
.PP
\fB\-serialise\fR [\fIfilename\fR]
.RS 4
Write the commands to a text file
.RE
.PP
\fB\-silent\fR
.RS 4
Do not display position/transport help
.RE
.PP
\fB\-split\fR \fIrelative\-frame\fR
.RS 4
Split the last cut into two cuts
.RE
.PP
\fB\-swap\fR
.RS 4
Rearrange the last two cuts
.RE
.PP
\fB\-track\fR
.RS 4
Add a track
.RE
.PP
\fB\-transition\fR \fIid\fR[:\fIarg\fR] [\fIname\fR=\fIvalue\fR]*
.RS 4
Add a transition
.RE
.PP
\fB\-verbose\fR
.RS 4
Set the logging level to verbose
.RE
.PP
\fB\-version\fR
.RS 4
Show the version and copyright message
.RE
.PP
\fB\-video\-track\fR | \fB\-hide\-audio\fR
.RS 4
Add a video\-only track
.RE
.SH "GENERAL RULES"
.sp
.RS 4
\h'-04' 1.\h'+02'Order is incredibly important;
.RE
.sp
.RS 4
\h'-04' 2.\h'+02'Error checking on command line parsing is weak;
.RE
.sp
.RS 4
\h'-04' 3.\h'+02'Please refer to services\&.txt for details on services available;
.RE
.sp
.RS 4
\h'-04' 4.\h'+02'The MLT framework, from which inigo has inherited its naming convention, is very mlt\-centric\&. Producers produce MLT frame objects and consumers consume MLT frame objects\&. The distinction is important \- a DV producer does not produce DV, it produces MLT frames from a DV source, and similarly a DV consumer does not consume DV, it consumes MLT frames and produces DV frames\&.
.RE
.SH "TERMINOLOGY"
\fIProducers\fR typically refer to files but may also indicate devices (such as dv1394 input or video4linux)\&. Hence, the more generic term is used [the more generic usage is out of scope for now\&...]\&.
.sp
\fIFilters\fR are frame modifiers \- they always guarantee that for every frame they receive, they output \fBprecisely\fR one frame\&. Never more, never less, ever\&. Nothing says that a filter cannot generate frames though
.sp
\fITransitions\fR collect frames from two tracks (a and b) and output 1 modified frame on their \'a track\', and 1 unmodified frame on their \'b track\'\&. Never more, never less, ever\&.
.sp
\fIConsumers\fR collect frames from a producer, do something with them and destroy them\&.
.sp
Collectively, these are known as \fIservices\fR\&.
.sp
All services have \fIproperties\fR associated to them\&. These are typically defaulted or evaluated and may be overriden on a case by case basis\&.
.sp
All services except consumers obey in and out properties\&.
.sp
Consumers have no say in the flow of frames [though they may give the illusion that they do]\&. They get frames from a connected producer, use them, destroy them and get more\&.
.sp
.SH "BASICS"
To play a file with the default SDL PAL consumer, usage is:
.sp
.RS 4
.nf
$ inigo file
.fi
.sp
.RE
Note that \fIfile\fR can be anything that inigo has a known \fIproducer\fR mapping for (so this can be anything from \&.dv to \&.txt)\&.
.sp
You can also specify the producer directly, for example:
.sp
.RS 4
.nf
$ inigo avformat:file\&.mpeg
.fi
.RE
Would force the direct use of avformat for loading the file\&.
.sp
.SH "PROPERTIES"
Properties can be assigned to the producer by adding additional name=value pairs after the producer\e:
.sp
.RS 4
.nf
$ inigo file in=50 out=100 something="something else"
.fi
.sp
.RE
Note that while some properties have meaning to all producers (for example: in, out and length are guaranteed to be valid for all, though typically, length is determined automatically), the validity of others are dependent on the producer \- however, properties will always be assigned and silently ignored if they won\'t be used\&.
.sp
.SH "MULTIPLE FILES"
Multiple files of different types can be used:
.sp
.RS 4
.nf
$ inigo a\&.dv b\&.mpg c\&.png
.fi
.sp
.RE
Properties can be assigned to each file:
.sp
.RS 4
.nf
$ inigo a\&.dv in=50 out=100 b\&.mpg out=500 c\&.png out=500
.fi
.sp
.RE
MLT will take care of \fInormalising\fR the output of a producer to ensure that the consumer gets what it needs\&. So, in the case above, the mlt framework will ensure that images are rescaled and audio resampled to meet the requirements of your configuration (which, by default, will be PAL)\&. See \fIAppendix A: Normalisation Rules\fR below\&.
.sp
.SH "FILTERS"
Filters are frame modifiers \- they can change the contents of the audio or the images associated to a frame\&.
.sp
.RS 4
.nf
$ inigo a\&.dv \-filter greyscale
.fi
.sp
.RE
As with producers, properties may be specified on filters too\&.
.sp
Again, in and out properties are common to all, so to apply a filter to a range of frames, you would use something like:
.sp
.RS 4
.nf
$ inigo a\&.dv \-filter greyscale in=0 out=50
.fi
.sp
.RE
Again, filters have their own set of rules about properties and will silently ignore properties that do not apply\&.
.sp
.SH "GROUPS"
The \-group switch is provided to force default properties on the following \fIservices\fR\&. For example:
.sp
.RS 4
.nf
$ inigo \-group in=0 out=49 clip*
.fi
.sp
.RE
would play the first 50 frames of all clips that match the wild card pattern\&.
.sp
Note that the last \-group settings also apply to the following filters, transitions and consumers, so:
.sp
.RS 4
.nf
$ inigo \-group in=0 out=49 clip* \-filter greyscale
.fi
.sp
.RE
is \fBprobably not\fR what you want (ie: the greyscale filter would only be applied to the first 50 frames)\&.
.sp
To shed the group properties, you can use any empty group:
.sp
.RS 4
.nf
$ inigo \-group in=0 out=49 clip* \-group \-filter greyscale
.fi
.sp
.RE
.SH "ATTACHED FILTERS"
As described above, the \-filter switch applies filters to an entire track\&. To localise filters to a specific clip on a track, you have to know information about the lengths of the clip and all clips leading up to it\&. In practise, this is horrifically impractical, especially at a command line level (and not even that practical from a programing point of view\&...)\&.
.sp
The \-attach family of switches simplify things enormously\&. By default, \-attach will attach a filter to the last service created, so:
.sp
.RS 4
.nf
$ inigo clip1\&.dv clip2\&.dv \-attach greyscale clip3\&.dv
.fi
.sp
.RE
would only apply the filter to clip2\&.dv\&. You can further narrow down the area of the effect by specifying in/out points on the attached filter\&.
.sp
This might seem simple so far, but there is a catch\&... consider the following:
.sp
.RS 4
.nf
$ ingo clip1\&.dv \-attach watermark:+hello\&.txt \-attach invert
.fi
.sp
.RE
The second attached filter is actually attached to the watermark\&. You might think, yay, nice (and it is :\-)), but, it might not be what you want\&. For example you might want to attach both to clip1\&.dv\&. To do that, you can use:
.sp
.RS 4
.nf
$ ingo clip1\&.dv \-attach\-cut watermark:+hello\&.txt \-attach\-cut invert
.fi
.sp
.RE
As you shall see below, there are still another couple of gotchas associated to \-attach, and even another variant :\-)\&.
.sp
Mixes:
.sp
The \-mix switch provides the simplest means to introducer transitions between adjacent clips\&.
.sp
For example:
.sp
.RS 4
.nf
$ inigo clip1\&.dv clip2\&.dv \-mix 25 \-mixer luma \-mixer mix:\-1
.fi
.sp
.RE
would provide both an audio and video transition between clip1 and clip2\&.
.sp
This functionality supercedes the enforced use of the \-track and \-transtition switches from earlier versions of inigo and makes life a lot easier :\-)\&.
.sp
These can be used in combination, so you can for example do a fade from black and to black using the following:
.sp
.RS 4
.nf
$ inigo colour:black out=24 clip1\&.dv \-mix 25 \-mixer luma \e
        colour:black out=24 \-mix 25 \-mixer luma
.fi
.sp
.RE
while this may not be immediately obvious, consider what\'s happening as the command line is being parsed from left to right:
.sp
.RS 4
.nf
Input:                  Track
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
colour:black out=24     [black]
clip1\&.dv                [black][clip1\&.dv]
\-mix 25                 [black+clip1\&.dv][clip1\&.dv]
\-mixer luma             [luma:black+clip1\&.dv][clip1\&.dv]
colour:black out=24     [luma:black+clip1\&.dv][clip1\&.dv][black]
\-mix 25                 [luma:black+clip1\&.dv][clip1\&.dv][clip1\&.dv+black]
\-mixer luma             [luma:black+clip1\&.dv][clip1\&.dv][luma:clip1\&.dv+black]
.fi
.sp
.RE
Obviously, the clip1\&.dv instances refer to different parts of the clip, but hopefully that will demonstrate what happens as we construct the track\&.
.sp
You will find more details on the mix in the framework\&.txt\&.
.sp
.SH "MIX AND ATTACH"
As noted, \-attach normally applies to the last created service \- so, you can attach a filter to the transition region using:
.sp
.RS 4
.nf
$ inigo clip1\&.dv clip2\&.dv \-mix 25 \-mixer luma \-attach watermark:+Transition\&.txt
.fi
.sp
.RE
Again, nice, but take care \- if you want the attached filter to be associated to the region following the transition, use \-attach\-cut instead\&.
.sp
.SH "SPLITS, JOINS, REMOVES AND SWAPS"
COMPLEX \- needs simplification\&...\&.
.sp
.SH "INTRODUCING TRACKS AND BLANKS"
So far, all of the examples have shown the definition of a single playlist, or more accurately, track\&.
.sp
When multiple tracks exist, the consumer will receive a frame from the \fIhighest numbered\fR track that is generating a non\-blank frame\&.
.sp
It is best to visualise a track arrangement, so we\'ll start with an example:
.sp
$ inigo a\&.dv \-track b\&.dv in=0 out=49
.sp
This can be visualised as follows:
.sp
.RS 4
.nf
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
|a                 |
+\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-+
|b      |
+\-\-\-\-\-\-\-+
.fi
.sp
.RE
Playout will show the first 50 frames of b and the 51st frame shown will be the 51st frame of a\&.
.sp
This rule also applies to audio only producers on the second track, for example, the following would show the video from the a track, but the audio would come from the second track:
.sp
.RS 4
.nf
$ inigo a\&.dv \-track b\&.mp3 in=0 out=49
.fi
.sp
.RE
To have the 51st frame be the first frame of b, we can use the \-blank switch:
.sp
.RS 4
.nf
$ inigo a\&.dv out=49 \-track \-blank 49 b\&.dv
.fi
.sp
.RE
Which we can visualise as:
.sp
.RS 4
.nf
+\-\-\-\-\-\-\-+
|a      |
+\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
        |b                  |
        +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
.fi
.sp
.RE
Now playout will continue as though a and b clips are on the same track (which on its own, is about as useful as reversing the process of slicing bread)\&.
.sp
.SH "TRANSITIONS"
Where tracks become useful is in the placing of transitions\&.
.sp
Here we need tracks to overlap, so a useful multitrack definition could be given as:
.sp
.RS 4
.nf
$ inigo a\&.dv out=49 \e
        \-track \e
        \-blank 24 b\&.dv \e
        \-transition luma in=25 out=49 a_track=0 b_track=1
.fi
.sp
.RE
Now we\'re cooking \- our visualisation would be something like:
.sp
.RS 4
.nf
+\-\-\-\-\-\-\-+
|a      |
+\-\-\-+\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
    |b                 |
    +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
.fi
.sp
.RE
Playout will now show the first 25 frames of a and then a fade transition for 25 frames between a and b, and will finally playout the remainder of b\&.
.sp
.SH "REVERSING A TRANSITION"
When we visualise a track definition, we also see situtations like:
.sp
.RS 4
.nf
+\-\-\-\-\-\-\-+              +\-\-\-\-\-\-\-\-\-\-+
|a1     |              |a2        |
+\-\-\-+\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-+\-\-\-\-\-+
    |b                      |
    +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
.fi
.sp
.RE
In this case, we have two transitions, a1 to b and b to a2\&.
.sp
In this scenario, we define a command line as follows:
.sp
.RS 4
.nf
$ inigo a\&.dv out=49 \-blank 49 a2\&.dv \e
        \-track \e
        \-blank 24 b\&.dv out=99 \e
        \-transition luma in=25 out=49 a_track=0 b_track=1 \e
        \-transition luma in=100 out=124 reverse=1 a_track=0 b_track=1
.fi
.sp
.RE
.SH "SERIALISATION"
Inigo has a built in serialisation mechanism \- you can build up your command, test it via any consumer and then add a \-serialise file\&.inigo switch to save it\&.
.sp
The saved file can be subsequently used as a clip by either miracle or inigo\&. Take care though \- paths to files are saved as provided on the command line\&...\&.
.sp
A more expressive serialisation can be obtained with the westley consumer \- this will provide an xml document which can be used freely in inigo and miracle\&.
.sp
See westley\&.txt for more information\&.
.sp
.SH "MISSING FEATURES"
Some filters/transitions should be applied on the output frame regardless of which track it comes from \- for example, you might have a 3rd text track or a watermark which you want composited on every frame, and of course, there\'s the obscure filter\&...\&.
.sp
inigo only supports this in two invocations \- as a simple example:
.sp
.RS 4
.nf
$ inigo a\&.dv \-track \-blank 100 b\&.dv \-consumer westley:basic\&.westley
$ inigo basic\&.westley \-filter watermark:watermark\&.png
.fi
.sp
.RE
.SH "AUTHOR"
Charles Yates <charles\&.ya...@pandora\&.be>
.sp
.SH "COPYING"
Copyright (C) 2004 Ushodaya Enterprised Limited
.RE

--- End Message ---
--- Begin Message ---
Source: mlt
Source-Version: 0.3.8-2

We believe that the bug you reported is fixed in the latest version of
mlt, which is due to be installed in the Debian FTP archive:

inigo_0.3.8-2_amd64.deb
  to pool/main/m/mlt/inigo_0.3.8-2_amd64.deb
libmlt-data_0.3.8-2_all.deb
  to pool/main/m/mlt/libmlt-data_0.3.8-2_all.deb
libmlt-dev_0.3.8-2_amd64.deb
  to pool/main/m/mlt/libmlt-dev_0.3.8-2_amd64.deb
libmlt1_0.3.8-2_amd64.deb
  to pool/main/m/mlt/libmlt1_0.3.8-2_amd64.deb
mlt_0.3.8-2.diff.gz
  to pool/main/m/mlt/mlt_0.3.8-2.diff.gz
mlt_0.3.8-2.dsc
  to pool/main/m/mlt/mlt_0.3.8-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi <[email protected]> (supplier of updated mlt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 28 Apr 2009 20:44:48 +0200
Source: mlt
Binary: libmlt-dev libmlt1 libmlt-data inigo
Architecture: source all amd64
Version: 0.3.8-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Description: 
 inigo      - command line media player and video editor
 libmlt-data - multimedia framework (data)
 libmlt-dev - multimedia framework (development)
 libmlt1    - multimedia framework (runtime)
Closes: 521740
Changes: 
 mlt (0.3.8-2) unstable; urgency=low
 .
   * Add manpage for inigo. Much thanks to Tatsuki Sugiura for his patch.
     Closes: #521740
   * Fix copyright-refers-to-symlink-license. Refer to the {L}GPL-2 file instead
     of the {L}GPL link. Thanks lintian.
   * Remove old debian/libmlt1.lintian-overrides, the overrides are not needed
     anymore.
Checksums-Sha1: 
 b77743e556771e8e73b157347bfa2671bb4c40eb 1320 mlt_0.3.8-2.dsc
 d36c54bc4d55835bbc3b5c085b05869e55cc8759 12824 mlt_0.3.8-2.diff.gz
 53b1690b9747d62d154f11eada308e51f8938e30 1372868 libmlt-data_0.3.8-2_all.deb
 91fb1570367d402498f133fd48c93ef6c517b0f5 139622 libmlt-dev_0.3.8-2_amd64.deb
 78a84f8921b06fe5ff948350f20bc6729b376160 444372 libmlt1_0.3.8-2_amd64.deb
 6e83b758d9a46d30b9c6a57ff1820633b3a66a3b 132576 inigo_0.3.8-2_amd64.deb
Checksums-Sha256: 
 ef8ef4da293c9832c4ad713c5b6112951f26dc088b23c4468071969ad9cca6fe 1320 
mlt_0.3.8-2.dsc
 fbece0f66c2f9e2cfb388cabbd8bf878eb2da4043897772931eccc8ec91152c4 12824 
mlt_0.3.8-2.diff.gz
 19793ce4ca32445c712f2cd7d5f0ee8b67c539e3d38fb7c665a2506b359b18b4 1372868 
libmlt-data_0.3.8-2_all.deb
 703c638b9e694b9061cfc45302452ec08d3a2dcd63d9874af987788740269b70 139622 
libmlt-dev_0.3.8-2_amd64.deb
 422c5c5810dac84c9989c810dfcfe6539bbcfb808f8714ee652a49653e0aa813 444372 
libmlt1_0.3.8-2_amd64.deb
 a7003b2118080194d567ca808cf9285193acfb7eda31e90f3807e6f427e5d03f 132576 
inigo_0.3.8-2_amd64.deb
Files: 
 35f1471fdbd35fcc48c3f437a2c4aee3 1320 libs optional mlt_0.3.8-2.dsc
 8766ac737cbf125d4c5ac05a84141439 12824 libs optional mlt_0.3.8-2.diff.gz
 7fba4023ac87e5c43c6aa4f88b57476a 1372868 libs optional 
libmlt-data_0.3.8-2_all.deb
 1dfc0f9b6f6e7df7f9551a8056510d76 139622 libdevel optional 
libmlt-dev_0.3.8-2_amd64.deb
 be6c77db32ae278f8dfff3d2ee9b6192 444372 libs optional libmlt1_0.3.8-2_amd64.deb
 6b28c6baf4848375856557d6fb437645 132576 utils optional inigo_0.3.8-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkn3UycACgkQ2XA5inpabMcCwACfWembReuDmTMMVzC8vIy5GB0G
PH4AnjrtE7yy2MqzQessCFXK0Xd+YAmo
=TCUR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to