Package: t38modem / 2.0.0-4

Metadata

Package Version Patches format
t38modem 2.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
simplify makefile new | (download)

Makefile | 101 45 + 56 - 0 !
1 file changed, 45 insertions(+), 56 deletions(-)

 simplify upstream makefile - adapt previous simplify-makefile
t38modem opal3.10 patch | (download)

t38modem-2.0.0/opal/fake_codecs.cxx | 6 0 + 6 - 0 !
t38modem-2.0.0/opal/h323ep.cxx | 15 7 + 8 - 0 !
t38modem-2.0.0/opal/modemep.cxx | 25 10 + 15 - 0 !
t38modem-2.0.0/opal/modemep.h | 7 0 + 7 - 0 !
t38modem-2.0.0/opal/sipep.cxx | 12 6 + 6 - 0 !
5 files changed, 23 insertions(+), 42 deletions(-)

 with this patch, t38modem builds against the opal in debian
 * Arguments to OpalConnection::AdjustMediaFormats() changed order from
   (local, mediaFormats, otherConnection) in 3.8.x [1] to
   (local, otherConnection, mediaFormats) in 3.10.x [2].
 * OpalMediaStream::RemovePatch() has been removed; in 3.8.x it was
   implemented as simply "SetPatch(NULL)" [3], so use that instead.
 .
spelling error fix | (download)

ReadMe.txt | 4 2 + 2 - 0 !
opal/manager.cxx | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 minor spelling fix; overriden -> overridden
opal 3.10.7.patch | (download)

opal/modemstrm.cxx | 17 7 + 10 - 0 !
opal/modemstrm.h | 6 4 + 2 - 0 !
2 files changed, 11 insertions(+), 12 deletions(-)

 fix ftbs with the new opal 3.10.7 api
opal 3.10.9.patch | (download)

opal/h323ep.cxx | 15 8 + 7 - 0 !
opal/sipep.cxx | 15 8 + 7 - 0 !
2 files changed, 16 insertions(+), 14 deletions(-)

 fix ftbs with the new opal 3.10.9 api