l/speex: Upgraded to speex-1.2.0.

slackware-14.2
Damien Goutte-Gattat 6 years ago
parent 8500d57984
commit 9644e2aaa9

@ -0,0 +1 @@
eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094 speex-1.2.0.tar.gz

@ -1 +0,0 @@
03ce8418c4e05cb166374bfadef46e7646da62e1 speex-1.2rc2.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2010,2016 Damien Goutte-Gattat
# Copyright (C) 2010,2016,2017 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -26,7 +26,7 @@
# Source package infos
NAMESRC=${NAMESRC:-speex}
VERSION=${VERSION:-1.2rc2}
VERSION=${VERSION:-1.2.0}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://downloads.xiph.org/releases/speex/$ARCHIVE}
@ -75,7 +75,7 @@ if [ ! -r $ARCHIVE ]; then
wget -c -O $ARCHIVE.part "$WGET"
mv $ARCHIVE.part $ARCHIVE
fi
sha1sum -c $ARCHIVE.sha1
sha256sum -c $ARCHIVE.sha256
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
# Compile

Loading…
Cancel
Save