[Pkg-voip-commits] [ortp] branch master updated (3ca9661 -> 09c30b2)

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Jan 12 05:06:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

gnoutchd-guest pushed a change to branch master
in repository ortp.

      from  3ca9661   Reverted to plain http transport in debian/watch for PET3
       new  1224eba   New upstream version 0.27.0
       new  af48960   Merge tag 'upstream/0.27.0'
       new  c43068a   Follow soname change, rewrite symbols
       new  78bdb47   New build system
       new  914d228   fix docs install
       new  09c30b2   Move docs to libortp-doc, lintian clean-ify

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .clang-format                                  |   64 +
 .git-pre-commit                                |   51 +
 .gitignore                                     |    1 +
 CMakeLists.txt                                 |  104 +-
 Makefile.am                                    |    4 +-
 NEWS                                           |   14 +
 ORTPConfig.cmake.in                            |   16 +-
 autogen.sh                                     |    9 +-
 configure.ac                                   |   37 +-
 debian/changelog                               |    8 +-
 debian/control                                 |   35 +-
 debian/copyright                               |   19 +-
 debian/libortp-dev.docs                        |    1 -
 debian/libortp-dev.install                     |    1 +
 debian/libortp-doc.doc-base                    |    7 +
 debian/libortp-doc.docs                        |    1 +
 debian/libortp-doc.links                       |    1 +
 debian/{libortp9.docs => libortp12.docs}       |    0
 debian/{libortp9.install => libortp12.install} |    0
 debian/libortp12.symbols                       |  543 ++++++
 debian/libortp9.symbols                        |  510 -----
 debian/patches/kill-rpath.patch                |   16 +
 debian/patches/series                          |    1 +
 debian/rules                                   |   14 +-
 include/CMakeLists.txt                         |   27 +-
 include/ortp/b64.h                             |    2 +-
 include/ortp/event.h                           |   80 +-
 include/ortp/logging.h                         |   45 +-
 include/ortp/payloadtype.h                     |   12 +-
 include/ortp/port.h                            |   33 +-
 include/ortp/rtcp.h                            |   26 +-
 include/ortp/rtp.h                             |    3 +
 include/ortp/rtpprofile.h                      |   11 +-
 include/ortp/rtpsession.h                      |  114 +-
 include/ortp/rtpsignaltable.h                  |    6 +-
 include/ortp/sessionset.h                      |   12 +-
 include/ortp/str_utils.h                       |    5 +-
 ortp.doxygen.in                                | 2350 +++++++++++++++++++++++-
 ortp.spec.in                                   |    2 +-
 src/CMakeLists.txt                             |   73 +-
 src/Makefile.am                                |    5 +-
 src/avprofile.c                                |   41 +-
 src/dll_entry.c                                |   10 +-
 src/event.c                                    |   96 +
 src/jitterctl.c                                |    9 +-
 src/logging.c                                  |  323 ++--
 src/netsim.c                                   |  104 +-
 src/ortp.c                                     |   16 +-
 src/payloadtype.c                              |    2 +-
 src/port.c                                     |  109 +-
 src/posixtimer.c                               |   12 +-
 src/rtcp.c                                     |   58 +-
 src/rtcp_fb.c                                  |   78 +-
 src/rtcp_xr.c                                  |    2 +-
 src/rtcpparse.c                                |   53 +-
 src/rtpparse.c                                 |   28 +-
 src/rtpprofile.c                               |   37 +-
 src/rtpsession.c                               |  417 +++--
 src/rtpsession_inet.c                          |  570 +++---
 src/rtpsession_priv.h                          |   25 +-
 src/rtpsignaltable.c                           |   10 +-
 src/rtptimer.h                                 |    4 +-
 src/scheduler.c                                |    2 +
 src/sessionset.c                               |   18 +-
 src/str_utils.c                                |   47 +-
 src/telephonyevents.c                          |   57 +-
 src/tests/CMakeLists.txt                       |   13 +
 src/tests/Makefile.am                          |    2 +-
 src/tests/rtprecv.c                            |    2 +-
 src/tests/rtpsend.c                            |    9 +-
 src/tests/rtpsend_stupid.c                     |    4 +-
 src/tests/tevrtprecv.c                         |   17 +-
 src/utils.c                                    |   24 +
 src/utils.h                                    |   14 +-
 src/winrttimer.cpp                             |   10 +-
 75 files changed, 4883 insertions(+), 1603 deletions(-)
 create mode 100644 .clang-format
 create mode 100755 .git-pre-commit
 delete mode 100644 debian/libortp-dev.docs
 create mode 100644 debian/libortp-doc.doc-base
 create mode 100644 debian/libortp-doc.docs
 create mode 100644 debian/libortp-doc.links
 rename debian/{libortp9.docs => libortp12.docs} (100%)
 rename debian/{libortp9.install => libortp12.install} (100%)
 create mode 100644 debian/libortp12.symbols
 delete mode 100644 debian/libortp9.symbols
 create mode 100644 debian/patches/kill-rpath.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ortp.git



More information about the Pkg-voip-commits mailing list