audio/faad2: Updated for version 2.10.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-06-26 20:15:28 +02:00 committed by Willy Sudiarto Raharjo
parent 8fa92e4c2c
commit ea90a207bc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 10 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for faad2
# Copyright 2007 Niklas "Nille" Åkerström
# Copyright (c) 2020-2022, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright (c) 2020-2023, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,13 +26,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=faad2
VERSION=${VERSION:-2.10.0}
VERSION=${VERSION:-2.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCVER=${VERSION//./_}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -72,9 +70,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="faad2"
VERSION="2.10.0"
VERSION="2.10.1"
HOMEPAGE="https://github.com/knik0/faad2"
DOWNLOAD="https://github.com/knik0/faad2/archive/2_10_0/faad2-2_10_0.tar.gz"
MD5SUM="f948925a6763e30c53078f5af339d6cc"
DOWNLOAD="https://github.com/knik0/faad2/archive/2.10.1/faad2-2.10.1.tar.gz"
MD5SUM="62a0427c6ff3a273aa720e27da166758"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""