pdp 1:0.14.1-5 source package in Ubuntu

Changelog

pdp (1:0.14.1-5) unstable; urgency=medium

  * Fix search-path-adding in a more compatible way
    (Closes: #872905)
  * More spelling fixes
  * Dropped numbers from patch names
  * Dropped empty lines from patches
  * Modernized Vcs-Browser stanza
  * Bumped standards to 4.1.0
    * Set package priority to "optional"
  * Bumped dh compat to 10

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Tue, 22 Aug 2017 12:22:30 +0200

Upload details

Uploaded by:
Paul Brossier
Uploaded to:
Sid
Original maintainer:
Paul Brossier
Architectures:
any
Section:
graphics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdp_0.14.1-5.dsc 2.1 KiB 8e6ff379a536c214d2d6dfd12c8667ea8be0caceb37aec1c947a7576253ef9c1
pdp_0.14.1.orig.tar.gz 497.2 KiB c578dcb8f7cca9131fffdfa0a824d351966e486f2908dfb942ca2cc13f894588
pdp_0.14.1-5.debian.tar.xz 15.7 KiB fe442dbf320073ba587f6638c06f2e6d182c33f8c7ecd1768f9044d0923d080f

Available diffs

No changes file available.

Binary packages built by this source

pd-3dp: No summary available for pd-3dp in ubuntu artful.

No description available for pd-3dp in ubuntu artful.

pd-pdp: No summary available for pd-pdp in ubuntu artful.

No description available for pd-pdp in ubuntu artful.

pd-scaf: Simple Cellular Automaton Forth for PDP

 PDP is an extension library for Pd that allows you to manipulate movies
 and live video data in realtime. PDP stands for Pd Packet, the data
 container that is used for images in PDP.
 .
 This is a PDP extension lib that contains modules for cellular
 automata built on a (very) minimal forth-like virtual system
 (scaf - simple cellular automaton forth) to define update rules.
 A compiler is included to produce 'scafo' object code that can be
 dynamically loaded into the [pdp_ca] module. So it is possible to
 add/change rules without restarting Pd.