[Pkg-voip-commits] r7027 - in /opal/branches/experimental/debian: changelog control copyright rules

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Thu Apr 23 07:47:22 UTC 2009


Author: dedu-guest
Date: Thu Apr 23 07:47:22 2009
New Revision: 7027

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7027
Log:
Build-Depends on libcelt-dev

Modified:
    opal/branches/experimental/debian/changelog
    opal/branches/experimental/debian/control
    opal/branches/experimental/debian/copyright
    opal/branches/experimental/debian/rules

Modified: opal/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/experimental/debian/changelog?rev=7027&op=diff
==============================================================================
--- opal/branches/experimental/debian/changelog (original)
+++ opal/branches/experimental/debian/changelog Thu Apr 23 07:47:22 2009
@@ -1,9 +1,12 @@
 opal (3.5.2~dfsg-1) UNRELEASED; urgency=low
 
+  [ Mark Purcell ]
   * (NOT RELEASED YET) New upstream release
-
+  * Build-Depends: libpt-dev (>= 2.4.2)
+
+  [ Eugen Dedu ]
   * debian/rules: Honour DEB_BUILD_OPTIONS parameter for parallel builds.
-  * Build-Depends: libpt-dev (>= 2.4.2)
+  * Build-Depends on libcelt-dev.
 
  -- Mark Purcell <msp at debian.org>  Fri, 03 Apr 2009 00:17:44 +1100
 

Modified: opal/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/experimental/debian/control?rev=7027&op=diff
==============================================================================
--- opal/branches/experimental/debian/control (original)
+++ opal/branches/experimental/debian/control Thu Apr 23 07:47:22 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>
-Build-Depends: debhelper, libpt-dev (>= 2.4.2), dpatch, doxygen, autotools-dev, pkg-config,  libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev
+Build-Depends: debhelper, libpt-dev (>= 2.4.2), dpatch, doxygen, autotools-dev, pkg-config,  libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev, libcelt-dev
 Build-Conflicts: libopal3.4.2, libopal3.4.1, libopal3.3-beta1, libopal-snapshot-dev, libopal-dev, libopal-2.2, libopal-2.2.0, libopal-2.2-ptrace, libopal-2.2-develop
 Standards-Version: 3.8.0.0
 Homepage: http://www.opalvoip.org/

Modified: opal/branches/experimental/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/experimental/debian/copyright?rev=7027&op=diff
==============================================================================
--- opal/branches/experimental/debian/copyright (original)
+++ opal/branches/experimental/debian/copyright Thu Apr 23 07:47:22 2009
@@ -474,6 +474,33 @@
  Mountain View, California  94043
 
 
+  + src/codec/celt
+  ----------------
+
+  This codec uses BSD license, as shown in the celtcodec.c:
+
+static struct PluginCodec_information licenseInfo = {
+    // Fri Dec 13 2008, 23:37:31 CET =
+    1229729851,
+
+    "Stefan Knoblich, axsentis GmbH",                            // source code author
+    "0.1",                                                       // source code version
+    "s.knoblich at axsentis.de",                                    // source code email
+    "http://oss.axsentis.de/",                                   // source code URL
+    "Copyright (C) 2008 axsentis GmbH",                          // source code copyright
+    "BSD license",                                               // source code license
+    PluginCodec_License_BSD,                                     // source code license
+    "CELT (ultra-low delay audio codec)",                        // codec description
+    "Jean-Marc Valin, Xiph Foundation.",                         // codec author
+    "",                                                          // codec version
+    "jean-marc.valin at hermes.usherb.ca",                          // codec email
+    "http://www.celt-codec.org",                                 // codec URL
+    "(C) 2008 Xiph.Org Foundation, All Rights Reserved",         // codec copyright information
+    "Xiph BSD license",                                          // codec license
+    PluginCodec_License_BSD                                      // codec license code
+};
+
+
   + src/codec/iLBC
   ----------------
 Removed from sources, as it is not distributable due to its license.

Modified: opal/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/experimental/debian/rules?rev=7027&op=diff
==============================================================================
--- opal/branches/experimental/debian/rules (original)
+++ opal/branches/experimental/debian/rules Thu Apr 23 07:47:22 2009
@@ -52,8 +52,7 @@
 build-arch: config.status build-arch-stamp
 
 config.status: patch-stamp autotools configure
-	#don't build h263-ffmpeg codec because it uses an unmaintained binary
-	./configure $(confflags) --prefix=/usr --disable-ffmpeg-h263
+	./configure $(confflags) --prefix=/usr
 
 autotools:
 	rm -f config.sub config.guess




More information about the Pkg-voip-commits mailing list