mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/libfdk-aac: Updated for version 0.1.5
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
e180e0f0b5
commit
ff4ba82bb0
2 changed files with 6 additions and 12 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue