[Pkg-voip-commits] r7964 - in /opal/trunk/debian: changelog rules

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Thu Jan 14 17:57:36 UTC 2010


Author: dedu-guest
Date: Thu Jan 14 17:57:34 2010
New Revision: 7964

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7964
Log:
Disable celt codec, since celt is changing its API and upstream
source does not compile with the new 0.7.0 celt release (Closes: #556832)

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=7964&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Thu Jan 14 17:57:34 2010
@@ -2,6 +2,8 @@
 
   * NOT RELEASED YET
   [ Eugen Dedu ]
+  * Disable celt codec, since celt is changing its API and upstream
+    source does not compile with the new 0.7.0 celt release (Closes: #556832)
   * Remove some conflicts with non-official snapshot packages.
   * Remove unuseful libavcodec-dev from Build-Depends (it does not bring
     any new encoder and hurts non-official packages).

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=7964&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Thu Jan 14 17:57:34 2010
@@ -17,6 +17,9 @@
 DEB_MAKE_BUILD_TARGET := opt docs
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog*.txt
 DEB_DH_STRIP_ARGS += --exclude=simpleopal
+
+# celt changes its API too fast, so upstream does not keep track with them
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-celt
 
 makebuilddir/libopal-dev::
 	if [ -d plugins/audio/iLBC ];then \




More information about the Pkg-voip-commits mailing list