[Pkg-voip-commits] r8522 - in /asterisk/trunk/debian: TODO.Debian backports/lenny changelog control
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Sun Jun 20 13:11:37 UTC 2010
Author: tzafrir
Date: Sun Jun 20 13:11:30 2010
New Revision: 8522
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8522
Log:
Do use libresample (app_jack, codec_resample).
Modified:
asterisk/trunk/debian/TODO.Debian
asterisk/trunk/debian/backports/lenny
asterisk/trunk/debian/changelog
asterisk/trunk/debian/control
Modified: asterisk/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/TODO.Debian?rev=8522&op=diff
==============================================================================
--- asterisk/trunk/debian/TODO.Debian (original)
+++ asterisk/trunk/debian/TODO.Debian Sun Jun 20 13:11:30 2010
@@ -3,10 +3,6 @@
on Lenny kernel (>= 2.6.25). But if it dies we lose the effect of
real-time priority.
* Canary is not killed when Asterisk is stopped.
-* libresample is now an ITP: #531590
- - Test that building Asterisk with it enables codec_resample and app_jack
- - Add it as a build dependency when it get past New.
-* openr2 should now be available. ITP: #524118.
* Some man pages to write.
* Remove the TeX sources from the package asterisk-doc .
* Package sound files properly. Maybe in a separate package altogether?
Modified: asterisk/trunk/debian/backports/lenny
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/backports/lenny?rev=8522&op=diff
==============================================================================
--- asterisk/trunk/debian/backports/lenny (original)
+++ asterisk/trunk/debian/backports/lenny Sun Jun 20 13:11:30 2010
@@ -3,5 +3,6 @@
# Backport current Asterisk to (Lenny + pkg-voip packages):
sed -i -e 's#^ libcap-dev# libcap2-dev#' debian/control
+sed -i -e '/libresample1-dev/d' debian/control
exit 0
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=8522&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sun Jun 20 13:11:30 2010
@@ -8,8 +8,9 @@
* Patch dahdi_event_removed_dchan: close file descriptors when disconnecting
a PRI/BRI Astribank as well. THIS PATCH IS NOT YET TESTED. REMOVE BEFORE
UPLOADING.
-
- -- Tzafrir Cohen <tzafrir at debian.org> Fri, 18 Jun 2010 01:15:59 +0300
+ * Do use libresample (app_jack, codec_resample).
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Sun, 20 Jun 2010 16:07:33 +0300
asterisk (1:1.6.2.7-1) unstable; urgency=low
Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=8522&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Sun Jun 20 13:11:30 2010
@@ -40,6 +40,7 @@
libcap-dev (>= 1:2.16-4) | libcap2-dev,
libspandsp-dev,
libopenr2-dev,
+ libresample1-dev,
libopenais-dev,
zlib1g-dev
Standards-Version: 3.8.4
More information about the Pkg-voip-commits
mailing list