[SCM] pd-osc/master: Suggest pd-slip

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Oct 26 23:10:58 UTC 2015


The following commit has been merged in the master branch:
commit feb307a43a7b5f7086835acee877ba5f4456cf68
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Oct 27 00:10:44 2015 +0100

    Suggest pd-slip

diff --git a/debian/control.in b/debian/control.in
index 3fbfd92..755c1ab 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -17,7 +17,7 @@ Depends: ${shlibs:Depends},
  ${misc:Depends},
  puredata-core | pd
 Recommends: pd-iemnet | pd-net
-Suggests: pd-comport
+Suggests: pd-comport, pd-slip
 Description: Open Sound Control for Pd
  This library allows one to construct and parse OSC messages within Pd.  It
  includes support for ordinary OSC-messages, typetags, timetags and bundles.
@@ -26,3 +26,8 @@ Description: Open Sound Control for Pd
  UDP, TCP/IP, serial port, or in fact whatever you want.  However, you will have
  to install additional libraries that will handle the transport layer (like
  pd-net or pd-comport).
+ .
+ Note however, that OSC is a packet-based protocol, so if you intend to use it
+ with a stream-based transport (like TCP/IP or the serial line), you must use
+ a packetizer (the OSC-specifications suggest to use SLIP, as provided by
+ pd-slip).

-- 
pd-osc packaging



More information about the pkg-multimedia-commits mailing list