Package: pd-cyclone / 0.1~alpha55-6

Metadata

Package Version Patches format
pd-cyclone 0.1~alpha55-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_required_internal_pd_headers | (download)

shared/g_canvas.h | 618 618 + 0 - 0 !
shared/m_imp.h | 82 82 + 0 - 0 !
2 files changed, 700 insertions(+)

 workaround for headers missing from 'puredata' currently the
 'puredata' package only includes the header m_pd.h, but other headers are
 need to build this package, specifically m_imp.h and g_canvas.h.  This patch
 adds the two headers from 'puredata' version 0.42.6 until the other headers
 are included in Debian.
fix hurd and kfreebsd | (download)

Makefile.common | 9 9 + 0 - 0 !
cyclone/Makefile.libdir | 111 103 + 8 - 0 !
shared/common/mifi.c | 3 2 + 1 - 0 !
shared/shared.h | 3 2 + 1 - 0 !
shared/unstable/loader.c | 9 6 + 3 - 0 !
5 files changed, 122 insertions(+), 13 deletions(-)

 took fixes for hurd and kfreebsd from upstream