pd-boids 1.1.1-6 source package in Ubuntu

Changelog

pd-boids (1.1.1-6) unstable; urgency=medium

  * Apply "warp-and-sort -ast"
  * Bump dh-compat to 13
  * Bump standards version to 4.6.1

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Sun, 04 Sep 2022 10:51:38 +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

Downloads

File Size SHA-256 Checksum
pd-boids_1.1.1-6.dsc 2.1 KiB f647cfca3e7343474ae917bae063dc98dab00cd298e72fc1e56e9746dd8f29fc
pd-boids_1.1.1.orig.tar.gz 29.8 KiB c4f7672acb7a8ee1c57be9ed4bb26c13e0a903272504e1228c3f3d74dbe47b51
pd-boids_1.1.1-6.debian.tar.xz 3.3 KiB 6fda466ffcb556c297c1c95eeae882fd6e25a10b54e6dd965b3f87f9a951bf3d

Available diffs

No changes file available.

Binary packages built by this source

pd-boids: Pd library for the "boids" flocking simulator algorithm

 Boids is a bird flight and animal flock simulator. It is based on the
 same algorithm which was used in Jurassic Park for the herding
 dinosaurs. Boids takes an integer argument which is the number of
 boids. Each time Boids receives a bang, it calculates and outputs the
 new positions of the boids. The output consists of thew coordiantes
 for each boid, the number and type depending on the mode.
 .
 The flight parameters can be changed with messages. Use the 'dump'
 message to output a list of the current parameter settings.
 .
 For more information about the Boids algorithm, see Craig Reynolds'
 Web site at http://www.red3d.com/cwr/

pd-boids-dbgsym: debug symbols for pd-boids