[Pkg-voip-commits] [linphone] 01/01: add a debian/README.source

Johannes Schauer josch at debian.org
Fri May 5 04:42:25 UTC 2017


Quoting Daniel Gnoutcheff (2017-05-05 03:52:17)
> On 04/27/2017 09:08 AM, Johannes Schauer wrote:
> > commit 128c503d3cc1ebbd96cdf77306004437d1e06f07
> > Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
> > Date:   Thu Apr 27 15:08:36 2017 +0200
> > 
> >     add a debian/README.source
> <snip>
> > +                   ┌──────┐
> > +   ┌─────────────▶ │ ortp │──────────────────────────────────────┐
> > +   │               └──────┘                                      │
> > +   │                 ▲                                           │
> > +   │                 │            ┌───────────────────────┐      │
> > +   │                 │            │                       ▼      ▼
> > + ┌───────────┐     ┌────────────────┐     ┌───────┐     ┌───────────┐
> > + │           │ ──▶ │ mediastreamer2 │ ──▶ │ bzrtp │ ──▶ │           │
> > + │           │     └────────────────┘     └───────┘     │           │
> > + │           │                              ▲           │           │
> > + │ linphone  │ ─────────────────────────────┘           │ bctoolbox │
> > + │           │                                          │           │
> > + │           │                                          │           │
> > + │           │ ───────────────────────────────────────▶ │           │
> > + └───────────┘                                          └───────────┘
> > +   │                                                      ▲
> > +   │                                                      │
> > +   ▼                                                      │
> > + ┌───────────┐                                            │
> > + │ belle-sip │ ───────────────────────────────────────────┘
> > + └───────────┘
> 
> I love your graphs!
> 
> If I may, what tool should I use if I needed to edit this?
> (I'm assuming you didn't make this purely by hand. :)

Not purely, no. :)

I started out with a graph in dot format that looked like this:

digraph A {
  rankdir=LR;
  ortp -> bctoolbox;
  mediastreamer2 -> ortp;
  mediastreamer2 -> bctoolbox;
  mediastreamer2 -> bzrtp;
  bzrtp -> bctoolbox;
  "belle-sip" -> bctoolbox;
  linphone -> "belle-sip";
  linphone -> bzrtp;
  linphone -> mediastreamer2;
  linphone -> ortp;
  linphone -> bctoolbox;
}

And then I used the graph-easy tool from the libgraph-easy-perl package to
generate the graph like so:

$ graph-easy --boxart graph.dot

I wasn't completely happy with the layout (edge crossings should be avoided),
so I moved the ortp package around manually.

cheers, josch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20170505/9f886c7d/attachment.sig>


More information about the Pkg-voip-maintainers mailing list