aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control87
1 files changed, 87 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..d5dbda59
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.