Commit b12194c9 authored by Tristan Matthews's avatar Tristan Matthews

contrib: use speex 1.2rc2

(cherry picked from commit b7c4173cb7cb5a4a8656abb4f1a59de6209562dd)
parent 6107c85a
557cf22ed7085dba94d92963cf4a4b5030a1f7f9936783ba427378d60dd7881a886687fb987b3c951120728009fb47054091e2d7d5e3dfcc6912b51ffdfbb97e speex-1.2rc2.tar.gz
# speex
#SPEEX_VERSION := 1.2rc1
#SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
SPEEX_VERSION := git
SPEEX_HASH := HEAD
SPEEX_GITURL := http://git.xiph.org/?p=speex.git;a=snapshot;h=$(SPEEX_HASH);sf=tgz
SPEEX_VERSION := 1.2rc2
SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
PKGS += speex
ifeq ($(call need_pkg,"speex >= 1.0.5"),)
PKGS_FOUND += speex
endif
#$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
# $(call download,$(SPEEX_URL))
$(TARBALLS)/speex-git.tar.gz:
$(call download,$(SPEEX_GITURL))
$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
$(call download,$(SPEEX_URL))
.sum-speex: speex-$(SPEEX_VERSION).tar.gz
$(warning $@ not implemented)
touch $@
speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex
rm -Rf $@-git $@
mkdir -p $@-git
$(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
$(UNPACK)
$(MOVE)
SPEEX_CONF := --disable-binaries
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment