mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Updated asterisk (1.4.28) and libpri (1.4.10.2).
Removed alaw sounds.
This commit is contained in:
34
lfs/asterisk
34
lfs/asterisk
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.26.3
|
||||
VER = 1.4.28
|
||||
|
||||
THISAPP = asterisk-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -36,31 +36,34 @@ PAK_VER = 5
|
||||
|
||||
CHAN_CAPI = chan_capi-1.1.4
|
||||
|
||||
DEPS = "libpri libtiff libvorbis libogg spandsp dahdi netsnmpd"
|
||||
DEPS = "libpri libtiff libvorbis libogg spandsp netsnmpd"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE) \
|
||||
asterisk-1.4-de-prompts.tar.gz \
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz \
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz \
|
||||
asterisk-addons-1.4.9.tar.gz \
|
||||
agx-ast-addons-svn65.tgz \
|
||||
$(CHAN_CAPI).tar.gz
|
||||
asterisk-1.4-de-prompts.tar.gz \
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz \
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz \
|
||||
asterisk-moh-opsound-gsm.tar.gz \
|
||||
asterisk-addons-1.4.9.tar.gz \
|
||||
agx-ast-addons-svn65.tgz \
|
||||
$(CHAN_CAPI).tar.gz
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz = $(URL_IPFIRE)/asterisk-core-sounds-en-alaw-1.4.15.tar.gz
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz = $(URL_IPFIRE)/asterisk-core-sounds-en-gsm-1.4.16.tar.gz
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-extra-sounds-en-gsm-1.4.9.tar.gz
|
||||
asterisk-moh-opsound-gsm.tar.gz = $(URL_IPFIRE)/asterisk-moh-opsound-gsm.tar.gz
|
||||
asterisk-1.4-de-prompts.tar.gz = $(URL_IPFIRE)/asterisk-1.4-de-prompts.tar.gz
|
||||
asterisk-addons-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-addons-1.4.9.tar.gz
|
||||
agx-ast-addons-svn65.tgz = $(URL_IPFIRE)/agx-ast-addons-svn65.tgz
|
||||
$(CHAN_CAPI).tar.gz = $(URL_IPFIRE)/$(CHAN_CAPI).tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = 04017dfdc8caeb8f4663b5dc4a9e1019
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz_MD5 = e9531e871d5b24e7b83d3ef946390d40
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz_MD5 = 4fa1b8d096a66b3a39b6d0e52fe3f1ad
|
||||
$(DL_FILE)_MD5 = e8006ce319e18ce07ce1335ad583330a
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz_MD5 = 87145c1775141613d1471864dae12bdd
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz_MD5 = ffa11b9d0128735425c43b9ce445dedf
|
||||
asterisk-moh-opsound-gsm.tar.gz_MD5 = 1fa8246f532a08ecc359f5e428bd7f60
|
||||
asterisk-1.4-de-prompts.tar.gz_MD5 = 626a2b95071a5505851e43874dfbfd5c
|
||||
asterisk-addons-1.4.9.tar.gz_MD5 = 0c0ddf2386a9541e416e122ca082e611
|
||||
agx-ast-addons-svn65.tgz_MD5 = 9372d818cc68337658110f793d0fd8e0
|
||||
@@ -107,8 +110,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && cp -fv $(DIR_SRC)/config/asterisk/asterisk.makeopts menuselect.makeopts
|
||||
|
||||
# add additional sounds
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-core-sounds-en-alaw-1.4.15.tar.gz $(DIR_APP)/sounds/asterisk-core-sounds-en-alaw-1.4.15.tar.gz
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz $(DIR_APP)/sounds/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-core-sounds-en-gsm-1.4.16.tar.gz $(DIR_APP)/sounds/
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-extra-sounds-en-gsm-1.4.9.tar.gz $(DIR_APP)/sounds/
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-moh-opsound-gsm.tar.gz $(DIR_APP)/sounds/
|
||||
|
||||
# compile and install
|
||||
cd $(DIR_APP) && make $(MAKETUNING) all
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.10.1
|
||||
VER = 1.4.10.2
|
||||
|
||||
THISAPP = libpri-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 55ce81cd0b2cf0c40e287fc5bd5b4883
|
||||
$(DL_FILE)_MD5 = dc1523d8ee027cd62f20fc6cc9727489
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -81,5 +81,3 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make install KVERS=$(KVER)
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user