packages: asterisk/asterisk.spec, asterisk/external-libedit.patch, asterisk...

arekm arekm at pld-linux.org
Fri Jan 20 23:50:33 CET 2012


Author: arekm                        Date: Fri Jan 20 22:50:33 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 10.0.1; use explict config as SOURCE12 and 13; bluetooth is back and some other modules

---- Files affected:
packages/asterisk:
   asterisk.spec (1.201 -> 1.202) , external-libedit.patch (1.5 -> 1.6) , menuselect.makedeps (NONE -> 1.1)  (NEW), menuselect.makeopts (NONE -> 1.1)  (NEW), asterisk-chan_bluetooth.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/asterisk/asterisk.spec
diff -u packages/asterisk/asterisk.spec:1.201 packages/asterisk/asterisk.spec:1.202
--- packages/asterisk/asterisk.spec:1.201	Wed Dec 14 14:37:26 2011
+++ packages/asterisk/asterisk.spec	Fri Jan 20 23:50:28 2012
@@ -3,7 +3,6 @@
 # - cgi-bin package - separate, because of suid-root
 # - use shared versions of LIBILBC:=ilbc/libilbc.a (ilbc not enabled currently)
 # - CFLAGS passing
-# - fix bluetooth patch
 # - make package for moh sound files
 # - likely odbc and imap broken (identical code, some #define not working, etc):
 #   *** WARNING: identical binaries are copied, not linked:
@@ -25,7 +24,6 @@
 #
 # Conditional build:
 %bcond_with	rxfax		# without rx (also tx:-D) fax
-%bcond_with	bluetooth	# without bluetooth support (NFT)
 %bcond_with	zhone		# zhone hack
 %bcond_with	zhone_hack	# huge hack workarounding broken zhone channel banks which start randomly
 				# issuing pulse-dialled calls to weird numbers
@@ -36,21 +34,24 @@
 %bcond_without	verbose		# verbose build
 
 %define		spandsp_version 0.0.2pre26
-%define		rel	1	
+%define		rel	1
 Summary:	Asterisk PBX
 Summary(pl.UTF-8):	Centralka (PBX) Asterisk
 Name:		asterisk
-Version:	1.8.7.2
+Version:	10.0.1
 Release:	%{rel}%{?with_bristuff:.bristuff}
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://downloads.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	27ab62d75be35e623e4798d58a0959fc
+# Source0-md5:	b8eaff7832fe46fc764030ed46df617c
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source5:	%{name}.logrotate
 Source10:	app_txfax.c
 Source11:	app_rxfax.c
+# menuselect.* -> make menuconfig; choose options; copy resulting files here
+Source12:	menuselect.makedeps
+Source13:	menuselect.makeopts
 Patch0:		mxml-system.patch
 Patch1:		lua51-path.patch
 Patch2:		%{name}-no_k6_on_sparc.patch
@@ -63,7 +64,6 @@
 Patch9:		pld-banner.patch
 # http://soft-switch.org/downloads/spandsp/spandsp-%{spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
 Patch10:	%{name}-txfax-Makefile.patch
-Patch11:	%{name}-chan_bluetooth.patch
 Patch12:	%{name}-zhone.patch
 # http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff
 Patch13:	%{name}-bristuff.patch
@@ -79,7 +79,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
-%{?with_bluetooth:BuildRequires: bluez-devel}
+BuildRequires:	bluez-libs-devel
 BuildRequires:	curl-devel
 BuildRequires:	dahdi-linux-devel
 BuildRequires:	dahdi-tools-devel >= 2.0.0
@@ -558,7 +558,6 @@
 cp %{SOURCE10} .
 cp %{SOURCE11} .
 %endif
-%{?with_bluetooth:%patch11 -p1}
 %{?with_zhonehack:%patch12 -p1}
 %if %{with bristuff}
 %patch13 -p1
@@ -576,6 +575,13 @@
 # avoid using these
 rm -rf imap menuselect/mxml main/editline codecs/gsm codecs/lpc10
 
+install %{SOURCE12} .
+install %{SOURCE13} .
+
+%if %{without h323}
+sed -i -e 's#\(MENUSELECT_ADDONS=.*\)#\1 chan_ooh323#g' menuselect.makeopts
+%endif
+
 %build
 rm -f pbx/.depend
 
@@ -613,12 +619,6 @@
 
 cp -f .cleancount .lastclean
 
