pd-iemnet 0.3.0-5 source package in Ubuntu

Changelog

pd-iemnet (0.3.0-5) unstable; urgency=medium

  * Build for both single and double-precision Pd
    + Prevent installation of .o files
  * Bump standards version to 4.6.2

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 05 Jul 2023 14:29:09 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe sound
Mantic release universe sound

Downloads

File Size SHA-256 Checksum
pd-iemnet_0.3.0-5.dsc 2.1 KiB 1eee54340bb23930b230968376caf6285d2eab758cfb20e5a4e35cefc0706272
pd-iemnet_0.3.0.orig.tar.bz2 82.0 KiB b850c44137d2aae9956f5eb7768ac6537bc4f34362304bd2722bbbeee94501b6
pd-iemnet_0.3.0-5.debian.tar.xz 5.1 KiB 7e181094b3c027a3bb569cfdddacfbf598bfdec9aa5d7ffbb3f1b796f6bed56e

Available diffs

No changes file available.

Binary packages built by this source

pd-iemnet: Pd library for low-level networking (IEM implementation)

 This is a re-implementation of the original pd-net library by Martin Peach,
 focussing on reliability and performance.
 .
 This library adds Pure Data objects that allow one to build a networking
 infrastructure within Pd on OSI-Layer 4 (transport layer).
 The objects use threads to allow for non-blocking network communication within
 an audio-realtime environment.
 .
  - [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
  - [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
  - [udpreceive], [udpsend]: unidirectional communication over UDP
  - [udpclient]: bidirectional communication over UDP
 .
 Since these objects only send/receive lists of bytes, you will most likely need
 to add some glue to implement higher-level protocols (and transmit meaningful
 data).

pd-iemnet-dbgsym: debug symbols for pd-iemnet