forked from Mirrors/freeswitch
Add some modules to the debian build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14974 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e9eac219cb
commit
edfa18d405
|
@ -1,3 +1,9 @@
|
|||
freeswitch (1.0.4-1) unstable; urgency=low
|
||||
|
||||
* new
|
||||
|
||||
-- Mike Jerris <mike@jerris.com> Mon, 18 Feb 2009 17:39:00 -0500
|
||||
|
||||
freeswitch (1.0.3-1) unstable; urgency=low
|
||||
|
||||
* build: add targets cd-sounds[-install] and cd-moh[-install] for 48k sounds (r:11151)
|
||||
|
|
|
@ -2,7 +2,7 @@ Source: freeswitch
|
|||
Maintainer: Michal Bielicki <michal.bielicki@voiceworks.pl>
|
||||
Section: net
|
||||
Priority: extra
|
||||
Build-Depends: debhelper (>= 5), fakeroot, wget, automake1.9, autoconf, libtool, unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev, libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev, libdb-dev, libgnutls-dev, libtiff4-dev, python
|
||||
Build-Depends: debhelper (>= 5), fakeroot, wget, automake1.9, autoconf, libtool, unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev, libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev, libdb-dev, libgnutls-dev, libtiff4-dev, python, libmemcache-dev, memcached
|
||||
Standards-Version: 3.7.3
|
||||
|
||||
Package: freeswitch
|
||||
|
|
|
@ -7,6 +7,18 @@ opt/freeswitch/bin/fs_ivrd
|
|||
opt/freeswitch/bin/scripts/*
|
||||
opt/freeswitch/lib/libfreeswitch*.so*
|
||||
opt/freeswitch/lib/libopenzap*.so*
|
||||
opt/freeswitch/mod/mod_amr*
|
||||
opt/freeswitch/mod/mod_cidlookup*
|
||||
opt/freeswitch/mod/mod_curl*
|
||||
opt/freeswitch/mod/mod_easyroute*
|
||||
opt/freeswitch/mod/mod_lcr*
|
||||
opt/freeswitch/mod/mod_memcache*
|
||||
opt/freeswitch/mod/mod_nibblebill*
|
||||
opt/freeswitch/mod/mod_skypiax*
|
||||
opt/freeswitch/mod/mod_snom*
|
||||
opt/freeswitch/mod/mod_spy*
|
||||
opt/freeswitch/mod/mod_t38gateway*
|
||||
opt/freeswitch/mod/mod_vmd*
|
||||
opt/freeswitch/mod/mod_shout*
|
||||
opt/freeswitch/mod/mod_cdr_csv.so*
|
||||
opt/freeswitch/mod/mod_console.so*
|
||||
|
@ -102,6 +114,8 @@ opt/freeswitch/conf/directory/default.xml
|
|||
opt/freeswitch/conf/voicemail.tpl
|
||||
opt/freeswitch/conf/freeswitch.xml
|
||||
opt/freeswitch/conf/extensions.conf
|
||||
opt/freeswitch/conf/jingle_profiles/server.xml
|
||||
opt/freeswitch/conf/jingle_profiles/client.xml
|
||||
opt/freeswitch/conf/autoload_configs/openzap.conf.xml
|
||||
opt/freeswitch/conf/autoload_configs/ivr.conf.xml
|
||||
opt/freeswitch/conf/autoload_configs/shout.conf.xml
|
||||
|
@ -142,5 +156,5 @@ opt/freeswitch/conf/autoload_configs/easyroute.conf.xml
|
|||
opt/freeswitch/conf/autoload_configs/memcache.conf.xml
|
||||
opt/freeswitch/conf/autoload_configs/unicall.conf.xml
|
||||
opt/freeswitch/conf/autoload_configs/python.conf.xml
|
||||
opt/freeswitch/conf/jingle_profiles/server.xml
|
||||
opt/freeswitch/conf/jingle_profiles/client.xml
|
||||
opt/freeswitch/conf/autoload_configs/cidlookup.conf.xml
|
||||
opt/freeswitch/conf/autoload_configs/nibblebill.conf.xml
|
||||
|
|
|
@ -13,14 +13,16 @@ export SPIDERMONKEY_MODULES=languages/mod_spidermonkey languages/mod_spidermonke
|
|||
export APPLICATIONS_MODULES=applications/mod_commands applications/mod_conference applications/mod_dptools applications/mod_enum \
|
||||
applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_limit \
|
||||
applications/mod_rss applications/mod_voicemail applications/mod_fsv \
|
||||
applications/mod_fax
|
||||
applications/mod_fax applications/mod_cidlookup applications/mod_curl applications/mod_easyroute \
|
||||
applications/mod_lcr applications/mod_memcache applications/mod_nibblebill applications/mod_snom \
|
||||
applications/mod_spy applications/mod_t38gateway applications/mod_vmd
|
||||
export ASR_TTS_MODULES=
|
||||
export CODECS_MODULES=codecs/mod_ilbc codecs/mod_h26x codecs/mod_speex codecs/mod_voipcodecs codecs/mod_siren codecs/mod_celt
|
||||
export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_directory dialplans/mod_dialplan_xml
|
||||
export DIRECTORIES_MODULES=
|
||||
export DOTNET_MODULES=
|
||||
export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia \
|
||||
endpoints/mod_loopback ../../libs/openzap/mod_openzap
|
||||
endpoints/mod_loopback ../../libs/openzap/mod_openzap endpoints/mod_skypiax
|
||||
export EVENT_HANDLERS_MODULES=event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv
|
||||
export FORMATS_MODULES=formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout
|
||||
export LANGUAGES_MODULES=languages/mod_perl languages/mod_lua
|
||||
|
|
Loading…
Reference in New Issue