-%if %{with h323}
-# included conditionally, so make sure its there first
-%{__make} -C channels/h323 Makefile.ast \
-	%{?with_verbose:NOISY_BUILD=yes} \
-%endif
-
 %{__make} DEBUG= \
 	OPTIMIZE= \
 	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
@@ -672,27 +672,6 @@
 	%{?with_verbose:NOISY_BUILD=yes} \
 %endif
 
-%{__make} \
-	DEBUG= \
-	OPTIMIZE= \
-	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
-	ASTDATADIR=%{_datadir}/asterisk \
-	ASTVARLIBDIR=%{_datadir}/asterisk \
-	ASTDBDIR=%{_localstatedir}/spool/asterisk \
-	%{?with_verbose:NOISY_BUILD=yes} \
-	CHANNEL_LIBS+=chan_bluetooth.so || :
-
-# rerun needed; asterisk wants that
-%{__make} \
-	DEBUG= \
-	OPTIMIZE= \
-	ASTVARRUNDIR=%{_localstatedir}/run/asterisk \
-	ASTDATADIR=%{_datadir}/asterisk \
-	ASTVARLIBDIR=%{_datadir}/asterisk \
-	ASTDBDIR=%{_localstatedir}/spool/asterisk \
-	%{?with_verbose:NOISY_BUILD=yes} \
-	CHANNEL_LIBS+=chan_bluetooth.so
-
 # safe checks
 %{?with_bristuff:objdump -p channels/chan_zap.so | grep -qE 'NEEDED +libgsmat\.so' || exit 1}
 
@@ -769,7 +748,7 @@
 %endif
 
 #fixme
-rm  $RPM_BUILD_ROOT/etc/asterisk/{app_mysql,cdr_mysql,chan_mobile,chan_ooh323,misdn%{!?with_h323:,h323},res_config_mysql,res_pktccops}.conf
+rm  $RPM_BUILD_ROOT/etc/asterisk/{app_mysql,cdr_mysql,chan_mobile,misdn%{!?with_h323:,chan_ooh323},res_pktccops,h323}.conf
 
 rm -fr $RPM_BUILD_ROOT/usr/include/asterisk/doxygen
 
@@ -811,6 +790,8 @@
 
 #%attr(755,root,root) %{_sbindir}/aelparse
 %attr(755,root,root) %{_sbindir}/astcanary
+%attr(755,root,root) %{_sbindir}/astdb2bdb
+%attr(755,root,root) %{_sbindir}/astdb2sqlite3
 %attr(755,root,root) %{_sbindir}/asterisk
 %attr(755,root,root) %{_sbindir}/astgenkey
 %attr(755,root,root) %{_sbindir}/autosupport
@@ -849,6 +830,7 @@
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cli_aliases.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cli_permissions.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/codecs.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/confbridge.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dnsmgr.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dsp.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/dundi.conf
@@ -871,6 +853,7 @@
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/phoneprov.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/queuerules.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/queues.conf
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/res_config_mysql.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/res_stun_monitor.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/rpt.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/rtp.conf
@@ -924,12 +907,10 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_queue.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_read.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_readexten.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/app_readfile.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_record.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_sayunixtime.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_senddtmf.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_sendtext.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/app_setcallerid.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_sms.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_softhangup.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_speech_utils.so
@@ -961,6 +942,7 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_bridge.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_iax2.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_local.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/chan_mobile.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_mgcp.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_multicast_rtp.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/chan_phone.so
@@ -983,7 +965,6 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/format_siren14.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/format_siren7.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/format_sln.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/format_sln16.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/format_vox.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/format_wav.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_aes.so
@@ -1007,6 +988,7 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_global.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_groupcount.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_iconv.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/func_jitterbuffer.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_lock.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_logic.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/func_math.so
@@ -1039,10 +1021,13 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_calendar_ews.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_calendar_exchange.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_calendar_icalendar.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_config_mysql.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_clialiases.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_clioriginate.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_convert.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_crypto.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_format_attr_celt.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/res_format_attr_silk.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_limit.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_monitor.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_mutestream.so
@@ -1134,7 +1119,7 @@
 %defattr(644,root,root,755)
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/meetme.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/chan_dahdi.conf
-%attr(755,root,root) %{_libdir}/asterisk/modules/app_dahdibarge.so
+#%attr(755,root,root) %{_libdir}/asterisk/modules/app_dahdibarge.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_dahdiras.so
 #%attr(755,root,root) %{_libdir}/asterisk/modules/app_dahdiscan.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/app_flash.so
