Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
asterisk180
> asterisk-sound.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File asterisk-sound.patch of Package asterisk180
--- sounds/Makefile.orig 2010-12-29 20:28:36.000000000 +0100 +++ sounds/Makefile 2011-03-13 19:18:39.109946560 +0100 @@ -81,55 +81,52 @@ ifneq ($(SOUNDS_CACHE_DIR),) define sound_format_lang_rule -$(1)/.asterisk-$(2)$(if $(3),-$(3),)-%: have_download - $(CMD_PREFIX)PACKAGE=$$(subst $(1)/.asterisk,asterisk,$$@).tar.gz; \ - if test ! -f $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE}; then \ - (cd $$(SOUNDS_CACHE_DIR); $$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE}); \ - fi; \ - if test ! -f $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE}.sha1; then \ - (cd $$(SOUNDS_CACHE_DIR); $$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE}.sha1); \ +$$($(1))/.asterisk-$(2)$(if $(3),-$(3),)-%: have_download + $(CMD_PREFIX)PACKAGE=$$(subst $$($(1))/.asterisk,asterisk,$$@).tar.gz; \ + if test ! -f $$$${PACKAGE}; then \ + if test ! -f $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE}; then \ + (cd $$(SOUNDS_CACHE_DIR); \ + ( \ + $$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE} && \ + $$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE}.sha1 && \ + $$(SHA1SUM) -c --status $$$${PACKAGE}.sha1 \ + ) || \ + (echo "Bad checksum: $$$${PACKAGE}" 1>&2; exit 1) \ + ); \ + fi; \ + $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE} .; \ fi; \ - $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE} .; \ - $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE}.sha1 .; \ - $$(SHA1SUM) -c --status $$$${PACKAGE}.sha1 || \ - ( \ - rm -f $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE} $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE}.sha1 $$$${PACKAGE} $$$${PACKAGE}.sha1; \ - echo "Bad checksum: $$$${PACKAGE}" 1>&2; \ - exit 1; \ - ) || exit 1; \ - rm -f $$(subst -$(4),,$$@)-*; \ - (cd $(1)$(if $(3),/$(3),); cat $$(CURDIR)/$$$${PACKAGE} | gzip -d | tar xof -) && touch $$@ + $(if $($(4)_VERSION),rm -f $$(subst -$$($(4)_VERSION),,$$@)-*,); \ + (cd $$($(1))$(if $(3),/$(3),); cat $$(CURDIR)/$$$${PACKAGE} | gzip -d | tar xof -) && touch $$@ endef define sound_download_rule asterisk-$(1)-%.tar.gz: have_download - $(CMD_PREFIX) \ + $(CMD_PREFIX)if test ! -f $$@ && test ! -f $$(SOUNDS_DIR)/.$$(subst .tar.gz,,$/$@); then \ if test ! -f $$(SOUNDS_CACHE_DIR)/$$@; then \ - (cd $$(SOUNDS_CACHE_DIR); $$(DOWNLOAD) $$(SOUNDS_URL)/$$@); \ - fi; \ - if test ! -f $$(SOUNDS_CACHE_DIR)/$$@.sha1; then \ - (cd $$(SOUNDS_CACHE_DIR); $$(DOWNLOAD) $$(SOUNDS_URL)/$$@.sha1); \ - fi; \ - $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$@ .; \ - $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$@.sha1 .; \ - $$(SHA1SUM) -c --status $$@.sha1 || \ - ( \ - rm -f $$(SOUNDS_CACHE_DIR)/$$@ $$(SOUNDS_CACHE_DIR)/$$@.sha1 $$@ $$@.sha1; \ - echo "Bad checksum: $$@" 1>&2; \ - exit 1; \ - ) || exit 1 + (cd $$(SOUNDS_CACHE_DIR); \ + ( \ + $$(DOWNLOAD) $$(SOUNDS_URL)/$$@ && \ + $$(DOWNLOAD) $$(SOUNDS_URL)/$$@.sha1 && \ + $$(SHA1SUM) -c --status $$@.sha1 \ + ) || \ + (echo "Bad checksum: $$@" 1>&2; exit 1) \ + ); \ + fi; \ + $(LN) -sf $$(SOUNDS_CACHE_DIR)/$$@ .; \ + fi endef else define sound_format_lang_rule -$(1)/.asterisk-$(2)$(if $(3),-$(3),)-%: have_download - $(CMD_PREFIX)PACKAGE=$$(subst $(1)/.asterisk,asterisk,$$@).tar.gz; \ +$$($(1))/.asterisk-$(2)$(if $(3),-$(3),)-%: have_download + $(CMD_PREFIX)PACKAGE=$$(subst $$($(1))/.asterisk,asterisk,$$@).tar.gz; \ if test ! -f $$$${PACKAGE}; then \ - $$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE} || exit 1; \ + ($$(DOWNLOAD) $$(SOUNDS_URL)/$$$${PACKAGE} || exit 1); \ fi; \ - rm -f $$(subst -$(4),,$$@)-*; \ - (cd $(1)$(if $(3),/$(3),); cat $$(CURDIR)/$$$${PACKAGE} | gzip -d | tar xof -) && touch $$@ + $(if $($(4)_VERSION),rm -f $$(subst -$$($(4)_VERSION),,$$@)-*,); \ + (cd $$($(1))$(if $(3),/$(3),); cat $$(CURDIR)/$$$${PACKAGE} | gzip -d | tar xof -) && touch $$@ endef define sound_download_rule @@ -165,25 +162,25 @@ exit 1; \ fi -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,en,$(CORE_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,core-sounds,en,CORE_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,en_AU,$(CORE_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,core-sounds,en_AU,CORE_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,es,$(CORE_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,core-sounds,es,CORE_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,fr,$(CORE_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,core-sounds,fr,CORE_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,en,$(EXTRA_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,extra-sounds,en,EXTRA_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,es,$(EXTRA_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,extra-sounds,es,EXTRA_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,fr,$(EXTRA_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,SOUNDS_DIR,extra-sounds,fr,EXTRA_SOUNDS)) -$(eval $(call sound_format_lang_rule,$(MOH_DIR),moh,,$(MOH_VERSION))) +$(eval $(call sound_format_lang_rule,MOH_DIR,moh,,MOH)) -$(eval $(call sound_download_rule,core-sounds)) +$(eval $(call sound_download_rule,core)) -$(eval $(call sound_download_rule,extra-sounds)) +$(eval $(call sound_download_rule,extra)) $(eval $(call sound_download_rule,moh)) @@ -193,7 +190,7 @@ $(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(SOUNDS_CACHE_DIR): mkdir -p $@ -install: prefixcmd $(SOUNDS_CACHE_DIR) $(SOUNDS_DIR)/en $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS) +install: prefixcmd $(SOUNDS_CACHE_DIR) $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS) uninstall: rm -rf $(SOUNDS_DIR)