mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libfdk-aac: Updated for version 0.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bfc8052b50
commit
bbfe87ec04
2 changed files with 11 additions and 6 deletions
|
@ -24,8 +24,7 @@
|
|||
|
||||
PRGNAM=libfdk-aac
|
||||
SRCNAM=fdk-aac
|
||||
TARBALLPREFIX=v
|
||||
VERSION=${VERSION:-0.1.3}
|
||||
VERSION=${VERSION:-0.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,7 +61,13 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$TARBALLPREFIX$VERSION.tar.gz
|
||||
|
||||
if [ -e $CWD/v$VERSION.tar.gz ]; then
|
||||
tar xvf $CWD/v$VERSION.tar.gz
|
||||
else
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
fi
|
||||
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfdk-aac"
|
||||
VERSION="0.1.3"
|
||||
VERSION="0.1.4"
|
||||
HOMEPAGE="https://github.com/mstorsjo/fdk-aac"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v0.1.3.tar.gz"
|
||||
MD5SUM="2d3cc0dafdf9305eee1f26888a49339c"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v0.1.4.tar.gz"
|
||||
MD5SUM="5292a28369a560d37d431de625bedc34"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue