debian/0000775000000000000000000000000012272006241007164 5ustar debian/copyright0000664000000000000000000000325111755775765011155 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: webrtc-audio-processing Source: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Files: * Copyright: 2011, Google Inc. 2011, The WebRTC project authors License: BSD 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 name of Google nor the names of its 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 HOLDER 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. debian/libwebrtc-audio-processing-0.install0000664000000000000000000000002411755775765016170 0ustar usr/lib/*/lib*.so.* debian/changelog0000664000000000000000000000127712272006206011046 0ustar webrtc-audio-processing (0.1-2ubuntu1) trusty; urgency=low * Use dh-autoreconf for newer arches, resolving FTBFS. -- Daniel T Chen Tue, 28 Jan 2014 15:00:51 -0500 webrtc-audio-processing (0.1-2) unstable; urgency=low * d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch - Added. Don't error out if the architecture isn't recognised, as the defines aren't strictly necessary for the audio processing subset. -- Sjoerd Simons Sat, 19 May 2012 22:00:19 +0200 webrtc-audio-processing (0.1-1) unstable; urgency=low * Initial release (Closes: #672797) -- Sjoerd Simons Sun, 13 May 2012 19:09:01 +0200 debian/docs0000664000000000000000000000001411755775765010067 0ustar NEWS README debian/libwebrtc-audio-processing-dev.install0000664000000000000000000000010711755775765016611 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/* debian/patches/0000775000000000000000000000000011755775765010650 5ustar debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch0000664000000000000000000000114611755775765024405 0ustar From 6480b6b44e376cbec2d8e4499692573a3861e003 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 19 May 2012 21:52:09 +0200 Subject: [PATCH] Don't error or set options for unknown architectures --- src/typedefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/typedefs.h b/src/typedefs.h index 6620550..774905b 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -77,7 +77,6 @@ #define WEBRTC_ARCH_32_BITS #define WEBRTC_ARCH_LITTLE_ENDIAN #else -#error Please add support for your architecture in typedefs.h #endif #if defined(__SSE2__) || defined(_MSC_VER) -- 1.7.10 debian/patches/series0000664000000000000000000000010011755775765012054 0ustar 0001-Don-t-error-or-set-options-for-unknown-architectures.patch debian/control0000664000000000000000000000255612272006151010577 0ustar Source: webrtc-audio-processing Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Sjoerd Simons Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/ Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/webrtc-audio-processing.git Vcs-Browser: http://git.debian.org/?p=pulseaudio/webrtc-audio-processing.git;a=summary Package: libwebrtc-audio-processing-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libwebrtc-audio-processing-0 (= ${binary:Version}), ${misc:Depends} Description: development files for the webrtc-audio-processing library Audio processing library (echo-cancellation, gain control etc) around the AudioProcessing module from the WebRTC project (http://code.google.com/p/webrtc/) . Headers and libraries for developing applications using libwebrtc-audio-processing Package: libwebrtc-audio-processing-0 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: AudioProcessing module from the WebRTC project. Audio processing library (echo-cancellation, gain control etc) around the AudioProcessing module from the WebRTC project (http://code.google.com/p/webrtc/) debian/source/0000775000000000000000000000000011755775765010521 5ustar debian/source/format0000664000000000000000000000001411755775765011727 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211755775765010417 0ustar 9 debian/rules0000775000000000000000000000071412272006233010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf