X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Ffreeswitch%2FMakefile;h=7f95b750887a315e597e15ed096a29af99a23983;hb=e13cef761e767857ce06f278437f2672e405540a;hp=967cb69913610cf8420cb20ba1ee69c5089e05c0;hpb=56cb9a32a1549272fb76f896b1a69a62360b7fff;p=packages.git diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 967cb6991..7f95b7508 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_VERSION:=1.0.7 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=079f48458e024a87c4ce6336a6f88d50a18d4f25 +PKG_REV:=0128bce4ac222c6e0ee17ee9f89b63678ff8cf97 +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=libtool @@ -87,6 +88,7 @@ FS_MOD_AVAILABLE:= \ python \ radius-cdr \ rss \ + rtmp \ say-de \ say-en \ say-es \ @@ -136,6 +138,7 @@ FS_MOD_AVAILABLE:= \ PKG_CONFIG_DEPENDS:= \ $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-mod-%,$(FS_MOD_AVAILABLE)) \ +include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME)/Default @@ -214,7 +217,6 @@ $(call Package/$(PKG_NAME)/Default) +$(PKG_NAME)-mod-hash \ +$(PKG_NAME)-mod-ilbc \ +$(PKG_NAME)-mod-local-stream \ - +$(PKG_NAME)-mod-logfile \ +$(PKG_NAME)-mod-lua \ +$(PKG_NAME)-mod-native-file \ +$(PKG_NAME)-mod-siren \ @@ -471,6 +473,8 @@ define Package/$(PKG_NAME)-tools/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_cli $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_encode $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_ivrd $(1)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/fsxs $(1)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/gentls_cert $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/tone2wav $(1)/usr/bin/ endef @@ -591,6 +595,7 @@ $(eval $(call BuildPlugin,portaudio-stream,format mod_portaudio_stream,mod_porta $(eval $(call BuildPlugin,python,Python language interface,mod_python,,@BROKEN)) # needs Python $(eval $(call BuildPlugin,radius-cdr,Radius-CDR interface,mod_radius_cdr,,@BROKEN)) # fails in freeradius-client $(eval $(call BuildPlugin,rss,RRS feeds via TTS,mod_rss,,)) +$(eval $(call BuildPlugin,rtmp,RTMP Protocol Handler,mod_rtmp,,)) $(eval $(call BuildPlugin,say-de,German say,mod_say_de,,)) $(eval $(call BuildPlugin,say-en,English say,mod_say_en,,)) $(eval $(call BuildPlugin,say-es,Spanish say,mod_say_es,,)) @@ -627,7 +632,7 @@ $(eval $(call BuildPlugin,stress,application mod_stress,mod_stress,,)) $(eval $(call BuildPlugin,syslog,SysLog logger,mod_syslog,,)) $(eval $(call BuildPlugin,tone-stream,Tone generation stream,mod_tone_stream,,)) $(eval $(call BuildPlugin,tts-commandline,ASR TTS cli,mod_tts_commandline,,)) -$(eval $(call BuildPlugin,unimrcp,MRCP interface,mod_unimrcp,,)) +$(eval $(call BuildPlugin,unimrcp,MRCP interface,mod_unimrcp,,@BROKEN)) $(eval $(call BuildPlugin,valet-parking,application mod_valet_parking,mod_valet_parking,,)) $(eval $(call BuildPlugin,vmd,VoiceMail beep detection,mod_vmd,,)) $(eval $(call BuildPlugin,voicemail,VoiceMail,mod_voicemail,,))