aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: d5dbda59defe02bf1128c6f95a04ee166144adb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: pd-extended
Section: sound
Priority: optional
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Homepage: http://puredata.info
Standards-Version: 3.9.3
Build-Conflicts: oss4-dev
Build-Depends: debhelper (>= 7.0.50~),
               quilt (>= 0.46-7~),
               autoconf,
               automake,
               dssi-dev,
               flite1-dev,
               freeglut3-dev,
               ladspa-sdk,
               libasound2-dev,
               libavifile-0.7-dev,
               libdc1394-22-dev [linux-any],
               libdv4-dev [linux-any],
               libfftw3-dev,
               libflac-dev,
               libftgl-dev,
               libgl1-mesa-dev | libgl-dev,
               libglew1.6-dev | libglew-dev,
               libgmerlin-avdec-dev [!hurd-i386] | libglew-dev,
               libgsl0-dev,
               libiec61883-dev [linux-any],
               libjack-dev,
               liblua5.1-0-dev,
               libmagick++-dev,
               libmp3lame-dev | liblame-dev,
               libmpeg3-dev,
               libmad0-dev,
               libpng12-dev,
               libquicktime-dev [!hurd-i386],
               libsamplerate0-dev,
               libsdl1.2-dev,
               libsndfile1-dev,
               libspeex-dev,
               libtheora-dev,
               libtool,
               libunicap2-dev [linux-any],
               libv4l-dev [linux-any],
               libxv-dev,
               libvorbis-dev,
               libxxf86vm-dev,
               pkg-config,
               swig,
               tcl8.5-dev,
               tk8.5-dev,
               zlib1g-dev (>= 1:1.1.3),

Package: pd-extended
Architecture: any
Depends: ${shlibs:Depends},
         tk8.5,
         ttf-dejavu,
         pulseaudio-utils,
         ${python:Depends},
         ${misc:Depends}
Provides: pd
Recommends: xdg-utils,
            xterm | x-terminal-emulator,
            x-ttcidfont-conf,
            libtk-img,
            tcllib,
            tkdnd,
            puredata-dev,
            puredata-utils
Conflicts: pdextended, cyclist, puredata (<< 0.43)
Replaces: pdextended, cyclist
Description: Pure Data with patches and a large collection of externals
 Pd (aka Pure Data) is a real-time graphical programming environment for
 audio, video, and graphical processing. It is the third major branch of the
 family of patcher programming languages known as Max (Max/FTS, ISPW Max,
 Max/MSP, jMax, etc.) originally developed by Miller Puckette and company at
 IRCAM. The core of Pd is written and maintained by Miller Puckette and
 includes the work of many developers, making the whole package very much a
 community effort.
 .
 Pd was created to explore ideas of how to further refine the Max paradigm
 with the core ideas of allowing data to be treated in a more open-ended way
 and opening it up to applications outside of audio and MIDI, such as graphics
 and video.
 .
 This distribution of Pd includes a wide array of libraries that allow
 you to work with HIDs, video, OpenGL 3D graphics, and more.