rtpproxy: update to current snapshot 462/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 2 Oct 2019 19:22:44 +0000 (21:22 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 2 Oct 2019 19:22:47 +0000 (21:22 +0200)
commit6280803f1cd5ca664f5fb9fb4ac6ecedc3b5ba3c
treee4e7cbcea8648292b4d3ff2690f5935a84233be8
parentd9625b5baafab1974d36eda59ca75763b73db34a
rtpproxy: update to current snapshot

Upstream accepted OpenWrt patches, so most can be removed.

Other changes:

- version handling changed to use PKG_SOURCE_DATE and PKG_SOURCE_VERSION
  as per OpenWrt package policies [1]
- ./files/rtpproxy.config renamed to ./files/rtpproxy.conf also as per
  OpenWrt package policies [1]
- no longer needed Makefile variables dropped (PKG_SOURCE_SUBDIR etc.)
- PKG_CHECK_FORMAT_SECURITY:=0 dropped, patch for that upstreamed as
  well
- PKG_BUILD_PARALLEL:=1 added
- PKG_LICENSE_FILES updated
- dropped bcg729 deactivation hack (fixed by adding bcg729 pkg-config
  file in other commit)
- dependency on libatomic now required
- updated rtpproxy-mod-acct-csv TITLE
- added --without-xsltproc to CONFIGURE_ARGS to prevent build failure
- added new module rtpproxy-mod-acct-rtcp-hep
- added utilities extractaudio and makeann
- updated patch to prevent debug build of rtpp_acct_rtcp_hep

[1] https://openwrt.org/docs/guide-developer/package-policies

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/rtpproxy/Makefile
net/rtpproxy/files/rtpproxy.conf [new file with mode: 0644]
net/rtpproxy/files/rtpproxy.config [deleted file]
net/rtpproxy/patches/100-no-sysctl-on-musl.patch [deleted file]
net/rtpproxy/patches/101-include-endian-h.patch [deleted file]
net/rtpproxy/patches/102-don-t-build-rtpproxy_debug.patch
net/rtpproxy/patches/103-add-missing-includes.patch [deleted file]