pd-iemnet 0.3.0-4 source package in Ubuntu

Changelog

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

  * Explicitly set buildsystem to 'pd_lib_builder'
  * Remove superfluous deletion of LICENSE.txt prior to symlinking it.
  * Modernize 'licensecheck' target
    + Ensure that 'licensecheck' is run with the C.UTF-8 locale
    + Exclude debian/ from 'licensecheck'
    + Re-generate d/copyright_hints

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 07 Dec 2022 10:44:44 +0100

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
Lunar release universe sound

Downloads

File Size SHA-256 Checksum
pd-iemnet_0.3.0-4.dsc 2.1 KiB 781ff834a24732a5c131b529875f51c8a2ca15288b6e97babc62ebd31a43a4eb
pd-iemnet_0.3.0.orig.tar.bz2 82.0 KiB b850c44137d2aae9956f5eb7768ac6537bc4f34362304bd2722bbbeee94501b6
pd-iemnet_0.3.0-4.debian.tar.xz 5.1 KiB 7a6bf1e3743c2347effbe96522ce7f2a57f0e57c5c5029389b67aabc780481da

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