Re: [OpenWrt-Devel] [PATCH] 3/4 Latest Asterisk 1.4.21

2008-07-14 Thread RB
On 7/13/08, Michael Geddes <[EMAIL PROTECTED]> wrote:
> Update to asterisk 1.4.21   (yes there's a 1.4.21.1  but I haven't tested it)

Not sure why, but this hit GMail's spam filter for me.  Just an FYI -
hope it made it to everyone else.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] 3/4 Latest Asterisk 1.4.21

2008-07-13 Thread Michael Geddes
Update to asterisk 1.4.21   (yes there's a 1.4.21.1  but I haven't tested it)

Package 'rawplayer'  for asterisk.

Requires the tonezone patch for app-meetme

Disabled ilbc which required a separate (non-free) package.

Signed-off-by: Michael Geddes 

---
Index: patches/026-gsm-mips.patch
===
--- patches/026-gsm-mips.patch  (revision 11372)
+++ patches/026-gsm-mips.patch  (working copy)
@@ -1,30 +0,0 @@
-diff -Nru asterisk-1.4.5.org/codecs/gsm/Makefile 
asterisk-1.4.5/codecs/gsm/Makefile
 asterisk-1.4.5.org/codecs/gsm/Makefile 2007-02-17 01:31:42.0 
+0100
-+++ asterisk-1.4.5/codecs/gsm/Makefile 2007-06-22 09:13:13.0 +0200
-@@ -38,7 +38,7 @@
- # probably require gcc. 
- 
- ifeq (, $(findstring $(OSARCH) , Darwin SunOS ))
--ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b 
armeb ppc powerpc ppc64 ia64 s390 bfin mipsel ))
-+ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b 
armeb ppc powerpc ppc64 ia64 s390 bfin mipsel mips ))
- ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 ))
- OPTIMIZE+=-march=$(PROC)
- endif
-@@ -209,7 +209,7 @@
- # XXX should merge with GSM_OBJECTS
- ifeq ($(OSARCH),linux-gnu)
- ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l 
sparc64 parisc s390 ))
--ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel 
))
-+ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel 
mips ))
- GSM_SOURCES+= $(SRC)/k6opt.s
- endif
- endif
-@@ -261,7 +261,7 @@
- 
- ifeq ($(OSARCH),linux-gnu)
- ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l 
sparc64 parisc ))
--ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel ))
-+ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips 
))
- GSM_OBJECTS+= $(SRC)/k6opt.o
- endif
- endif
Index: patches/017-Makefile-no_march.patch
===
--- patches/017-Makefile-no_march.patch (revision 11372)
+++ patches/017-Makefile-no_march.patch (working copy)
@@ -1,7 +1,7 @@
-diff -Nru asterisk-1.4.5.org/Makefile asterisk-1.4.5/Makefile
 asterisk-1.4.5.org/Makefile2007-05-24 21:05:08.0 +0200
-+++ asterisk-1.4.5/Makefile2007-06-22 09:10:18.0 +0200
-@@ -200,7 +200,7 @@
+diff -Nru asterisk-1.4.18.org/Makefile asterisk-1.4.18/Makefile
+--- asterisk-1.4.18.org/Makefile   2008-01-29 18:21:33.0 +0100
 asterisk-1.4.19.1/Makefile 2008-03-02 19:39:23.0 +0100
+@@ -215,7 +215,7 @@
  endif
  
  ifneq ($(PROC),ultrasparc)
Index: patches/023-autoconf-chan_h323.patch
===
--- patches/023-autoconf-chan_h323.patch(revision 11372)
+++ patches/023-autoconf-chan_h323.patch(working copy)
@@ -1,7 +1,7 @@
-diff -ruN asterisk-1.4.9-old/acinclude.m4 asterisk-1.4.9-new/acinclude.m4
 asterisk-1.4.9-old/acinclude.m42007-09-04 17:20:27.0 +0200
-+++ asterisk-1.4.9-new/acinclude.m42007-09-04 17:17:04.0 +0200
-@@ -496,6 +496,7 @@
+diff -Nru asterisk-1.4.18.org/acinclude.m4 asterisk-1.4.18/acinclude.m4
+--- asterisk-1.4.18.org/acinclude.m4   2007-07-25 19:14:14.0 +0200
 asterisk-1.4.19.1/acinclude.m4 2008-03-02 19:40:27.0 +0100
+@@ -508,6 +508,7 @@
;;
esac
AC_MSG_RESULT(${OPENH323_BUILD})
@@ -9,10 +9,10 @@
  
AC_SUBST([OPENH323_SUFFIX])
AC_SUBST([OPENH323_BUILD])
-diff -ruN asterisk-1.4.9-old/configure.ac asterisk-1.4.9-new/configure.ac
 asterisk-1.4.9-old/configure.ac2007-09-04 17:20:27.0 +0200
-+++ asterisk-1.4.9-new/configure.ac2007-09-04 17:22:08.0 +0200
-@@ -807,7 +807,7 @@
+diff -Nru asterisk-1.4.18.org/configure.ac asterisk-1.4.18/configure.ac
+--- asterisk-1.4.18.org/configure.ac   2008-01-16 02:13:27.0 +0100
 asterisk-1.4.19.1/configure.ac 2008-03-02 19:40:27.0 +0100
+@@ -835,7 +835,7 @@
if test "${HAS_PWLIB:-unset}" != "unset"; then
AST_CHECK_OPENH323_PLATFORM()
  
Index: patches/013-chan_iax2-tmp_path.patch
===
--- patches/013-chan_iax2-tmp_path.patch(revision 11372)
+++ patches/013-chan_iax2-tmp_path.patch(working copy)
@@ -1,7 +1,7 @@
-diff -Nru asterisk-1.4.5.org/channels/chan_iax2.c 
asterisk-1.4.5/channels/chan_iax2.c
 asterisk-1.4.5.org/channels/chan_iax2.c2007-06-14 23:50:40.0 
+0200
-+++ asterisk-1.4.5/channels/chan_iax2.c2007-06-22 09:03:01.0 
+0200
-@@ -1376,7 +1376,7 @@
+diff -Nru asterisk-1.4.18.org/channels/chan_iax2.c 
asterisk-1.4.18/channels/chan_iax2.c
+--- asterisk-1.4.18.org/channels/chan_iax2.c   2008-01-31 20:52:49.0 
+0100
 asterisk-1.4.19.1/channels/