[Pkg-voip-commits] r10105 - in /opal/trunk/debian: changelog control copyright
dedu-guest at alioth.debian.org
dedu-guest at alioth.debian.org
Thu Feb 21 14:50:56 UTC 2013
Author: dedu-guest
Date: Thu Feb 21 14:50:56 2013
New Revision: 10105
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10105
Log:
Depend on libavcodec-extra-53 too (Closes: #695691)
Modified:
opal/trunk/debian/changelog
opal/trunk/debian/control
opal/trunk/debian/copyright
Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=10105&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Thu Feb 21 14:50:56 2013
@@ -2,6 +2,7 @@
[ Eugen Dedu ]
* Do not remove iLBC audio codec anymore, since it is free now
+ * Depend on libavcodec-extra-53 too (Closes: #695691)
-- Mark Purcell <msp at debian.org> Tue, 27 Nov 2012 21:28:55 +1100
Modified: opal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/control?rev=10105&op=diff
==============================================================================
--- opal/trunk/debian/control (original)
+++ opal/trunk/debian/control Thu Feb 21 14:50:56 2013
@@ -18,7 +18,7 @@
Package: libopal3.10.9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libspeex1, libspeexdsp1,
- libavcodec53
+ libavcodec53 | libavcodec-extra-53
Description: Open Phone Abstraction Library - successor of OpenH323
This package contains the shared version of the OPAL library.
.
Modified: opal/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/copyright?rev=10105&op=diff
==============================================================================
--- opal/trunk/debian/copyright (original)
+++ opal/trunk/debian/copyright Thu Feb 21 14:50:56 2013
@@ -499,12 +499,42 @@
+ src/codec/iLBC
----------------
-Removed from sources, as it is not distributable due to its license.
-
- iLBC Speech Coder ANSI-C Source Code
-
- Copyright (C) The Internet Society (2004).
- All Rights Reserved.
+From http://www.webrtc.org/ilbc-freeware:
+
+Global IP Solutions, the creator of iLBC, was acquired by Google in January 2011. Google continues to support the iLBC effort and is offering it as part of it's WebRTC open source effort. iLBC is now available under the same license as the WebRTC project. On this page, you will find material taken from the old ilbcfreeware.org page.
+
+From http://www.webrtc.org/license-rights/license:
+
+Copyright (c) 2011, The WebRTC project authors. All rights reserved.
+
+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.
+
+ plugins/audio/GSM0610
-----------------------
More information about the Pkg-voip-commits
mailing list