[Pkg-voip-commits] r10658 - in /mediastreamer2/trunk/debian: ./ patches/ source/

lechner-guest at alioth.debian.org lechner-guest at alioth.debian.org
Fri May 29 07:58:17 UTC 2015


Author: lechner-guest
Date: Fri May 29 07:58:16 2015
New Revision: 10658

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10658
Log:
[svn-inject] Applying Debian modifications (1:2.11.2-1) to trunk

Added:
    mediastreamer2/trunk/debian/   (with props)
    mediastreamer2/trunk/debian/changelog
    mediastreamer2/trunk/debian/compat
    mediastreamer2/trunk/debian/control
    mediastreamer2/trunk/debian/copyright
    mediastreamer2/trunk/debian/docs
    mediastreamer2/trunk/debian/libmediastreamer-base-dev.install
    mediastreamer2/trunk/debian/libmediastreamer-base4.install
    mediastreamer2/trunk/debian/libmediastreamer-base4.symbols
    mediastreamer2/trunk/debian/libmediastreamer-voip-dev.docs
    mediastreamer2/trunk/debian/libmediastreamer-voip-dev.install
    mediastreamer2/trunk/debian/libmediastreamer-voip4.install
    mediastreamer2/trunk/debian/libmediastreamer-voip4.lintian-overrides
    mediastreamer2/trunk/debian/libmediastreamer-voip4.symbols
    mediastreamer2/trunk/debian/patches/
    mediastreamer2/trunk/debian/patches/fix-spelling-errors.patch
    mediastreamer2/trunk/debian/patches/remove-call-to-gettext.patch
    mediastreamer2/trunk/debian/patches/series
    mediastreamer2/trunk/debian/rules   (with props)
    mediastreamer2/trunk/debian/source/
    mediastreamer2/trunk/debian/source.lintian-overrides
    mediastreamer2/trunk/debian/source/format
    mediastreamer2/trunk/debian/source/include-binaries
    mediastreamer2/trunk/debian/source/options
    mediastreamer2/trunk/debian/watch

Propchange: mediastreamer2/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: mediastreamer2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/changelog?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/changelog	(added)
+++ mediastreamer2/trunk/debian/changelog	Fri May 29 07:58:16 2015
@@ -0,0 +1,5 @@
+mediastreamer2 (1:2.11.2-1) unstable; urgency=medium
+
+  * Initial release separate from linphone (Closes: #787150)
+
+ -- Felix Lechner <felix.lechner at gmail.com>  Thu, 28 May 2015 23:04:43 -0700

Added: mediastreamer2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/compat?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/compat	(added)
+++ mediastreamer2/trunk/debian/compat	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+9

Added: mediastreamer2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/control?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/control	(added)
+++ mediastreamer2/trunk/debian/control	Fri May 29 07:58:16 2015
@@ -0,0 +1,159 @@
+Source: mediastreamer2
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ autotools-dev,
+ dh-autoreconf,
+ pkg-config,
+ libortp-dev (>= 1:0.24),
+ libbzrtp-dev,
+ libsrtp-dev [!hurd-any !sparc],
+ libzrtpcpp-dev (>= 2.1),
+ libpolarssl-dev,
+ libsdl1.2-dev,
+ libx11-dev,
+ libxext-dev,
+ libxv-dev,
+ libglew-dev,
+ mesa-common-dev,
+ libv4l-dev [linux-any],
+ libavcodec-dev (>= 6:10~),
+ libavutil-dev (>= 6:10~),
+ libswscale-dev (>= 6:10~),
+ libtheora-dev,
+ libvpx-dev,
+ libasound2-dev [linux-any],
+ libpulse-dev,
+ libspeex-dev,
+ libspeexdsp-dev,
+ libspandsp-dev,
+ libopus-dev,
+ libogg-dev,
+ libgsm1-dev,
+ libmatroska-dev,
+ libebml-dev,
+ libupnp-dev,
+ libpcap-dev,
+ libltdl-dev,
+ libcunit1-ncurses,
+ gettext,
+ intltool,
+ doxygen
+Standards-Version: 3.9.6
+Section: libs
+Homepage: http://www.linphone.org/technical-corner/mediastreamer2/overview
+Vcs-Browser: https://github.com/BelledonneCommunications/mediastreamer2
+Vcs-Git: git://git.linphone.org/mediastreamer2.git
+
+Package: libmediastreamer-base4
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Voice and video streaming engine for telephony (base)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the base library.
+
+Package: libmediastreamer-base-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libmediastreamer-base4 (= ${binary:Version}),
+ ${misc:Depends}
+Breaks: libmediastreamer-dev
+Replaces: libmediastreamer-dev
+Description: Development files for the mediastreamer2 library (base)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the development files for the base library.
+
+Package: libmediastreamer-base4-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends:
+ libmediastreamer-base4 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for the mediastreamer2 library (base)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the debugging symbols for the base library.
+
+Package: libmediastreamer-voip4
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Breaks: libmediastreamer-base4 (<< 1:2.11.2)
+Replaces: libmediastreamer-base4 (<< 1:2.11.2)
+Description: Voice and video streaming engine for telephony (voip)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the voip library.
+
+Package: libmediastreamer-voip-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libmediastreamer-voip4 (= ${binary:Version}),
+ libmediastreamer-base-dev,
+ ${misc:Depends}
+Breaks: libmediastreamer-dev
+Replaces: libmediastreamer-dev
+Description: Development files for the mediastreamer2 library (voip)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the development files for the voip library.
+
+Package: libmediastreamer-voip4-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends:
+ libmediastreamer-voip4 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for the mediastreamer2 library (voip)
+ Mediastreamer2 is a powerful and lightweight streaming engine
+ specially designed for voice/video telephony applications.
+ .
+ This open source library is responsible for all receiving and
+ sending of multimedia streams in Linphone, including voice/video
+ capture, encoding, decoding, and rendering.
+ .
+ This package contains the debugging symbols for the voip library.

Added: mediastreamer2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/copyright?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/copyright	(added)
+++ mediastreamer2/trunk/debian/copyright	Fri May 29 07:58:16 2015
@@ -0,0 +1,207 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mediastreamer2
+Upstream-Contact: Simon Morlat <simon.morlat at linphone.org>
+Source: https://github.com/BelledonneCommunications/ortp/tags
+
+Files: *
+Copyright: 2006-2010 Belledonne Communications, Grenoble, France
+License: GPL-2+
+
+Files:
+ src/videofilters/msdscap-mingw.cc
+Copyright: 2009 Simon Morlat
+License: GPL-3+
+
+Files:
+ include/mediastreamer2/dtls_srtp.h
+ include/mediastreamer2/ms_srtp.h
+ include/mediastreamer2/stun.h
+ include/mediastreamer2/stun_udp.h
+ include/mediastreamer2/zrtp.h
+ src/crypto/ms_srtp.c
+ src/crypto/zrtp.c
+ src/ortp-deps/logging.c
+ src/ortp-deps/ortp-config-win32.h
+ src/ortp-deps/ortp/logging.h
+ src/ortp-deps/ortp/payloadtype.h
+ src/ortp-deps/ortp/port.h
+ src/ortp-deps/ortp/str_utils.h
+ src/ortp-deps/payloadtype.c
+ src/ortp-deps/port.c
+ src/ortp-deps/str_utils.c
+ src/ortp-deps/utils.h
+ src/voip/rfc2429.h
+ src/voip/stun.c
+ src/voip/stun_udp.c
+Copyright: 2014 Belledonne Communications, Grenoble, France
+License: LGPL-2.1+
+
+Files:
+ src/utils/swscale.h
+Copyright: 2001-2003 Michael Niedermayer <michaelni at gmx.at>
+License: LGPL-2.1+
+
+Files:
+ src/android/AudioRecord.h
+ src/android/AudioSystem.h
+ src/android/AudioTrack.h
+ src/android/audio.h
+Copyright: 2011 The Android Open Source Project
+License: Apache
+
+Files:
+ src/utils/_kiss_fft_guts.h
+ src/utils/kiss_fft.c
+ src/utils/kiss_fftr.c
+Copyright:
+ 2003-2004 Mark Borgerding,
+ 2005-2007 Jean-Marc Valin
+License: BSD-3-clause
+
+Files:
+ src/upnp/upnp_igd.c
+ src/upnp/upnp_igd_cmd.c
+ src/upnp/upnp_igd_private.h
+ src/upnp/upnp_igd_utils.c
+ src/upnp/upnp_igd_utils.h
+Copyright: 2000-2003 Intel Corporation
+License: BSD-3-clause
+
+Files:
+ src/ortp-deps/b64.c
+ src/ortp-deps/ortp/b64.h
+Copyright: 2004-2008 Matthew Wilson and Synesis Software
+License: BSD-3-clause
+
+Files:
+ include/MSVC/inttypes.h
+ include/MSVC/stdint.h
+Copyright: 2006 Alexander Chemeris
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Felix Lechner <felix.lechner at gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>. 
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 3 can be found in
+ "/usr/share/common-licenses/GPL-3".
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in
+ "/usr/share/common-licenses/LGPL-2.1".
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+      http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+    * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+    * Neither the author nor the names of any contributors may be
+    used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+   1. Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+ . 
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+ .
+   3. The name of the author may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: mediastreamer2/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/docs?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/docs	(added)
+++ mediastreamer2/trunk/debian/docs	Fri May 29 07:58:16 2015
@@ -0,0 +1,3 @@
+NEWS
+AUTHORS
+README

Added: mediastreamer2/trunk/debian/libmediastreamer-base-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-base-dev.install?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-base-dev.install	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-base-dev.install	Fri May 29 07:58:16 2015
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/*/libmediastreamer_base.a
+usr/lib/*/libmediastreamer_base.so

Added: mediastreamer2/trunk/debian/libmediastreamer-base4.install
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-base4.install?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-base4.install	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-base4.install	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+usr/lib/*/libmediastreamer_base.so.*

Added: mediastreamer2/trunk/debian/libmediastreamer-base4.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-base4.symbols?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-base4.symbols	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-base4.symbols	Fri May 29 07:58:16 2015
@@ -0,0 +1,226 @@
+libmediastreamer_base.so.4 libmediastreamer-base4 #MINVER#
+ ms_base_exit at Base 1:2.11.2
+ ms_base_filter_descs at Base 1:2.11.2
+ ms_base_init at Base 1:2.11.2
+ ms_bufferizer_destroy at Base 1:2.11.2
+ ms_bufferizer_fill_current_metas at Base 1:2.11.2
+ ms_bufferizer_flush at Base 1:2.11.2
+ ms_bufferizer_init at Base 1:2.11.2
+ ms_bufferizer_new at Base 1:2.11.2
+ ms_bufferizer_put at Base 1:2.11.2
+ ms_bufferizer_put_from_queue at Base 1:2.11.2
+ ms_bufferizer_read at Base 1:2.11.2
+ ms_bufferizer_skip_bytes at Base 1:2.11.2
+ ms_bufferizer_uninit at Base 1:2.11.2
+ ms_concealer_context_destroy at Base 1:2.11.2
+ ms_concealer_context_get_total_number_of_plc at Base 1:2.11.2
+ ms_concealer_context_is_concealement_required at Base 1:2.11.2
+ ms_concealer_context_new at Base 1:2.11.2
+ ms_concealer_inc_sample_time at Base 1:2.11.2
+ ms_concealer_ts_context_destroy at Base 1:2.11.2
+ ms_concealer_ts_context_get_total_number_of_plc at Base 1:2.11.2
+ ms_concealer_ts_context_inc_sample_ts at Base 1:2.11.2
+ ms_concealer_ts_context_is_concealement_required at Base 1:2.11.2
+ ms_concealer_ts_context_new at Base 1:2.11.2
+ ms_connection_helper_link at Base 1:2.11.2
+ ms_connection_helper_start at Base 1:2.11.2
+ ms_connection_helper_unlink at Base 1:2.11.2
+ ms_discover_mtu at Base 1:2.11.2
+ ms_event_queue_clean at Base 1:2.11.2
+ ms_event_queue_destroy at Base 1:2.11.2
+ ms_event_queue_new at Base 1:2.11.2
+ ms_event_queue_pump at Base 1:2.11.2
+ ms_event_queue_skip at Base 1:2.11.2
+ ms_factory_codec_supported at Base 1:2.11.2
+ ms_factory_create_decoder at Base 1:2.11.2
+ ms_factory_create_encoder at Base 1:2.11.2
+ ms_factory_create_fallback at Base 1:2.11.2
+ ms_factory_create_filter at Base 1:2.11.2
+ ms_factory_create_filter_from_desc at Base 1:2.11.2
+ ms_factory_create_filter_from_name at Base 1:2.11.2
+ ms_factory_destroy at Base 1:2.11.2
+ ms_factory_enable_statistics at Base 1:2.11.2
+ ms_factory_get_audio_format at Base 1:2.11.2
+ ms_factory_get_cpu_count at Base 1:2.11.2
+ ms_factory_get_decoder at Base 1:2.11.2
+ ms_factory_get_decoding_renderer at Base 1:2.11.2
+ ms_factory_get_encoder at Base 1:2.11.2
+ ms_factory_get_encoding_capturer at Base 1:2.11.2
+ ms_factory_get_event_queue at Base 1:2.11.2
+ ms_factory_get_fallback at Base 1:2.11.2
+ ms_factory_get_format at Base 1:2.11.2
+ ms_factory_get_mtu at Base 1:2.11.2
+ ms_factory_get_payload_max_size at Base 1:2.11.2
+ ms_factory_get_statistics at Base 1:2.11.2
+ ms_factory_get_video_format at Base 1:2.11.2
+ ms_factory_init at Base 1:2.11.2
+ ms_factory_init_plugins at Base 1:2.11.2
+ ms_factory_load_plugins at Base 1:2.11.2
+ ms_factory_log_statistics at Base 1:2.11.2
+ ms_factory_lookup_filter_by_id at Base 1:2.11.2
+ ms_factory_lookup_filter_by_interface at Base 1:2.11.2
+ ms_factory_lookup_filter_by_name at Base 1:2.11.2
+ ms_factory_new at Base 1:2.11.2
+ ms_factory_register_filter at Base 1:2.11.2
+ ms_factory_reset_statistics at Base 1:2.11.2
+ ms_factory_set_cpu_count at Base 1:2.11.2
+ ms_factory_set_event_queue at Base 1:2.11.2
+ ms_factory_set_mtu at Base 1:2.11.2
+ ms_factory_set_payload_max_size at Base 1:2.11.2
+ ms_factory_set_plugins_dir at Base 1:2.11.2
+ ms_factory_uninit_plugins at Base 1:2.11.2
+ ms_filter_add_notify_callback at Base 1:2.11.2
+ ms_filter_call_method at Base 1:2.11.2
+ ms_filter_call_method_noarg at Base 1:2.11.2
+ ms_filter_clean_pending_events at Base 1:2.11.2
+ ms_filter_clear_notify_callback at Base 1:2.11.2
+ ms_filter_codec_supported at Base 1:2.11.2
+ ms_filter_create_decoder at Base 1:2.11.2
+ ms_filter_create_encoder at Base 1:2.11.2
+ ms_filter_desc_implements_interface at Base 1:2.11.2
+ ms_filter_destroy at Base 1:2.11.2
+ ms_filter_enable_statistics at Base 1:2.11.2
+ ms_filter_find_neighbours at Base 1:2.11.2
+ ms_filter_get_decoder at Base 1:2.11.2
+ ms_filter_get_decoding_renderer at Base 1:2.11.2
+ ms_filter_get_encoder at Base 1:2.11.2
+ ms_filter_get_encoding_capturer at Base 1:2.11.2
+ ms_filter_get_id at Base 1:2.11.2
+ ms_filter_get_name at Base 1:2.11.2
+ ms_filter_get_statistics at Base 1:2.11.2
+ ms_filter_has_method at Base 1:2.11.2
+ ms_filter_implements_interface at Base 1:2.11.2
+ ms_filter_inputs_have_data at Base 1:2.11.2
+ ms_filter_link at Base 1:2.11.2
+ ms_filter_log_statistics at Base 1:2.11.2
+ ms_filter_lookup_by_interface at Base 1:2.11.2
+ ms_filter_lookup_by_name at Base 1:2.11.2
+ ms_filter_new at Base 1:2.11.2
+ ms_filter_new_from_desc at Base 1:2.11.2
+ ms_filter_new_from_name at Base 1:2.11.2
+ ms_filter_notify at Base 1:2.11.2
+ ms_filter_notify_no_arg at Base 1:2.11.2
+ ms_filter_postpone_task at Base 1:2.11.2
+ ms_filter_postprocess at Base 1:2.11.2
+ ms_filter_preprocess at Base 1:2.11.2
+ ms_filter_process at Base 1:2.11.2
+ ms_filter_register at Base 1:2.11.2
+ ms_filter_remove_notify_callback at Base 1:2.11.2
+ ms_filter_reset_statistics at Base 1:2.11.2
+ ms_filter_set_notify_callback at Base 1:2.11.2
+ ms_filter_task_process at Base 1:2.11.2
+ ms_filter_unlink at Base 1:2.11.2
+ ms_filter_unregister_all at Base 1:2.11.2
+ ms_fmt_descriptor_to_string at Base 1:2.11.2
+ ms_format_type_to_string at Base 1:2.11.2
+ ms_get_cpu_count at Base 1:2.11.2
+ ms_get_mtu at Base 1:2.11.2
+ ms_get_payload_max_size at Base 1:2.11.2
+ ms_itc_sink_desc at Base 1:2.11.2
+ ms_itc_source_desc at Base 1:2.11.2
+ ms_join_desc at Base 1:2.11.2
+ ms_list_append at Base 1:2.11.2
+ ms_list_append_link at Base 1:2.11.2
+ ms_list_concat at Base 1:2.11.2
+ ms_list_copy at Base 1:2.11.2
+ ms_list_copy_with_data at Base 1:2.11.2
+ ms_list_find at Base 1:2.11.2
+ ms_list_find_custom at Base 1:2.11.2
+ ms_list_for_each2 at Base 1:2.11.2
+ ms_list_for_each at Base 1:2.11.2
+ ms_list_free at Base 1:2.11.2
+ ms_list_free_with_data at Base 1:2.11.2
+ ms_list_index at Base 1:2.11.2
+ ms_list_insert at Base 1:2.11.2
+ ms_list_insert_sorted at Base 1:2.11.2
+ ms_list_new at Base 1:2.11.2
+ ms_list_nth_data at Base 1:2.11.2
+ ms_list_position at Base 1:2.11.2
+ ms_list_prepend at Base 1:2.11.2
+ ms_list_remove at Base 1:2.11.2
+ ms_list_remove_custom at Base 1:2.11.2
+ ms_list_remove_link at Base 1:2.11.2
+ ms_list_size at Base 1:2.11.2
+ ms_load_file_content at Base 1:2.11.2
+ ms_load_path_content at Base 1:2.11.2
+ ms_load_plugins at Base 1:2.11.2
+ ms_plugins_exit at Base 1:2.11.2
+ ms_plugins_init at Base 1:2.11.2
+ ms_queue_destroy at Base 1:2.11.2
+ ms_queue_flush at Base 1:2.11.2
+ ms_queue_init at Base 1:2.11.2
+ ms_queue_new at Base 1:2.11.2
+ ms_set_cpu_count at Base 1:2.11.2
+ ms_set_global_event_queue at Base 1:2.11.2
+ ms_set_mtu at Base 1:2.11.2
+ ms_set_payload_max_size at Base 1:2.11.2
+ ms_set_plugins_dir at Base 1:2.11.2
+ ms_sleep at Base 1:2.11.2
+ ms_snd_card_create_reader at Base 1:2.11.2
+ ms_snd_card_create_writer at Base 1:2.11.2
+ ms_snd_card_destroy at Base 1:2.11.2
+ ms_snd_card_dup at Base 1:2.11.2
+ ms_snd_card_get_capabilities at Base 1:2.11.2
+ ms_snd_card_get_control at Base 1:2.11.2
+ ms_snd_card_get_driver_type at Base 1:2.11.2
+ ms_snd_card_get_level at Base 1:2.11.2
+ ms_snd_card_get_minimal_latency at Base 1:2.11.2
+ ms_snd_card_get_name at Base 1:2.11.2
+ ms_snd_card_get_preferred_sample_rate at Base 1:2.11.2
+ ms_snd_card_get_string_id at Base 1:2.11.2
+ ms_snd_card_manager_add_card at Base 1:2.11.2
+ ms_snd_card_manager_destroy at Base 1:2.11.2
+ ms_snd_card_manager_get at Base 1:2.11.2
+ ms_snd_card_manager_get_card at Base 1:2.11.2
+ ms_snd_card_manager_get_default_capture_card at Base 1:2.11.2
+ ms_snd_card_manager_get_default_card at Base 1:2.11.2
+ ms_snd_card_manager_get_default_playback_card at Base 1:2.11.2
+ ms_snd_card_manager_get_list at Base 1:2.11.2
+ ms_snd_card_manager_prepend_cards at Base 1:2.11.2
+ ms_snd_card_manager_register_desc at Base 1:2.11.2
+ ms_snd_card_manager_reload at Base 1:2.11.2
+ ms_snd_card_new at Base 1:2.11.2
+ ms_snd_card_new_with_name at Base 1:2.11.2
+ ms_snd_card_set_capture at Base 1:2.11.2
+ ms_snd_card_set_control at Base 1:2.11.2
+ ms_snd_card_set_level at Base 1:2.11.2
+ ms_snd_card_set_preferred_sample_rate at Base 1:2.11.2
+ ms_snd_card_set_usage_hint at Base 1:2.11.2
+ ms_tee_desc at Base 1:2.11.2
+ ms_thread_exit at Base 1:2.11.2
+ ms_ticker_attach at Base 1:2.11.2
+ ms_ticker_attach_multiple at Base 1:2.11.2
+ ms_ticker_destroy at Base 1:2.11.2
+ ms_ticker_detach at Base 1:2.11.2
+ ms_ticker_get_average_load at Base 1:2.11.2
+ ms_ticker_get_last_late_tick at Base 1:2.11.2
+ ms_ticker_new at Base 1:2.11.2
+ ms_ticker_new_with_params at Base 1:2.11.2
+ ms_ticker_print_graphs at Base 1:2.11.2
+ ms_ticker_set_name at Base 1:2.11.2
+ ms_ticker_set_priority at Base 1:2.11.2
+ ms_ticker_set_tick_func at Base 1:2.11.2
+ ms_ticker_set_time_func at Base 1:2.11.2
+ ms_ticker_synchronizer_destroy at Base 1:2.11.2
+ ms_ticker_synchronizer_get_corrected_time at Base 1:2.11.2
+ ms_ticker_synchronizer_new at Base 1:2.11.2
+ ms_ticker_synchronizer_set_external_time at Base 1:2.11.2
+ ms_usleep at Base 1:2.11.2
+ ms_void_sink_desc at Base 1:2.11.2
+ ms_void_source_desc at Base 1:2.11.2
+ ms_web_cam_create_reader at Base 1:2.11.2
+ ms_web_cam_destroy at Base 1:2.11.2
+ ms_web_cam_get_driver_type at Base 1:2.11.2
+ ms_web_cam_get_name at Base 1:2.11.2
+ ms_web_cam_get_string_id at Base 1:2.11.2
+ ms_web_cam_manager_add_cam at Base 1:2.11.2
+ ms_web_cam_manager_destroy at Base 1:2.11.2
+ ms_web_cam_manager_get at Base 1:2.11.2
+ ms_web_cam_manager_get_cam at Base 1:2.11.2
+ ms_web_cam_manager_get_default_cam at Base 1:2.11.2
+ ms_web_cam_manager_get_list at Base 1:2.11.2
+ ms_web_cam_manager_prepend_cam at Base 1:2.11.2
+ ms_web_cam_manager_register_desc at Base 1:2.11.2
+ ms_web_cam_manager_reload at Base 1:2.11.2
+ ms_web_cam_new at Base 1:2.11.2
+ void_source_methods at Base 1:2.11.2

Added: mediastreamer2/trunk/debian/libmediastreamer-voip-dev.docs
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-voip-dev.docs?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-voip-dev.docs	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-voip-dev.docs	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+usr/share/doc/mediastreamer/*

Added: mediastreamer2/trunk/debian/libmediastreamer-voip-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-voip-dev.install?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-voip-dev.install	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-voip-dev.install	Fri May 29 07:58:16 2015
@@ -0,0 +1,3 @@
+usr/lib/*/libmediastreamer_voip.a
+usr/lib/*/libmediastreamer_voip.so
+usr/lib/*/pkgconfig/mediastreamer.pc

Added: mediastreamer2/trunk/debian/libmediastreamer-voip4.install
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-voip4.install?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-voip4.install	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-voip4.install	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+usr/lib/*/libmediastreamer_voip.so.*

Added: mediastreamer2/trunk/debian/libmediastreamer-voip4.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-voip4.lintian-overrides?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-voip4.lintian-overrides	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-voip4.lintian-overrides	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+libmediastreamer-voip4: embedded-library

Added: mediastreamer2/trunk/debian/libmediastreamer-voip4.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/libmediastreamer-voip4.symbols?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/libmediastreamer-voip4.symbols	(added)
+++ mediastreamer2/trunk/debian/libmediastreamer-voip4.symbols	Fri May 29 07:58:16 2015
@@ -0,0 +1,891 @@
+libmediastreamer_voip.so.4 libmediastreamer-voip4 #MINVER#
+ IGDDeviceType at Base 1:2.11.2
+ IGDServiceName at Base 1:2.11.2
+ IGDServiceType at Base 1:2.11.2
+ IGDTimeOut at Base 1:2.11.2
+ IGDVarCount at Base 1:2.11.2
+ IGDVarName at Base 1:2.11.2
+ SHA_K0 at Base 1:2.11.2
+ SHA_K1 at Base 1:2.11.2
+ SHA_K2 at Base 1:2.11.2
+ SHA_K3 at Base 1:2.11.2
+ Snack_Alaw2Lin at Base 1:2.11.2
+ Snack_Lin2Alaw at Base 1:2.11.2
+ Snack_Lin2Mulaw at Base 1:2.11.2
+ Snack_Mulaw2Lin at Base 1:2.11.2
+ UPNPDeviceType at Base 1:2.11.2
+ __ms_get_default_prio at Base 1:2.11.2
+ __register_ffmpeg_encoders_if_possible at Base 1:2.11.2
+ aes_cbc at Base 1:2.11.2
+ aes_cbc_alloc at Base 1:2.11.2
+ aes_cbc_context_init at Base 1:2.11.2
+ aes_cbc_dealloc at Base 1:2.11.2
+ aes_cbc_decrypt at Base 1:2.11.2
+ aes_cbc_description at Base 1:2.11.2
+ aes_cbc_encrypt at Base 1:2.11.2
+ aes_cbc_nist_decrypt at Base 1:2.11.2
+ aes_cbc_nist_encrypt at Base 1:2.11.2
+ aes_cbc_set_iv at Base 1:2.11.2
+ aes_cbc_test_case_0 at Base 1:2.11.2
+ aes_cbc_test_case_0_ciphertext at Base 1:2.11.2
+ aes_cbc_test_case_0_iv at Base 1:2.11.2
+ aes_cbc_test_case_0_key at Base 1:2.11.2
+ aes_cbc_test_case_0_plaintext at Base 1:2.11.2
+ aes_cbc_test_case_1 at Base 1:2.11.2
+ aes_cbc_test_case_1_ciphertext at Base 1:2.11.2
+ aes_cbc_test_case_1_iv at Base 1:2.11.2
+ aes_cbc_test_case_1_key at Base 1:2.11.2
+ aes_cbc_test_case_1_plaintext at Base 1:2.11.2
+ aes_cbc_test_case_2 at Base 1:2.11.2
+ aes_cbc_test_case_2_ciphertext at Base 1:2.11.2
+ aes_cbc_test_case_2_iv at Base 1:2.11.2
+ aes_cbc_test_case_2_key at Base 1:2.11.2
+ aes_cbc_test_case_2_plaintext at Base 1:2.11.2
+ aes_cbc_test_case_3 at Base 1:2.11.2
+ aes_cbc_test_case_3_ciphertext at Base 1:2.11.2
+ aes_cbc_test_case_3_iv at Base 1:2.11.2
+ aes_cbc_test_case_3_key at Base 1:2.11.2
+ aes_cbc_test_case_3_plaintext at Base 1:2.11.2
+ aes_decrypt at Base 1:2.11.2
+ aes_decrypt_with_raw_key at Base 1:2.11.2
+ aes_encrypt at Base 1:2.11.2
+ aes_expand_decryption_key at Base 1:2.11.2
+ aes_expand_encryption_key at Base 1:2.11.2
+ aes_icm at Base 1:2.11.2
+ aes_icm_alloc at Base 1:2.11.2
+ aes_icm_alloc_ismacryp at Base 1:2.11.2
+ aes_icm_context_init at Base 1:2.11.2
+ aes_icm_dealloc at Base 1:2.11.2
+ aes_icm_description at Base 1:2.11.2
+ aes_icm_encrypt at Base 1:2.11.2
+ aes_icm_encrypt_ismacryp at Base 1:2.11.2
+ aes_icm_output at Base 1:2.11.2
+ aes_icm_set_iv at Base 1:2.11.2
+ aes_icm_set_octet at Base 1:2.11.2
+ aes_icm_test_case_0 at Base 1:2.11.2
+ aes_icm_test_case_0_ciphertext at Base 1:2.11.2
+ aes_icm_test_case_0_key at Base 1:2.11.2
+ aes_icm_test_case_0_nonce at Base 1:2.11.2
+ aes_icm_test_case_0_plaintext at Base 1:2.11.2
+ aes_icm_test_case_1 at Base 1:2.11.2
+ aes_icm_test_case_1_ciphertext at Base 1:2.11.2
+ aes_icm_test_case_1_key at Base 1:2.11.2
+ aes_icm_test_case_1_nonce at Base 1:2.11.2
+ aes_icm_test_case_1_plaintext at Base 1:2.11.2
+ alaw2ulaw at Base 1:2.11.2
+ alsa_card_desc at Base 1:2.11.2
+ alsa_error_log_handler at Base 1:2.11.2
+ alsa_read_desc at Base 1:2.11.2
+ alsa_read_init at Base 1:2.11.2
+ alsa_read_methods at Base 1:2.11.2
+ alsa_read_postprocess at Base 1:2.11.2
+ alsa_read_preprocess at Base 1:2.11.2
+ alsa_read_process at Base 1:2.11.2
+ alsa_read_uninit at Base 1:2.11.2
+ alsa_write_desc at Base 1:2.11.2
+ alsa_write_get_nchannels at Base 1:2.11.2
+ alsa_write_init at Base 1:2.11.2
+ alsa_write_methods at Base 1:2.11.2
+ alsa_write_postprocess at Base 1:2.11.2
+ alsa_write_process at Base 1:2.11.2
+ alsa_write_set_nchannels at Base 1:2.11.2
+ alsa_write_set_sample_rate at Base 1:2.11.2
+ alsa_write_uninit at Base 1:2.11.2
+ append_salt_to_key at Base 1:2.11.2
+ audio_stream_alive at Base 1:2.11.2
+ audio_stream_close_remote_play at Base 1:2.11.2
+ audio_stream_enable_automatic_gain_control at Base 1:2.11.2
+ audio_stream_enable_dtls at Base 1:2.11.2
+ audio_stream_enable_echo_limiter at Base 1:2.11.2
+ audio_stream_enable_equalizer at Base 1:2.11.2
+ audio_stream_enable_gain_control at Base 1:2.11.2
+ audio_stream_enable_noise_gate at Base 1:2.11.2
+ audio_stream_enable_zrtp at Base 1:2.11.2
+ audio_stream_equalizer_set_gain at Base 1:2.11.2
+ audio_stream_get_average_lq_quality_rating at Base 1:2.11.2
+ audio_stream_get_average_quality_rating at Base 1:2.11.2
+ audio_stream_get_features at Base 1:2.11.2
+ audio_stream_get_local_player at Base 1:2.11.2
+ audio_stream_get_lq_quality_rating at Base 1:2.11.2
+ audio_stream_get_quality_rating at Base 1:2.11.2
+ audio_stream_iterate at Base 1:2.11.2
+ audio_stream_link_video at Base 1:2.11.2
+ audio_stream_mixed_record_open at Base 1:2.11.2
+ audio_stream_mixed_record_start at Base 1:2.11.2
+ audio_stream_mixed_record_stop at Base 1:2.11.2
+ audio_stream_mute_rtp at Base 1:2.11.2
+ audio_stream_new2 at Base 1:2.11.2
+ audio_stream_new at Base 1:2.11.2
+ audio_stream_new_with_sessions at Base 1:2.11.2
+ audio_stream_open_remote_play at Base 1:2.11.2
+ audio_stream_play at Base 1:2.11.2
+ audio_stream_play_received_dtmfs at Base 1:2.11.2
+ audio_stream_prepare_sound at Base 1:2.11.2
+ audio_stream_record at Base 1:2.11.2
+ audio_stream_send_dtmf at Base 1:2.11.2
+ audio_stream_set_echo_canceller_params at Base 1:2.11.2
+ audio_stream_set_features at Base 1:2.11.2
+ audio_stream_set_mic_gain at Base 1:2.11.2
+ audio_stream_set_mic_gain_db at Base 1:2.11.2
+ audio_stream_set_relay_session_id at Base 1:2.11.2
+ audio_stream_start at Base 1:2.11.2
+ audio_stream_start_full at Base 1:2.11.2
+ audio_stream_start_now at Base 1:2.11.2
+ audio_stream_start_with_files at Base 1:2.11.2
+ audio_stream_start_with_sndcards at Base 1:2.11.2
+ audio_stream_started at Base 1:2.11.2
+ audio_stream_stop at Base 1:2.11.2
+ audio_stream_unlink_video at Base 1:2.11.2
+ audio_stream_unprepare_sound at Base 1:2.11.2
+ audio_stream_zrtp_enabled at Base 1:2.11.2
+ auth_get_key_length at Base 1:2.11.2
+ auth_get_prefix_length at Base 1:2.11.2
+ auth_get_tag_length at Base 1:2.11.2
+ auth_type_get_ref_count at Base 1:2.11.2
+ auth_type_self_test at Base 1:2.11.2
+ auth_type_test at Base 1:2.11.2
+ base64_char_to_sextet at Base 1:2.11.2
+ base64_string_to_octet_string at Base 1:2.11.2
+ bit_string at Base 1:2.11.2
+ bitvector_alloc at Base 1:2.11.2
+ bitvector_bit_string at Base 1:2.11.2
+ bitvector_dealloc at Base 1:2.11.2
+ bitvector_left_shift at Base 1:2.11.2
+ bitvector_set_to_zero at Base 1:2.11.2
+ cipher_bits_per_second at Base 1:2.11.2
+ cipher_get_key_length at Base 1:2.11.2
+ cipher_output at Base 1:2.11.2
+ cipher_type_self_test at Base 1:2.11.2
+ cipher_type_test at Base 1:2.11.2
+ compileShader at Base 1:2.11.2
+ copy_ycbcrbiplanar_to_true_yuv_with_rotation at Base 1:2.11.2
+ copy_ycbcrbiplanar_to_true_yuv_with_rotation_and_down_scale_by_2 at Base 1:2.11.2
+ create_duplex_rtpsession at Base 1:2.11.2
+ crypto_alloc at Base 1:2.11.2
+ crypto_free at Base 1:2.11.2
+ crypto_get_random at Base 1:2.11.2
+ crypto_kernel at Base 1:2.11.2
+ crypto_kernel_alloc_auth at Base 1:2.11.2
+ crypto_kernel_alloc_cipher at Base 1:2.11.2
+ crypto_kernel_do_load_auth_type at Base 1:2.11.2
+ crypto_kernel_get_auth_type at Base 1:2.11.2
+ crypto_kernel_get_cipher_type at Base 1:2.11.2
+ crypto_kernel_init at Base 1:2.11.2
+ crypto_kernel_list_debug_modules at Base 1:2.11.2
+ crypto_kernel_load_auth_type at Base 1:2.11.2
+ crypto_kernel_load_cipher_type at Base 1:2.11.2
+ crypto_kernel_load_debug_module at Base 1:2.11.2
+ crypto_kernel_replace_auth_type at Base 1:2.11.2
+ crypto_kernel_replace_cipher_type at Base 1:2.11.2
+ crypto_kernel_set_debug_module at Base 1:2.11.2
+ crypto_kernel_shutdown at Base 1:2.11.2
+ crypto_kernel_status at Base 1:2.11.2
+ crypto_policy_set_aes_cm_128_hmac_sha1_32 at Base 1:2.11.2
+ crypto_policy_set_aes_cm_128_null_auth at Base 1:2.11.2
+ crypto_policy_set_aes_cm_256_hmac_sha1_32 at Base 1:2.11.2
+ crypto_policy_set_aes_cm_256_hmac_sha1_80 at Base 1:2.11.2
+ crypto_policy_set_from_profile_for_rtcp at Base 1:2.11.2
+ crypto_policy_set_from_profile_for_rtp at Base 1:2.11.2
+ crypto_policy_set_null_cipher_hmac_sha1_80 at Base 1:2.11.2
+ crypto_policy_set_rtcp_default at Base 1:2.11.2
+ crypto_policy_set_rtp_default at Base 1:2.11.2
+ ctr_prng at Base 1:2.11.2
+ ctr_prng_deinit at Base 1:2.11.2
+ ctr_prng_get_octet_string at Base 1:2.11.2
+ ctr_prng_init at Base 1:2.11.2
+ destroyShaders at Base 1:2.11.2
+ dtmfgen_methods at Base 1:2.11.2
+ ekt_alloc at Base 1:2.11.2
+ ekt_octets_after_base_tag at Base 1:2.11.2
+ ekt_stream_init_from_policy at Base 1:2.11.2
+ ekt_write_data at Base 1:2.11.2
+ err_level at Base 1:2.11.2
+ err_report at Base 1:2.11.2
+ err_reporting_init at Base 1:2.11.2
+ err_reporting_set_level at Base 1:2.11.2
+ ffmpeg_pix_fmt_to_ms at Base 1:2.11.2
+ file_info_compute_energy at Base 1:2.11.2
+ g722_decode at Base 1:2.11.2
+ g722_decode_init at Base 1:2.11.2
+ g722_decode_release at Base 1:2.11.2
+ g722_encode at Base 1:2.11.2
+ g722_encode_init at Base 1:2.11.2
+ g722_encode_release at Base 1:2.11.2
+ getErrno at Base 1:2.11.2
+ getMessage at Base 1:2.11.2
+ hex_string_to_octet_string at Base 1:2.11.2
+ hmac at Base 1:2.11.2
+ hmac_alloc at Base 1:2.11.2
+ hmac_compute at Base 1:2.11.2
+ hmac_dealloc at Base 1:2.11.2
+ hmac_description at Base 1:2.11.2
+ hmac_init at Base 1:2.11.2
+ hmac_start at Base 1:2.11.2
+ hmac_test_case_0 at Base 1:2.11.2
+ hmac_test_case_0_data at Base 1:2.11.2
+ hmac_test_case_0_key at Base 1:2.11.2
+ hmac_test_case_0_tag at Base 1:2.11.2
+ hmac_update at Base 1:2.11.2
+ ice_add_local_candidate at Base 1:2.11.2
+ ice_add_losing_pair at Base 1:2.11.2
+ ice_add_remote_candidate at Base 1:2.11.2
+ ice_candidate_type at Base 1:2.11.2
+ ice_check_list_candidates_gathered at Base 1:2.11.2
+ ice_check_list_check_completed at Base 1:2.11.2
+ ice_check_list_default_local_candidate at Base 1:2.11.2
+ ice_check_list_destroy at Base 1:2.11.2
+ ice_check_list_get_remote_pwd at Base 1:2.11.2
+ ice_check_list_get_remote_ufrag at Base 1:2.11.2
+ ice_check_list_is_mismatch at Base 1:2.11.2
+ ice_check_list_local_pwd at Base 1:2.11.2
+ ice_check_list_local_ufrag at Base 1:2.11.2
+ ice_check_list_new at Base 1:2.11.2
+ ice_check_list_print_route at Base 1:2.11.2
+ ice_check_list_process at Base 1:2.11.2
+ ice_check_list_remote_credentials_changed at Base 1:2.11.2
+ ice_check_list_remote_pwd at Base 1:2.11.2
+ ice_check_list_remote_ufrag at Base 1:2.11.2
+ ice_check_list_selected_valid_candidate_type at Base 1:2.11.2
+ ice_check_list_selected_valid_local_candidate at Base 1:2.11.2
+ ice_check_list_selected_valid_remote_candidate at Base 1:2.11.2
+ ice_check_list_set_remote_credentials at Base 1:2.11.2
+ ice_check_list_set_rtp_session at Base 1:2.11.2
+ ice_check_list_set_state at Base 1:2.11.2
+ ice_check_list_state at Base 1:2.11.2
+ ice_check_list_state_to_string at Base 1:2.11.2
+ ice_check_list_unselect_valid_pair at Base 1:2.11.2
+ ice_check_list_unselect_valid_pairs at Base 1:2.11.2
+ ice_dump_candidate_pairs at Base 1:2.11.2
+ ice_dump_candidate_pairs_foundations at Base 1:2.11.2
+ ice_dump_candidates at Base 1:2.11.2
+ ice_dump_check_list at Base 1:2.11.2
+ ice_dump_componentIDs at Base 1:2.11.2
+ ice_dump_session at Base 1:2.11.2
+ ice_dump_triggered_checks_queue at Base 1:2.11.2
+ ice_dump_valid_list at Base 1:2.11.2
+ ice_get_remote_addr_and_ports_from_valid_pairs at Base 1:2.11.2
+ ice_handle_stun_packet at Base 1:2.11.2
+ ice_session_add_check_list at Base 1:2.11.2
+ ice_session_average_gathering_round_trip_time at Base 1:2.11.2
+ ice_session_candidates_gathered at Base 1:2.11.2
+ ice_session_check_list at Base 1:2.11.2
+ ice_session_check_mismatch at Base 1:2.11.2
+ ice_session_choose_default_candidates at Base 1:2.11.2
+ ice_session_choose_default_remote_candidates at Base 1:2.11.2
+ ice_session_compute_candidates_foundations at Base 1:2.11.2
+ ice_session_destroy at Base 1:2.11.2
+ ice_session_eliminate_redundant_candidates at Base 1:2.11.2
+ ice_session_enable_message_integrity_check at Base 1:2.11.2
+ ice_session_gather_candidates at Base 1:2.11.2
+ ice_session_gathering_duration at Base 1:2.11.2
+ ice_session_has_completed_check_list at Base 1:2.11.2
+ ice_session_local_pwd at Base 1:2.11.2
+ ice_session_local_ufrag at Base 1:2.11.2
+ ice_session_nb_check_lists at Base 1:2.11.2
+ ice_session_nb_losing_pairs at Base 1:2.11.2
+ ice_session_new at Base 1:2.11.2
+ ice_session_remote_credentials_changed at Base 1:2.11.2
+ ice_session_remote_pwd at Base 1:2.11.2
+ ice_session_remote_ufrag at Base 1:2.11.2
+ ice_session_remove_check_list at Base 1:2.11.2
+ ice_session_remove_check_list_from_idx at Base 1:2.11.2
+ ice_session_restart at Base 1:2.11.2
+ ice_session_role at Base 1:2.11.2
+ ice_session_select_candidates at Base 1:2.11.2
+ ice_session_set_base_for_srflx_candidates at Base 1:2.11.2
+ ice_session_set_keepalive_timeout at Base 1:2.11.2
+ ice_session_set_local_credentials at Base 1:2.11.2
+ ice_session_set_max_connectivity_checks at Base 1:2.11.2
+ ice_session_set_remote_credentials at Base 1:2.11.2
+ ice_session_set_role at Base 1:2.11.2
+ ice_session_start_connectivity_checks at Base 1:2.11.2
+ ice_session_state at Base 1:2.11.2
+ index_advance at Base 1:2.11.2
+ index_guess at Base 1:2.11.2
+ index_init at Base 1:2.11.2
+ initNetwork at Base 1:2.11.2
+ is_hex_string at Base 1:2.11.2
+ key_limit_check at Base 1:2.11.2
+ key_limit_clone at Base 1:2.11.2
+ key_limit_set at Base 1:2.11.2
+ key_limit_update at Base 1:2.11.2
+ linkProgram at Base 1:2.11.2
+ media_stream_alive at Base 1:2.11.2
+ media_stream_avpf_enabled at Base 1:2.11.2
+ media_stream_dtls_supported at Base 1:2.11.2
+ media_stream_enable_adaptive_bitrate_control at Base 1:2.11.2
+ media_stream_enable_adaptive_jittcomp at Base 1:2.11.2
+ media_stream_enable_srtp at Base 1:2.11.2
+ media_stream_free at Base 1:2.11.2
+ media_stream_get_average_lq_quality_rating at Base 1:2.11.2
+ media_stream_get_average_quality_rating at Base 1:2.11.2
+ media_stream_get_avpf_rr_interval at Base 1:2.11.2
+ media_stream_get_down_bw at Base 1:2.11.2
+ media_stream_get_local_rtp_stats at Base 1:2.11.2
+ media_stream_get_lq_quality_rating at Base 1:2.11.2
+ media_stream_get_quality_indicator at Base 1:2.11.2
+ media_stream_get_quality_rating at Base 1:2.11.2
+ media_stream_get_rtcp_down_bw at Base 1:2.11.2
+ media_stream_get_rtcp_up_bw at Base 1:2.11.2
+ media_stream_get_rtp_session at Base 1:2.11.2
+ media_stream_get_state at Base 1:2.11.2
+ media_stream_get_target_network_bitrate at Base 1:2.11.2
+ media_stream_get_up_bw at Base 1:2.11.2
+ media_stream_iterate at Base 1:2.11.2
+ media_stream_join_multicast_group at Base 1:2.11.2
+ media_stream_reclaim_sessions at Base 1:2.11.2
+ media_stream_secured at Base 1:2.11.2
+ media_stream_session_encryption_mandatory_enable at Base 1:2.11.2
+ media_stream_session_encryption_mandatory_enabled at Base 1:2.11.2
+ media_stream_session_secured at Base 1:2.11.2
+ media_stream_set_adaptive_bitrate_algorithm at Base 1:2.11.2
+ media_stream_set_dscp at Base 1:2.11.2
+ media_stream_set_rtcp_information at Base 1:2.11.2
+ media_stream_set_srtp_recv_key at Base 1:2.11.2
+ media_stream_set_srtp_recv_key_b64 at Base 1:2.11.2
+ media_stream_set_srtp_send_key at Base 1:2.11.2
+ media_stream_set_srtp_send_key_b64 at Base 1:2.11.2
+ media_stream_set_target_network_bitrate at Base 1:2.11.2
+ media_stream_start_ticker at Base 1:2.11.2
+ media_stream_started at Base 1:2.11.2
+ media_stream_type_str at Base 1:2.11.2
+ mire_init at Base 1:2.11.2
+ mire_methods at Base 1:2.11.2
+ mire_postprocess at Base 1:2.11.2
+ mire_uninit at Base 1:2.11.2
+ mod_aes_cbc at Base 1:2.11.2
+ mod_aes_icm at Base 1:2.11.2
+ mod_alloc at Base 1:2.11.2
+ mod_auth at Base 1:2.11.2
+ mod_cipher at Base 1:2.11.2
+ mod_crypto_kernel at Base 1:2.11.2
+ mod_hmac at Base 1:2.11.2
+ mod_sha1 at Base 1:2.11.2
+ mod_srtp at Base 1:2.11.2
+ mod_stat at Base 1:2.11.2
+ ms_aal2_g726_16_dec_desc at Base 1:2.11.2
+ ms_aal2_g726_16_enc_desc at Base 1:2.11.2
+ ms_aal2_g726_24_dec_desc at Base 1:2.11.2
+ ms_aal2_g726_24_enc_desc at Base 1:2.11.2
+ ms_aal2_g726_32_dec_desc at Base 1:2.11.2
+ ms_aal2_g726_32_enc_desc at Base 1:2.11.2
+ ms_aal2_g726_40_dec_desc at Base 1:2.11.2
+ ms_aal2_g726_40_enc_desc at Base 1:2.11.2
+ ms_alaw_dec_desc at Base 1:2.11.2
+ ms_alaw_enc_desc at Base 1:2.11.2
+ ms_alsa_card_new_custom at Base 1:2.11.2
+ ms_alsa_card_set_forced_sample_rate at Base 1:2.11.2
+ ms_audio_bitrate_controller_new at Base 1:2.11.2
+ ms_audio_bitrate_driver_new at Base 1:2.11.2
+ ms_audio_conference_add_member at Base 1:2.11.2
+ ms_audio_conference_destroy at Base 1:2.11.2
+ ms_audio_conference_get_params at Base 1:2.11.2
+ ms_audio_conference_get_size at Base 1:2.11.2
+ ms_audio_conference_mute_member at Base 1:2.11.2
+ ms_audio_conference_new at Base 1:2.11.2
+ ms_audio_conference_remove_member at Base 1:2.11.2
+ ms_audio_diff at Base 1:2.11.2
+ ms_audio_endpoint_destroy at Base 1:2.11.2
+ ms_audio_endpoint_get_from_stream at Base 1:2.11.2
+ ms_audio_endpoint_new at Base 1:2.11.2
+ ms_audio_endpoint_new_recorder at Base 1:2.11.2
+ ms_audio_endpoint_release_from_stream at Base 1:2.11.2
+ ms_audio_flow_controller_init at Base 1:2.11.2
+ ms_audio_flow_controller_process at Base 1:2.11.2
+ ms_audio_flow_controller_set_target at Base 1:2.11.2
+ ms_audio_mixer_desc at Base 1:2.11.2
+ ms_audio_recorder_endpoint_start at Base 1:2.11.2
+ ms_audio_recorder_endpoint_stop at Base 1:2.11.2
+ ms_av_bitrate_controller_new at Base 1:2.11.2
+ ms_av_bitrate_driver_new at Base 1:2.11.2
+ ms_average_fps_get at Base 1:2.11.2
+ ms_average_fps_init at Base 1:2.11.2
+ ms_average_fps_update at Base 1:2.11.2
+ ms_bandwidth_bitrate_controller_new at Base 1:2.11.2
+ ms_bandwidth_bitrate_driver_new at Base 1:2.11.2
+ ms_bitrate_controller_destroy at Base 1:2.11.2
+ ms_bitrate_controller_get_qos_analyzer at Base 1:2.11.2
+ ms_bitrate_controller_new at Base 1:2.11.2
+ ms_bitrate_controller_process_rtcp at Base 1:2.11.2
+ ms_bitrate_controller_update at Base 1:2.11.2
+ ms_bitrate_driver_execute_action at Base 1:2.11.2
+ ms_bitrate_driver_ref at Base 1:2.11.2
+ ms_bitrate_driver_unref at Base 1:2.11.2
+ ms_bits_reader_init at Base 1:2.11.2
+ ms_bits_reader_n_bits at Base 1:2.11.2
+ ms_bits_reader_se at Base 1:2.11.2
+ ms_bits_reader_ue at Base 1:2.11.2
+ ms_bits_writer_init at Base 1:2.11.2
+ ms_bits_writer_n_bits at Base 1:2.11.2
+ ms_bits_writer_se at Base 1:2.11.2
+ ms_bits_writer_trailing_bits at Base 1:2.11.2
+ ms_bits_writer_ue at Base 1:2.11.2
+ ms_channel_adapter_desc at Base 1:2.11.2
+ ms_crypto_suite_build_from_name_params at Base 1:2.11.2
+ ms_crypto_suite_to_name_params at Base 1:2.11.2
+ ms_dtls_srtp_available at Base 1:2.11.2
+ ms_dtls_srtp_context_destroy at Base 1:2.11.2
+ ms_dtls_srtp_context_new at Base 1:2.11.2
+ ms_dtls_srtp_set_peer_fingerprint at Base 1:2.11.2
+ ms_dtls_srtp_set_role at Base 1:2.11.2
+ ms_dtls_srtp_set_stream_sessions at Base 1:2.11.2
+ ms_dtls_srtp_start at Base 1:2.11.2
+ ms_dtmf_gen_desc at Base 1:2.11.2
+ ms_equalizer_desc at Base 1:2.11.2
+ ms_ext_display_desc at Base 1:2.11.2
+ ms_factory_init_voip at Base 1:2.11.2
+ ms_factory_uninit_voip at Base 1:2.11.2
+ ms_ffmpeg_check_init at Base 1:2.11.2
+ ms_fft at Base 1:2.11.2
+ ms_fft_destroy at Base 1:2.11.2
+ ms_fft_init at Base 1:2.11.2
+ ms_file_player_desc at Base 1:2.11.2
+ ms_file_rec_desc at Base 1:2.11.2
+ ms_fir_mem16 at Base 1:2.11.2
+ ms_fourcc_to_pix_fmt at Base 1:2.11.2
+ ms_g722_dec_desc at Base 1:2.11.2
+ ms_g722_enc_desc at Base 1:2.11.2
+ ms_g726_16_dec_desc at Base 1:2.11.2
+ ms_g726_16_enc_desc at Base 1:2.11.2
+ ms_g726_24_dec_desc at Base 1:2.11.2
+ ms_g726_24_enc_desc at Base 1:2.11.2
+ ms_g726_32_dec_desc at Base 1:2.11.2
+ ms_g726_32_enc_desc at Base 1:2.11.2
+ ms_g726_40_dec_desc at Base 1:2.11.2
+ ms_g726_40_enc_desc at Base 1:2.11.2
+ ms_genericplc_desc at Base 1:2.11.2
+ ms_glxvideo_desc at Base 1:2.11.2
+ ms_gsm_dec_desc at Base 1:2.11.2
+ ms_gsm_enc_desc at Base 1:2.11.2
+ ms_h263_dec_desc at Base 1:2.11.2
+ ms_h263_enc_desc at Base 1:2.11.2
+ ms_h263_old_dec_desc at Base 1:2.11.2
+ ms_h263_old_enc_desc at Base 1:2.11.2
+ ms_h264_dec_desc at Base 1:2.11.2
+ ms_ifft at Base 1:2.11.2
+ ms_is_ipv6 at Base 1:2.11.2
+ ms_is_multicast at Base 1:2.11.2
+ ms_is_multicast_addr at Base 1:2.11.2
+ ms_jpeg_dec_desc at Base 1:2.11.2
+ ms_jpeg_writer_desc at Base 1:2.11.2
+ ms_kiss_fft at Base 1:2.11.2
+ ms_kiss_fft_alloc at Base 1:2.11.2
+ ms_kiss_fft_stride at Base 1:2.11.2
+ ms_kiss_fftr2 at Base 1:2.11.2
+ ms_kiss_fftr at Base 1:2.11.2
+ ms_kiss_fftr_alloc at Base 1:2.11.2
+ ms_kiss_fftri2 at Base 1:2.11.2
+ ms_kiss_fftri at Base 1:2.11.2
+ ms_l16_dec_desc at Base 1:2.11.2
+ ms_l16_enc_desc at Base 1:2.11.2
+ ms_layout_center_rectangle at Base 1:2.11.2
+ ms_layout_compute at Base 1:2.11.2
+ ms_load_jpeg_as_yuv at Base 1:2.11.2
+ ms_load_nowebcam at Base 1:2.11.2
+ ms_media_player_close at Base 1:2.11.2
+ ms_media_player_free at Base 1:2.11.2
+ ms_media_player_get_current_position at Base 1:2.11.2
+ ms_media_player_get_duration at Base 1:2.11.2
+ ms_media_player_get_file_format at Base 1:2.11.2
+ ms_media_player_get_state at Base 1:2.11.2
+ ms_media_player_get_window_id at Base 1:2.11.2
+ ms_media_player_matroska_supported at Base 1:2.11.2
+ ms_media_player_new at Base 1:2.11.2
+ ms_media_player_open at Base 1:2.11.2
+ ms_media_player_pause at Base 1:2.11.2
+ ms_media_player_seek at Base 1:2.11.2
+ ms_media_player_set_eof_callback at Base 1:2.11.2
+ ms_media_player_start at Base 1:2.11.2
+ ms_media_player_stop at Base 1:2.11.2
+ ms_media_stream_session_fill_srtp_context_all_stream at Base 1:2.11.2
+ ms_media_stream_sessions_uninit at Base 1:2.11.2
+ ms_mire_desc at Base 1:2.11.2
+ ms_mire_webcam_desc at Base 1:2.11.2
+ ms_mire_webcam_desc_get at Base 1:2.11.2
+ ms_mjpeg_dec_desc at Base 1:2.11.2
+ ms_mjpeg_enc_desc at Base 1:2.11.2
+ ms_mpeg4_dec_desc at Base 1:2.11.2
+ ms_mpeg4_enc_desc at Base 1:2.11.2
+ ms_opus_dec_desc at Base 1:2.11.2
+ ms_opus_enc_desc at Base 1:2.11.2
+ ms_oss_read_new at Base 1:2.11.2
+ ms_oss_write_new at Base 1:2.11.2
+ ms_picture_init_from_mblk_with_size at Base 1:2.11.2
+ ms_pix_conv_desc at Base 1:2.11.2
+ ms_pix_fmt_to_ffmpeg at Base 1:2.11.2
+ ms_pix_fmt_to_string at Base 1:2.11.2
+ ms_qos_analyser_set_label at Base 1:2.11.2
+ ms_qos_analyzer_algorithm_from_string at Base 1:2.11.2
+ ms_qos_analyzer_algorithm_to_string at Base 1:2.11.2
+ ms_qos_analyzer_get_name at Base 1:2.11.2
+ ms_qos_analyzer_has_improved at Base 1:2.11.2
+ ms_qos_analyzer_process_rtcp at Base 1:2.11.2
+ ms_qos_analyzer_ref at Base 1:2.11.2
+ ms_qos_analyzer_set_on_action_suggested at Base 1:2.11.2
+ ms_qos_analyzer_suggest_action at Base 1:2.11.2
+ ms_qos_analyzer_unref at Base 1:2.11.2
+ ms_qos_analyzer_update at Base 1:2.11.2
+ ms_quality_indicator_destroy at Base 1:2.11.2
+ ms_quality_indicator_get_average_lq_rating at Base 1:2.11.2
+ ms_quality_indicator_get_average_rating at Base 1:2.11.2
+ ms_quality_indicator_get_local_late_rate at Base 1:2.11.2
+ ms_quality_indicator_get_local_loss_rate at Base 1:2.11.2
+ ms_quality_indicator_get_lq_rating at Base 1:2.11.2
+ ms_quality_indicator_get_rating at Base 1:2.11.2
+ ms_quality_indicator_new at Base 1:2.11.2
+ ms_quality_indicator_set_label at Base 1:2.11.2
+ ms_quality_indicator_update_from_feedback at Base 1:2.11.2
+ ms_quality_indicator_update_local at Base 1:2.11.2
+ ms_rate_control_action_type_name at Base 1:2.11.2
+ ms_read_wav_header_from_fd at Base 1:2.11.2
+ ms_resample_desc at Base 1:2.11.2
+ ms_rgb_to_yuv at Base 1:2.11.2
+ ms_rtp_recv_desc at Base 1:2.11.2
+ ms_rtp_send_desc at Base 1:2.11.2
+ ms_scaler_context_free at Base 1:2.11.2
+ ms_scaler_create_context at Base 1:2.11.2
+ ms_scaler_process at Base 1:2.11.2
+ ms_simple_qos_analyzer_new at Base 1:2.11.2
+ ms_size_conv_desc at Base 1:2.11.2
+ ms_snow_dec_desc at Base 1:2.11.2
+ ms_sound_device_description_add at Base 1:2.11.2
+ ms_speex_dec_desc at Base 1:2.11.2
+ ms_speex_ec_desc at Base 1:2.11.2
+ ms_speex_enc_desc at Base 1:2.11.2
+ ms_srtp_context_delete at Base 1:2.11.2
+ ms_srtp_context_new at Base 1:2.11.2
+ ms_srtp_init at Base 1:2.11.2
+ ms_srtp_shutdown at Base 1:2.11.2
+ ms_srtp_stream_type_to_string at Base 1:2.11.2
+ ms_srtp_supported at Base 1:2.11.2
+ ms_stateful_qos_analyzer_new at Base 1:2.11.2
+ ms_static_image_desc at Base 1:2.11.2
+ ms_static_image_get_default_image at Base 1:2.11.2
+ ms_static_image_set_default_image at Base 1:2.11.2
+ ms_stream_regulator_free at Base 1:2.11.2
+ ms_stream_regulator_get at Base 1:2.11.2
+ ms_stream_regulator_new at Base 1:2.11.2
+ ms_stream_regulator_push at Base 1:2.11.2
+ ms_stream_regulator_reset at Base 1:2.11.2
+ ms_theora_dec_desc at Base 1:2.11.2
+ ms_theora_enc_desc at Base 1:2.11.2
+ ms_tone_detector_desc at Base 1:2.11.2
+ ms_ulaw_dec_desc at Base 1:2.11.2
+ ms_ulaw_enc_desc at Base 1:2.11.2
+ ms_v4l2_desc at Base 1:2.11.2
+ ms_vad_dtx_desc at Base 1:2.11.2
+ ms_video_capture_new_frame at Base 1:2.11.2
+ ms_video_find_best_configuration_for_bitrate at Base 1:2.11.2
+ ms_video_find_best_configuration_for_size at Base 1:2.11.2
+ ms_video_init_average_fps at Base 1:2.11.2
+ ms_video_init_framerate_controller at Base 1:2.11.2
+ ms_video_set_scaler_impl at Base 1:2.11.2
+ ms_video_size_get_just_lower_than at Base 1:2.11.2
+ ms_video_starter_first_frame at Base 1:2.11.2
+ ms_video_starter_init at Base 1:2.11.2
+ ms_video_starter_need_i_frame at Base 1:2.11.2
+ ms_video_update_average_fps at Base 1:2.11.2
+ ms_voip_exit at Base 1:2.11.2
+ ms_voip_filter_descs at Base 1:2.11.2
+ ms_voip_init at Base 1:2.11.2
+ ms_volume_desc at Base 1:2.11.2
+ ms_vp8_dec_desc at Base 1:2.11.2
+ ms_vp8_enc_desc at Base 1:2.11.2
+ ms_x11_helper_create_window at Base 1:2.11.2
+ ms_x11_helper_destroy_window at Base 1:2.11.2
+ ms_x11_helper_get_window_size at Base 1:2.11.2
+ ms_x11_helper_init at Base 1:2.11.2
+ ms_x11_helper_uninit at Base 1:2.11.2
+ ms_x11video_desc at Base 1:2.11.2
+ ms_yuv_buf_alloc at Base 1:2.11.2
+ ms_yuv_buf_alloc_from_buffer at Base 1:2.11.2
+ ms_yuv_buf_allocator_free at Base 1:2.11.2
+ ms_yuv_buf_allocator_get at Base 1:2.11.2
+ ms_yuv_buf_allocator_new at Base 1:2.11.2
+ ms_yuv_buf_copy at Base 1:2.11.2
+ ms_yuv_buf_init_from_mblk at Base 1:2.11.2
+ ms_yuv_buf_init_from_mblk_with_size at Base 1:2.11.2
+ ms_yuv_buf_mirror at Base 1:2.11.2
+ ms_yuv_buf_mirrors at Base 1:2.11.2
+ ms_zrtp_auth_tag_from_string at Base 1:2.11.2
+ ms_zrtp_auth_tag_to_string at Base 1:2.11.2
+ ms_zrtp_available at Base 1:2.11.2
+ ms_zrtp_cipher_from_string at Base 1:2.11.2
+ ms_zrtp_cipher_to_string at Base 1:2.11.2
+ ms_zrtp_context_destroy at Base 1:2.11.2
+ ms_zrtp_context_new at Base 1:2.11.2
+ ms_zrtp_hash_from_string at Base 1:2.11.2
+ ms_zrtp_hash_to_string at Base 1:2.11.2
+ ms_zrtp_key_agreement_from_string at Base 1:2.11.2
+ ms_zrtp_key_agreement_to_string at Base 1:2.11.2
+ ms_zrtp_multistream_new at Base 1:2.11.2
+ ms_zrtp_reset_transmition_timer at Base 1:2.11.2
+ ms_zrtp_sas_reset_verified at Base 1:2.11.2
+ ms_zrtp_sas_type_from_string at Base 1:2.11.2
+ ms_zrtp_sas_type_to_string at Base 1:2.11.2
+ ms_zrtp_sas_verified at Base 1:2.11.2
+ ms_zrtp_set_stream_sessions at Base 1:2.11.2
+ need_send_conf at Base 1:2.11.2
+ nibble_to_hex_char at Base 1:2.11.2
+ null_auth at Base 1:2.11.2
+ null_auth_alloc at Base 1:2.11.2
+ null_auth_compute at Base 1:2.11.2
+ null_auth_dealloc at Base 1:2.11.2
+ null_auth_description at Base 1:2.11.2
+ null_auth_init at Base 1:2.11.2
+ null_auth_start at Base 1:2.11.2
+ null_auth_test_case_0 at Base 1:2.11.2
+ null_auth_update at Base 1:2.11.2
+ null_cipher at Base 1:2.11.2
+ null_cipher_alloc at Base 1:2.11.2
+ null_cipher_dealloc at Base 1:2.11.2
+ null_cipher_description at Base 1:2.11.2
+ null_cipher_encrypt at Base 1:2.11.2
+ null_cipher_init at Base 1:2.11.2
+ null_cipher_set_iv at Base 1:2.11.2
+ null_cipher_test_0 at Base 1:2.11.2
+ octet_get_weight at Base 1:2.11.2
+ octet_string_hex_string at Base 1:2.11.2
+ octet_string_is_eq at Base 1:2.11.2
+ octet_string_set_to_zero at Base 1:2.11.2
+ octet_weight at Base 1:2.11.2
+ ogl_display_free at Base 1:2.11.2
+ ogl_display_init at Base 1:2.11.2
+ ogl_display_new at Base 1:2.11.2
+ ogl_display_render at Base 1:2.11.2
+ ogl_display_set_preview_yuv_to_display at Base 1:2.11.2
+ ogl_display_set_size at Base 1:2.11.2
+ ogl_display_set_yuv_to_display at Base 1:2.11.2
+ ogl_display_uninit at Base 1:2.11.2
+ ogl_display_zoom at Base 1:2.11.2
+ openPort at Base 1:2.11.2
+ oss_card_desc at Base 1:2.11.2
+ oss_read_desc at Base 1:2.11.2
+ oss_write_desc at Base 1:2.11.2
+ pulse_card_desc at Base 1:2.11.2
+ rand_source_deinit at Base 1:2.11.2
+ rand_source_get_octet_string at Base 1:2.11.2
+ rand_source_init at Base 1:2.11.2
+ rdb_add_index at Base 1:2.11.2
+ rdb_check at Base 1:2.11.2
+ rdb_get_value at Base 1:2.11.2
+ rdb_increment at Base 1:2.11.2
+ rdb_init at Base 1:2.11.2
+ rdbx_add_index at Base 1:2.11.2
+ rdbx_check at Base 1:2.11.2
+ rdbx_dealloc at Base 1:2.11.2
+ rdbx_estimate_index at Base 1:2.11.2
+ rdbx_get_packet_index at Base 1:2.11.2
+ rdbx_get_window_size at Base 1:2.11.2
+ rdbx_init at Base 1:2.11.2
+ rdbx_set_roc at Base 1:2.11.2
+ rfc3984_destroy at Base 1:2.11.2
+ rfc3984_enable_stap_a at Base 1:2.11.2
+ rfc3984_init at Base 1:2.11.2
+ rfc3984_new at Base 1:2.11.2
+ rfc3984_pack at Base 1:2.11.2
+ rfc3984_set_max_payload_size at Base 1:2.11.2
+ rfc3984_set_mode at Base 1:2.11.2
+ rfc3984_uninit at Base 1:2.11.2
+ rfc3984_unpack at Base 1:2.11.2
+ rgb24_copy_revert at Base 1:2.11.2
+ rgb24_mirror at Base 1:2.11.2
+ rgb24_revert at Base 1:2.11.2
+ ring_play_dtmf at Base 1:2.11.2
+ ring_start at Base 1:2.11.2
+ ring_start_with_cb at Base 1:2.11.2
+ ring_stop at Base 1:2.11.2
+ ring_stop_dtmf at Base 1:2.11.2
+ sendMessage at Base 1:2.11.2
+ sha1 at Base 1:2.11.2
+ sha1_core at Base 1:2.11.2
+ sha1_final at Base 1:2.11.2
+ sha1_init at Base 1:2.11.2
+ sound_device_description_get at Base 1:2.11.2
+ srtcp_ekt_trailer at Base 1:2.11.2
+ srtp_add_stream at Base 1:2.11.2
+ srtp_create at Base 1:2.11.2
+ srtp_dealloc at Base 1:2.11.2
+ srtp_event_reporter at Base 1:2.11.2
+ srtp_get_stream at Base 1:2.11.2
+ srtp_init at Base 1:2.11.2
+ srtp_install_event_handler at Base 1:2.11.2
+ srtp_kdf_clear at Base 1:2.11.2
+ srtp_kdf_generate at Base 1:2.11.2
+ srtp_kdf_init at Base 1:2.11.2
+ srtp_profile_get_master_key_length at Base 1:2.11.2
+ srtp_profile_get_master_salt_length at Base 1:2.11.2
+ srtp_protect at Base 1:2.11.2
+ srtp_protect_rtcp at Base 1:2.11.2
+ srtp_remove_stream at Base 1:2.11.2
+ srtp_shutdown at Base 1:2.11.2
+ srtp_stream_alloc at Base 1:2.11.2
+ srtp_stream_clone at Base 1:2.11.2
+ srtp_stream_dealloc at Base 1:2.11.2
+ srtp_stream_init at Base 1:2.11.2
+ srtp_stream_init_from_ekt at Base 1:2.11.2
+ srtp_stream_init_keys at Base 1:2.11.2
+ srtp_unprotect at Base 1:2.11.2
+ srtp_unprotect_rtcp at Base 1:2.11.2
+ stat_test_monobit at Base 1:2.11.2
+ stat_test_poker at Base 1:2.11.2
+ stat_test_rand_source at Base 1:2.11.2
+ stat_test_rand_source_with_repetition at Base 1:2.11.2
+ stat_test_runs at Base 1:2.11.2
+ state_name at Base 1:2.11.2
+ static_image_desc at Base 1:2.11.2
+ static_image_get_pix_fmt at Base 1:2.11.2
+ static_image_get_vsize at Base 1:2.11.2
+ static_image_init at Base 1:2.11.2
+ static_image_methods at Base 1:2.11.2
+ static_image_postprocess at Base 1:2.11.2
+ static_image_preprocess at Base 1:2.11.2
+ static_image_process at Base 1:2.11.2
+ static_image_set_vsize at Base 1:2.11.2
+ static_image_uninit at Base 1:2.11.2
+ stunBuildReqSimple at Base 1:2.11.2
+ stunCalculateFingerprint at Base 1:2.11.2
+ stunCalculateIntegrity_longterm at Base 1:2.11.2
+ stunCalculateIntegrity_shortterm at Base 1:2.11.2
+ stunEncodeMessage at Base 1:2.11.2
+ stunFindLocalInterfaces at Base 1:2.11.2
+ stunGetSystemTimeSecs at Base 1:2.11.2
+ stunInitServer at Base 1:2.11.2
+ stunNatType at Base 1:2.11.2
+ stunOpenSocket at Base 1:2.11.2
+ stunOpenSocketPair at Base 1:2.11.2
+ stunParseHostName at Base 1:2.11.2
+ stunParseMessage at Base 1:2.11.2
+ stunParseServerName at Base 1:2.11.2
+ stunRand at Base 1:2.11.2
+ stunServerProcessMsg at Base 1:2.11.2
+ stunStopServer at Base 1:2.11.2
+ stunTest at Base 1:2.11.2
+ stun_magic_cookie at Base 1:2.11.2
+ turnAllocateSocketPair at Base 1:2.11.2
+ ulaw2alaw at Base 1:2.11.2
+ upnp_context_add_callback at Base 1:2.11.2
+ upnp_context_add_client at Base 1:2.11.2
+ upnp_context_free_callbacks at Base 1:2.11.2
+ upnp_context_handle_callbacks at Base 1:2.11.2
+ upnp_context_remove_client at Base 1:2.11.2
+ upnp_igd_add_device at Base 1:2.11.2
+ upnp_igd_add_port_mapping at Base 1:2.11.2
+ upnp_igd_callback at Base 1:2.11.2
+ upnp_igd_create at Base 1:2.11.2
+ upnp_igd_delete_node at Base 1:2.11.2
+ upnp_igd_delete_port_mapping at Base 1:2.11.2
+ upnp_igd_destroy at Base 1:2.11.2
+ upnp_igd_get_connection_status at Base 1:2.11.2
+ upnp_igd_get_device_id at Base 1:2.11.2
+ upnp_igd_get_device_model_name at Base 1:2.11.2
+ upnp_igd_get_device_model_number at Base 1:2.11.2
+ upnp_igd_get_device_name at Base 1:2.11.2
+ upnp_igd_get_devices_timeout at Base 1:2.11.2
+ upnp_igd_get_element_value at Base 1:2.11.2
+ upnp_igd_get_external_ipaddress at Base 1:2.11.2
+ upnp_igd_get_find_and_parse_service at Base 1:2.11.2
+ upnp_igd_get_first_document_item at Base 1:2.11.2
+ upnp_igd_get_first_element_item at Base 1:2.11.2
+ upnp_igd_get_local_ipaddress at Base 1:2.11.2
+ upnp_igd_get_nat_enabled at Base 1:2.11.2
+ upnp_igd_get_nth_service_list at Base 1:2.11.2
+ upnp_igd_get_var at Base 1:2.11.2
+ upnp_igd_handle_event at Base 1:2.11.2
+ upnp_igd_handle_get_var at Base 1:2.11.2
+ upnp_igd_handle_send_action at Base 1:2.11.2
+ upnp_igd_handle_subscribe_update at Base 1:2.11.2
+ upnp_igd_is_started at Base 1:2.11.2
+ upnp_igd_port_mapping_callback at Base 1:2.11.2
+ upnp_igd_port_mapping_context_create at Base 1:2.11.2
+ upnp_igd_port_mapping_context_destroy at Base 1:2.11.2
+ upnp_igd_port_mapping_handle_action at Base 1:2.11.2
+ upnp_igd_print at Base 1:2.11.2
+ upnp_igd_print_event at Base 1:2.11.2
+ upnp_igd_print_event_type at Base 1:2.11.2
+ upnp_igd_refresh at Base 1:2.11.2
+ upnp_igd_remove_all at Base 1:2.11.2
+ upnp_igd_remove_device at Base 1:2.11.2
+ upnp_igd_send_action at Base 1:2.11.2
+ upnp_igd_set_devices_timeout at Base 1:2.11.2
+ upnp_igd_start at Base 1:2.11.2
+ upnp_igd_state_update at Base 1:2.11.2
+ upnp_igd_stop at Base 1:2.11.2
+ upnp_igd_strncpy at Base 1:2.11.2
+ upnp_igd_timer_loop at Base 1:2.11.2
+ upnp_igd_var_updated at Base 1:2.11.2
+ upnp_igd_verify_timeouts at Base 1:2.11.2
+ v128_bit_string at Base 1:2.11.2
+ v128_copy_octet_string at Base 1:2.11.2
+ v128_hex_string at Base 1:2.11.2
+ v128_left_shift at Base 1:2.11.2
+ v128_right_shift at Base 1:2.11.2
+ v4l2_card_desc at Base 1:2.11.2
+ validateProgram at Base 1:2.11.2
+ video_preview_get_current_size at Base 1:2.11.2
+ video_preview_new at Base 1:2.11.2
+ video_preview_start at Base 1:2.11.2
+ video_preview_stop at Base 1:2.11.2
+ video_preview_stop_reuse_source at Base 1:2.11.2
+ video_stream_change_camera at Base 1:2.11.2
+ video_stream_close_player at Base 1:2.11.2
+ video_stream_decoding_error_recovered at Base 1:2.11.2
+ video_stream_decoding_error_reported at Base 1:2.11.2
+ video_stream_enable_display_filter_auto_rotate at Base 1:2.11.2
+ video_stream_enable_dtls at Base 1:2.11.2
+ video_stream_enable_self_view at Base 1:2.11.2
+ video_stream_enable_zrtp at Base 1:2.11.2
+ video_stream_free at Base 1:2.11.2
+ video_stream_get_camera at Base 1:2.11.2
+ video_stream_get_camera_sensor_rotation at Base 1:2.11.2
+ video_stream_get_default_video_renderer at Base 1:2.11.2
+ video_stream_get_native_preview_window_id at Base 1:2.11.2
+ video_stream_get_native_window_id at Base 1:2.11.2
+ video_stream_get_received_framerate at Base 1:2.11.2
+ video_stream_get_received_video_size at Base 1:2.11.2
+ video_stream_get_sent_framerate at Base 1:2.11.2
+ video_stream_get_sent_video_size at Base 1:2.11.2
+ video_stream_is_decoding_error_to_be_reported at Base 1:2.11.2
+ video_stream_iterate at Base 1:2.11.2
+ video_stream_new2 at Base 1:2.11.2
+ video_stream_new at Base 1:2.11.2
+ video_stream_new_with_sessions at Base 1:2.11.2
+ video_stream_open_player at Base 1:2.11.2
+ video_stream_prepare_video at Base 1:2.11.2
+ video_stream_recv_only_start at Base 1:2.11.2
+ video_stream_recv_only_stop at Base 1:2.11.2
+ video_stream_send_fir at Base 1:2.11.2
+ video_stream_send_only_start at Base 1:2.11.2
+ video_stream_send_only_stop at Base 1:2.11.2
+ video_stream_send_pli at Base 1:2.11.2
+ video_stream_send_rpsi at Base 1:2.11.2
+ video_stream_send_sli at Base 1:2.11.2
+ video_stream_send_vfu at Base 1:2.11.2
+ video_stream_set_device_rotation at Base 1:2.11.2
+ video_stream_set_direction at Base 1:2.11.2
+ video_stream_set_display_filter_name at Base 1:2.11.2
+ video_stream_set_event_callback at Base 1:2.11.2
+ video_stream_set_fps at Base 1:2.11.2
+ video_stream_set_freeze_on_error at Base 1:2.11.2
+ video_stream_set_native_preview_window_id at Base 1:2.11.2
+ video_stream_set_native_window_id at Base 1:2.11.2
+ video_stream_set_preview_size at Base 1:2.11.2
+ video_stream_set_relay_session_id at Base 1:2.11.2
+ video_stream_set_render_callback at Base 1:2.11.2
+ video_stream_set_sent_video_size at Base 1:2.11.2
+ video_stream_show_video at Base 1:2.11.2
+ video_stream_start at Base 1:2.11.2
+ video_stream_start_with_source at Base 1:2.11.2
+ video_stream_started at Base 1:2.11.2
+ video_stream_stop at Base 1:2.11.2
+ video_stream_unprepare_video at Base 1:2.11.2
+ video_stream_update_video_params at Base 1:2.11.2
+ video_stream_use_preview_video_window at Base 1:2.11.2
+ vp8rtpfmt_packer_init at Base 1:2.11.2
+ vp8rtpfmt_packer_process at Base 1:2.11.2
+ vp8rtpfmt_packer_uninit at Base 1:2.11.2
+ vp8rtpfmt_send_rpsi at Base 1:2.11.2
+ vp8rtpfmt_unpacker_feed at Base 1:2.11.2
+ vp8rtpfmt_unpacker_get_frame at Base 1:2.11.2
+ vp8rtpfmt_unpacker_init at Base 1:2.11.2
+ vp8rtpfmt_unpacker_uninit at Base 1:2.11.2

Added: mediastreamer2/trunk/debian/patches/fix-spelling-errors.patch
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/patches/fix-spelling-errors.patch?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/patches/fix-spelling-errors.patch	(added)
+++ mediastreamer2/trunk/debian/patches/fix-spelling-errors.patch	Fri May 29 07:58:16 2015
@@ -0,0 +1,69 @@
+Description: Fix spelling errors in binary
+Author: Felix Lechner <felix.lechner at gmail.com>
+Forwarded: no
+Last-Update: 2015-05-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/audiofilters/aqsnd.c
++++ b/src/audiofilters/aqsnd.c
+@@ -100,7 +100,7 @@ const char* aq_format_error(OSStatus sta
+ 		case kAudioQueueErr_EnqueueDuringReset: return"kAudioQueueErr_EnqueueDuringReset";
+ 		case kAudioQueueErr_InvalidOfflineMode: return"kAudioQueueErr_InvalidOfflineMode";
+ 		default:
+-			return "unkown error code";
++			return "unknown error code";
+ 	}
+ }
+ #ifdef __ios
+--- a/src/audiofilters/msiounit.m
++++ b/src/audiofilters/msiounit.m
+@@ -63,7 +63,7 @@ static const char * audio_unit_format_er
+ 		case kAudioUnitErr_Initialized: return "kAudioUnitErr_Initialized";
+ 		case kAudioUnitErr_InvalidOfflineRender: return "kAudioUnitErr_InvalidOfflineRender";
+ 		case kAudioUnitErr_Unauthorized: return "kAudioUnitErr_Unauthorized";
+-		default: return "unkown error";
++		default: return "unknown error";
+ 	}
+ 
+ }
+@@ -92,7 +92,7 @@ static const char *audio_session_format_
+ 			return "kAudioSessionIncompatibleCategory";
+ 		case kAudioSessionUnspecifiedError:
+ 			return "kAudioSessionUnspecifiedError";
+-		default: return "unkown error";
++		default: return "unknown error";
+ 	}
+ 
+  }
+--- a/src/voip/stun.c
++++ b/src/voip/stun.c
+@@ -2045,7 +2045,7 @@ stunSendTest( Socket myFd, StunAddress4
+ 		 break;
+ 			*/
+ 	  default:
+-		 ortp_error("stun: Test %i is unkown\n", testNum);
++		 ortp_error("stun: Test %i is unknown\n", testNum);
+ 		 return ; /* error */
+    }
+ 
+--- a/src/videofilters/vp8.c
++++ b/src/videofilters/vp8.c
+@@ -387,7 +387,7 @@ static void enc_fill_encoder_flags(EncSt
+ 				/*force an independant alt ref frame to force picture to be refreshed completely, otherwise
+ 				 * pixel color saturation appears due to accumulation of small predictive errors*/
+ 				*flags |= VP8_EFLAG_NO_REF_LAST | VP8_EFLAG_NO_REF_GF;
+-				ms_message("Forcing independant altref frame.");
++				ms_message("Forcing independent altref frame.");
+ 			}
+ 		}
+ 		if (!(*flags & VPX_EFLAG_FORCE_KF)){
+--- a/src/crypto/ms_srtp.c
++++ b/src/crypto/ms_srtp.c
+@@ -569,6 +569,6 @@ const char * ms_srtp_stream_type_to_stri
+ 	case MSSRTP_RTCP_STREAM: return "MSSRTP_RTCP_STREAM";
+ 	case MSSRTP_ALL_STREAMS: return "MSSRTP_ALL_STREAMS";
+ 	}
+-	return "Unkown srtp tream type";
++	return "Unknown srtp tream type";
+ }
+ 

