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
|
Source: pd-hexloader
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: cdbs (>= 0.4.91~),
debhelper,
dh-buildinfo,
puredata-dev | puredata
Standards-Version: 3.9.6
Section: sound
Homepage: http://download.puredata.info/hexloader
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-hexloader.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-hexloader.git
Package: pd-hexloader
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
puredata | pd
Description: enable Pd-objects with funny characters
The default external objects loader of Pure Data (Pd) maps object names to
filenames and C-function names.
Unfortunately both filenames and C-function names have restrictions (like the
impossibility to include a '/').
.
This library adds an escaping mechanism based on hexadecimal encoding that
allows one to write and use objects that would otherwise be impossible.
|