@@ -1169,8 +1154,8 @@
 %if %{with h323}
 %files h323
 %defattr(644,root,root,755)
-%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/h323.conf
-%attr(755,root,root) %{_libdir}/asterisk/modules/chan_h323.so
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/chan_ooh323.conf
+%attr(755,root,root) %{_libdir}/asterisk/modules/chan_ooh323.so
 %endif
 
 %files http
@@ -1299,7 +1284,7 @@
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/cel_sqlite3_custom.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/res_config_sqlite.conf
 %attr(755,root,root) %{_libdir}/asterisk/modules/cdr_sqlite3_custom.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/cdr_sqlite.so
+#%attr(755,root,root) %{_libdir}/asterisk/modules/cdr_sqlite.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/cel_sqlite3_custom.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_config_sqlite.so
 
@@ -1318,7 +1303,7 @@
 %files usbradio
 %defattr(644,root,root,755)
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/usbradio.conf
-#%attr(755,root,root) %{_libdir}/asterisk/modules/chan_usbradio.so
+%attr(755,root,root) %{_libdir}/asterisk/modules/chan_usbradio.so
 
 %files voicemail
 %defattr(644,root,root,755)
@@ -1350,6 +1335,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.202  2012/01/20 22:50:28  arekm
+- up to 10.0.1; use explict config as SOURCE12 and 13; bluetooth is back and some other modules
+
 Revision 1.201  2011/12/14 13:37:26  jajcus
 - Version: 1.8.7.2 (security update: AST-2011-012, AST-2011-013, AST-2011-014)
 

================================================================
Index: packages/asterisk/external-libedit.patch
diff -u packages/asterisk/external-libedit.patch:1.5 packages/asterisk/external-libedit.patch:1.6
--- packages/asterisk/external-libedit.patch:1.5	Sat Oct 23 11:49:02 2010
+++ packages/asterisk/external-libedit.patch	Fri Jan 20 23:50:28 2012
@@ -77,17 +77,17 @@
  
  $(OBJS): _ASTCFLAGS+=-DAST_MODULE=\"core\"
  
--$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
-+$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
+-$(MAIN_TGT): $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS)
++$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS)
  	@$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS)
--	$(ECHO_PREFIX) echo "   [LD] $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) -> $@"
-+	$(ECHO_PREFIX) echo "   [LD] $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) -> $@"
+-	$(ECHO_PREFIX) echo "   [LD] $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) -> $@"
++	$(ECHO_PREFIX) echo "   [LD] $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) -> $@"
  ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),)
--	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
-+	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+-	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS)
++	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
  else
