libraries/libfdk-aac: Updated for version 0.1.5

Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
Christoph Willing 2017-04-10 13:49:08 +10:00 committed by Willy Sudiarto Raharjo
parent e180e0f0b5
commit ff4ba82bb0
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 12 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for libfdk-aac
# Copyright 2015, Andrew Strong, Blue Mountains Australia.
# Copyright 2016, Christoph Willing, Brisbane Australia
# Copyright 2016-2017, Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
PRGNAM=libfdk-aac
SRCNAM=fdk-aac
VERSION=${VERSION:-0.1.4}
VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,13 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
if [ -e $CWD/v$VERSION.tar.gz ]; then
tar xvf $CWD/v$VERSION.tar.gz
else
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
fi
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="libfdk-aac"
VERSION="0.1.4"
VERSION="0.1.5"
HOMEPAGE="https://github.com/mstorsjo/fdk-aac"
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v0.1.4.tar.gz"
MD5SUM="5292a28369a560d37d431de625bedc34"
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v0.1.5/fdk-aac-0.1.5.tar.gz"
MD5SUM="31b24e44febb20a26e71ca21d1562a8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""