Source: pdp
Section: graphics
Priority: extra
Maintainer: Paul Brossier <piem@debian.org>
Uploaders: IOhannes m zmölnig <zmoelnig@iem.at>
Build-Depends: debhelper (>= 9),
 dh-autoreconf,
 docbook-to-man,
 puredata-dev | puredata (>= 0.38),
 libv4l-dev [linux-any],
 libquicktime-dev,
 libsdl1.2-dev,
 libpng-dev,
 libgsl0-dev,
 libxv-dev,
 freeglut3-dev
Standards-Version: 3.9.5
Homepage: http://zwizwa.be/pdp/
Vcs-Git: git://anonscm.debian.org/collab-maint/pdp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pdp.git;a=summary

Package: pd-pdp
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 puredata-core | pd
Recommends: pd-3dp, pd-scaf
Description: Graphics system for Pd
 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.

Package: pd-3dp
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 puredata-core | pd,
 pd-pdp
Suggests: pd-scaf
Description: openGL extensions 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 library extends PDP with texture and render context packets,
 to use some of the power of current video hardware.
 .
 Warning: this is still experimental and incomplete!

Package: pd-scaf
Architecture: i386 amd64
Depends: ${shlibs:Depends},
 ${misc:Depends},
 puredata-core | pd,
 pd-pdp
Description: 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.
