Skip to content

Commit

Permalink
contrib: use speex 1.2rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatth committed Dec 6, 2014
1 parent bae26a1 commit b7c4173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions contrib/src/speex/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
557cf22ed7085dba94d92963cf4a4b5030a1f7f9936783ba427378d60dd7881a886687fb987b3c951120728009fb47054091e2d7d5e3dfcc6912b51ffdfbb97e speex-1.2rc2.tar.gz
20 changes: 5 additions & 15 deletions contrib/src/speex/rules.mak
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
# 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
Expand Down

0 comments on commit b7c4173

Please sign in to comment.