]> git.sesse.net Git - vlc/commitdiff
contrib: use speex 1.2rc2
authorTristan Matthews <tmatth@videolan.org>
Sat, 6 Dec 2014 22:40:25 +0000 (17:40 -0500)
committerTristan Matthews <tmatth@videolan.org>
Sat, 6 Dec 2014 23:08:59 +0000 (18:08 -0500)
contrib/src/speex/SHA512SUMS [new file with mode: 0644]
contrib/src/speex/rules.mak

diff --git a/contrib/src/speex/SHA512SUMS b/contrib/src/speex/SHA512SUMS
new file mode 100644 (file)
index 0000000..addff26
--- /dev/null
@@ -0,0 +1 @@
+557cf22ed7085dba94d92963cf4a4b5030a1f7f9936783ba427378d60dd7881a886687fb987b3c951120728009fb47054091e2d7d5e3dfcc6912b51ffdfbb97e  speex-1.2rc2.tar.gz
index fd90cdef79d2172debc49ae46c9707cec92ea224..376dcbd5f2543f48d680ca57e1807f93bb2ba523 100644 (file)
@@ -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