Added: mediastreamer2/trunk/debian/patches/remove-call-to-gettext.patch
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/patches/remove-call-to-gettext.patch?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/patches/remove-call-to-gettext.patch	(added)
+++ mediastreamer2/trunk/debian/patches/remove-call-to-gettext.patch	Fri May 29 07:58:16 2015
@@ -0,0 +1,18 @@
+Description: Remove call to AM_GNU_GETTEXT from configure.ac
+ Gettext conflicts with intltool when running autoreconf
+ per https://bugs.launchpad.net/intltool/+bug/654918
+Author: Felix Lechner <felix.lechner at gmail.com>
+Forwarded: no
+Last-Update: 2015-05-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -229,7 +229,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GET
+ if test "$mingw_found" != "yes" ; then
+ 	dnl gettext macro does not work properly under mingw. And we want to use the one provided by GTK.
+ 	CPPFLAGS_save=$CPPFLAGS
+-	AM_GNU_GETTEXT([external])
+ 	AC_SUBST(INTLLIBS)
+ 	CPPFLAGS=$CPPFLAGS_save
+ 	LIBS="$LIBS $LIBINTL"

Added: mediastreamer2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/patches/series?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/patches/series	(added)
+++ mediastreamer2/trunk/debian/patches/series	Fri May 29 07:58:16 2015
@@ -0,0 +1,2 @@
+fix-spelling-errors.patch
+remove-call-to-gettext.patch

Added: mediastreamer2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/rules?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/rules	(added)
+++ mediastreamer2/trunk/debian/rules	Fri May 29 07:58:16 2015
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Uncomment this to change the hardening options
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+	dh $@ --parallel \
+		--with autotools-dev \
+		--with autoreconf \
+		--buildsystem=autoconf
+
+override_dh_autoreconf:
+	dh_autoreconf
+	intltoolize --automake --copy
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-static \
+		--enable-external-ortp \
+		--enable-pcap
+
+override_dh_strip:
+	dh_strip -plibmediastreamer-base4 --dbg-package=libmediastreamer-base4-dbg
+	dh_strip -plibmediastreamer-voip4 --dbg-package=libmediastreamer-voip4-dbg

Propchange: mediastreamer2/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: mediastreamer2/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/source.lintian-overrides?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/source.lintian-overrides	(added)
+++ mediastreamer2/trunk/debian/source.lintian-overrides	Fri May 29 07:58:16 2015
@@ -0,0 +1,2 @@
+# Upstream does not sign GitHub tarfiles
+mediastreamer2 source: debian-watch-may-check-gpg-signature

Added: mediastreamer2/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/source/format?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/source/format	(added)
+++ mediastreamer2/trunk/debian/source/format	Fri May 29 07:58:16 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: mediastreamer2/trunk/debian/source/include-binaries
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/source/include-binaries?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/source/include-binaries	(added)
+++ mediastreamer2/trunk/debian/source/include-binaries	Fri May 29 07:58:16 2015
@@ -0,0 +1,7 @@
+java/res/drawable-ldpi/icon.png
+java/res/drawable-mdpi/icon.png
+java/res/drawable-hdpi/icon.png
+tester/sounds/hello8000.wav
+tester/sounds/hello8000-1s.wav
+tester/sounds/hello16000.wav
+tester/sounds/hello16000-1s.wav

Added: mediastreamer2/trunk/debian/source/options
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/source/options?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/source/options	(added)
+++ mediastreamer2/trunk/debian/source/options	Fri May 29 07:58:16 2015
@@ -0,0 +1,2 @@
+# Don't store changes on autogenerated files
+extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile|m4/.*)$"

Added: mediastreamer2/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/mediastreamer2/trunk/debian/watch?rev=10658&op=file
==============================================================================
--- mediastreamer2/trunk/debian/watch	(added)
+++ mediastreamer2/trunk/debian/watch	Fri May 29 07:58:16 2015
@@ -0,0 +1,5 @@
+version=3
+
+opts=\
+filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mediastreamer2-$1\.tar\.gz/,\
+  https://github.com/BelledonneCommunications/mediastreamer2/tags .*/v?(\d\S*)\.tar\.gz




More information about the Pkg-voip-commits mailing list