Package: pd-mrpeach / 0.1~svn17672-9

Metadata

Package Version Patches format
pd-mrpeach 0.1~svn17672-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
less_verbose.patch | (download)

osc/packOSC.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 less verbose printout
pd_error.patch | (download)

binfile/binfile.c | 18 9 + 9 - 0 !
life2x/life2x.c | 26 13 + 13 - 0 !
midifile/midifile.c | 46 23 + 23 - 0 !
net/tcpclient.c | 2 1 + 1 - 0 !
net/tcpreceive.c | 2 1 + 1 - 0 !
net/tcpsend.c | 2 1 + 1 - 0 !
net/tcpserver.c | 61 31 + 30 - 0 !
net/udpreceive~.c | 18 9 + 9 - 0 !
net/udpsend~.c | 8 4 + 4 - 0 !
osc/packOSC.c | 26 13 + 13 - 0 !
osc/routeOSC.c | 16 8 + 8 - 0 !
slipdec/slipdec.c | 2 1 + 1 - 0 !
slipenc/slipenc.c | 2 1 + 1 - 0 !
str/str.c | 2 1 + 1 - 0 !
xbee/packxbee.c | 78 39 + 39 - 0 !
xbee/unpackxbee.c | 4 2 + 2 - 0 !
16 files changed, 157 insertions(+), 156 deletions(-)

 replace error() with pd_error()
 error() has been removed and -Werror=implicit-function-declaration leads to
 FTBFS
includes.patch | (download)

osc/packOSC.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing includes
 So we don't get FTBFS due to implicit declarations
pd64.patch | (download)

binfile/binfile.c | 4 2 + 2 - 0 !
life2x/life2x.c | 2 1 + 1 - 0 !
net/tcpclient.c | 6 3 + 3 - 0 !
net/tcpreceive.c | 2 1 + 1 - 0 !
net/tcpsend.c | 2 1 + 1 - 0 !
net/tcpserver.c | 8 4 + 4 - 0 !
net/udpreceive.c | 2 1 + 1 - 0 !
net/udpsend.c | 2 1 + 1 - 0 !
net/udpsend~.c | 2 1 + 1 - 0 !
net/udpsndrcv.c | 4 2 + 2 - 0 !
net/udpsrvr.c | 4 2 + 2 - 0 !
osc/pipelist.c | 4 2 + 2 - 0 !
osc/unpackOSC.c | 2 1 + 1 - 0 !
rc~/rc~.c | 4 2 + 2 - 0 !
runningmean/runningmean.c | 10 5 + 5 - 0 !
serializer/sprint.c | 4 2 + 2 - 0 !
slipdec/slipdec.c | 2 1 + 1 - 0 !
slipenc/slipenc.c | 2 1 + 1 - 0 !
sqosc~/sqosc~.c | 14 7 + 7 - 0 !
str/str.c | 6 3 + 3 - 0 !
20 files changed, 43 insertions(+), 43 deletions(-)

 use pd64-safe types
SIOCOUTQ.patch | (download)

net/tcpserver.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 enable siocoutq via tiocoutq
 So it's enabled on all archs, not just alpha/hppa/sparc