--	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
-+	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
+-	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) editline/libedit.a $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS)
++	$(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(_ASTLDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $(OBJS) $(LIBEDIT_OBJ) $(AST_EMBED_LDSCRIPTS) buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB)
  endif
  
  ifeq ($(GNU_LD),1)

================================================================
Index: packages/asterisk/menuselect.makedeps
diff -u /dev/null packages/asterisk/menuselect.makedeps:1.1
--- /dev/null	Fri Jan 20 23:50:33 2012
+++ packages/asterisk/menuselect.makedeps	Fri Jan 20 23:50:28 2012
@@ -0,0 +1,114 @@
+MENUSELECT_DEPENDS_chan_mobile=BLUETOOTH 
+MENUSELECT_DEPENDS_res_config_mysql=MYSQLCLIENT 
+MENUSELECT_DEPENDS_app_mysql=MYSQLCLIENT 
+MENUSELECT_DEPENDS_cdr_mysql=MYSQLCLIENT 
+MENUSELECT_DEPENDS_app_flash=DAHDI 
+MENUSELECT_DEPENDS_app_page=DAHDI 
+MENUSELECT_DEPENDS_app_dahdiras=DAHDI 
+MENUSELECT_DEPENDS_app_fax=SPANDSP 
+MENUSELECT_DEPENDS_app_jack=JACK RESAMPLE 
+MENUSELECT_DEPENDS_app_osplookup=OSPTK OPENSSL 
+MENUSELECT_DEPENDS_app_rpt=DAHDI TONEZONE 
+MENUSELECT_DEPENDS_app_dahdibarge=DAHDI 
+MENUSELECT_DEPENDS_app_meetme=DAHDI 
+MENUSELECT_DEPENDS_cdr_syslog=SYSLOG 
+MENUSELECT_DEPENDS_cdr_pgsql=PGSQL 
+MENUSELECT_DEPENDS_cdr_radius=RADIUS 
+MENUSELECT_DEPENDS_cdr_sqlite3_custom=SQLITE3 
+MENUSELECT_DEPENDS_cdr_tds=FREETDS 
+MENUSELECT_DEPENDS_cdr_sqlite=SQLITE 
+MENUSELECT_DEPENDS_cel_pgsql=PGSQL 
+MENUSELECT_DEPENDS_cel_radius=RADIUS 
+MENUSELECT_DEPENDS_cel_sqlite3_custom=SQLITE3 
+MENUSELECT_DEPENDS_cel_tds=FREETDS 
+MENUSELECT_DEPENDS_chan_dahdi=DAHDI TONEZONE PRI SS7 OPENR2 
+MENUSELECT_DEPENDS_chan_iax2=CRYPTO 
+MENUSELECT_DEPENDS_chan_alsa=ALSA 
+MENUSELECT_DEPENDS_chan_console=PORTAUDIO 
+MENUSELECT_DEPENDS_chan_gtalk=IKSEMEL OPENSSL 
+MENUSELECT_DEPENDS_chan_jingle=IKSEMEL OPENSSL 
+MENUSELECT_DEPENDS_chan_misdn=ISDNNET MISDN SUPPSERV 
+MENUSELECT_DEPENDS_chan_nbs=NBS 
+MENUSELECT_DEPENDS_chan_oss=OSS 
+MENUSELECT_DEPENDS_chan_phone=IXJUSER 
+MENUSELECT_DEPENDS_chan_usbradio=OSS ALSA USB 
+MENUSELECT_DEPENDS_chan_vpb=VPB 
+MENUSELECT_DEPENDS_chan_h323=OPENH323 
+MENUSELECT_DEPENDS_codec_dahdi=DAHDI 
+MENUSELECT_DEPENDS_codec_gsm=GSM 
+MENUSELECT_DEPENDS_codec_speex=SPEEX SPEEX_PREPROCESS SPEEXDSP 
+MENUSELECT_DEPENDS_codec_lpc10=LPC10 
+MENUSELECT_DEPENDS_format_ogg_vorbis=VORBIS OGG 
+MENUSELECT_DEPENDS_func_aes=CRYPTO 
+MENUSELECT_DEPENDS_func_curl=CURL 
+MENUSELECT_DEPENDS_func_iconv=ICONV 
+MENUSELECT_DEPENDS_func_speex=SPEEX SPEEX_PREPROCESS SPEEXDSP 
+MENUSELECT_DEPENDS_pbx_dundi=ZLIB CRYPTO 
+MENUSELECT_DEPENDS_pbx_lua=LUA 
+MENUSELECT_DEPENDS_res_calendar_caldav=NEON ICAL LIBXML2 
+MENUSELECT_DEPENDS_res_calendar_ews=NEON29 
+MENUSELECT_DEPENDS_res_calendar_exchange=NEON ICAL IKSEMEL 
+MENUSELECT_DEPENDS_res_calendar_icalendar=NEON ICAL 
+MENUSELECT_DEPENDS_res_config_curl=CURL 
+MENUSELECT_DEPENDS_res_crypto=OPENSSL 
+MENUSELECT_DEPENDS_res_curl=CURL 
+MENUSELECT_DEPENDS_res_http_post=GMIME 
+MENUSELECT_DEPENDS_res_odbc=GENERIC_ODBC LTDL 
+MENUSELECT_DEPENDS_res_srtp=SRTP 
+MENUSELECT_DEPENDS_res_timing_dahdi=DAHDI 
+MENUSELECT_DEPENDS_res_timing_timerfd=TIMERFD 
+MENUSELECT_DEPENDS_res_ais=AIS 
+MENUSELECT_DEPENDS_res_config_ldap=LDAP 
+MENUSELECT_DEPENDS_res_config_pgsql=PGSQL 
+MENUSELECT_DEPENDS_res_config_sqlite=SQLITE 
+MENUSELECT_DEPENDS_res_fax_spandsp=SPANDSP 
+MENUSELECT_DEPENDS_res_jabber=IKSEMEL OPENSSL 
+MENUSELECT_DEPENDS_res_snmp=NETSNMP 
+MENUSELECT_DEPENDS_res_timing_kqueue=KQUEUE 
+MENUSELECT_DEPENDS_test_acl=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_amihooks=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_aoc=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_app=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_ast_format_str_reduce=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_astobj2=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_db=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_devicestate=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_dlinklists=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_event=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_expr=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_format_api=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_func_file=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_gosub=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_heap=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_linkedlists=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_locale=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_logger=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_netsock2=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_pbx=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_poll=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_sched=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_security_events=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_skel=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_stringfields=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_strings=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_substitution=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_time=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_test_utils=TEST_FRAMEWORK 
+MENUSELECT_DEPENDS_REBUILD_PARSERS=BISON FLEX 
+MENUSELECT_DEPENDS_BETTER_BACKTRACES=BFD DLADDR 
+MENUSELECT_DEPENDS_USE_HOARD_ALLOCATOR=HOARD 
+MENUSELECT_DEPENDS_ODBC_STORAGE=GENERIC_ODBC LTDL 
+MENUSELECT_DEPENDS_IMAP_STORAGE=IMAP_TK OPENSSL 
+MENUSELECT_DEPENDS_astman=NEWT 
+MENUSELECT_DEPENDS_smsq=POPT 
+MENUSELECT_DEPENDS_EMBED_ADDONS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_APPS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_BRIDGES=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_CDR=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_CHANNELS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_CODECS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_FORMATS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_FUNCS=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_PBX=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_RES=GNU_LD 
+MENUSELECT_DEPENDS_EMBED_TEST=GNU_LD 

================================================================
Index: packages/asterisk/menuselect.makeopts
diff -u /dev/null packages/asterisk/menuselect.makeopts:1.1
--- /dev/null	Fri Jan 20 23:50:33 2012
+++ packages/asterisk/menuselect.makeopts	Fri Jan 20 23:50:28 2012
@@ -0,0 +1,53 @@
+MENUSELECT_ADDONS=format_mp3 app_mysql app_saycountpl cdr_mysql 
+MENUSELECT_APPS=app_skel app_fax app_ivrdemo app_rpt app_saycounted app_dahdibarge app_readfile app_setcallerid 
+MENUSELECT_BRIDGES=
+MENUSELECT_CDR=cdr_sqlite 
+MENUSELECT_CEL=
+MENUSELECT_CHANNELS=chan_misdn chan_nbs chan_vpb chan_h323 
+MENUSELECT_CODECS=codec_ilbc 
+MENUSELECT_FORMATS=
+MENUSELECT_FUNCS=
+MENUSELECT_PBX=
+MENUSELECT_RES=res_pktccops res_timing_kqueue 
+MENUSELECT_TESTS=test_acl test_amihooks test_aoc test_app test_ast_format_str_reduce test_astobj2 test_db test_devicestate test_dlinklists test_event test_expr test_format_api test_func_file test_gosub test_heap test_linkedlists test_locale test_logger test_netsock2 test_pbx test_poll test_sched test_security_events test_skel test_stringfields test_strings test_substitution test_time test_utils 
+MENUSELECT_CFLAGS=LOADABLE_MODULES 
+MENUSELECT_OPTS_app_voicemail=FILE_STORAGE 
+MENUSELECT_UTILS=astcanary astdb2sqlite3 astdb2bdb 
+MENUSELECT_AGIS=
+MENUSELECT_EMBED=
+MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM 
+MENUSELECT_MOH=MOH-OPSOUND-WAV 
+MENUSELECT_EXTRA_SOUNDS=
+MENUSELECT_BUILD_DEPS=chan_local app_voicemail app_meetme res_monitor res_agi res_adsi res_smdi res_odbc res_crypto res_jabber res_ael_share res_fax G711_NEW_ALGORITHM chan_usbradio 
+MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_misdn
+MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_nbs
+MENUSELECT_DEPSFAILED=MENUSELECT_RES=res_timing_kqueue
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_acl
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_amihooks
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_aoc
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_app
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_ast_format_str_reduce
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_astobj2
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_db
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_devicestate
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_dlinklists
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_event
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_expr
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_format_api
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_func_file
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_gosub
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_heap
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_linkedlists
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_locale
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_logger
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_netsock2
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_pbx
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_poll
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_sched
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_security_events
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_skel
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_stringfields
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_strings
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_substitution
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_time
+MENUSELECT_DEPSFAILED=MENUSELECT_TESTS=test_utils
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/asterisk.spec?r1=1.201&r2=1.202&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/external-libedit.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list