multimedia/fdkaac: Updated for version 1.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2022-03-02 12:38:36 +13:00 committed by Willy Sudiarto Raharjo
parent 9b05ff7f02
commit ec53203bb4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,2 @@
fdkaac is command line encoder frontend for libfdk-aac,
(also available from SBo) which currently produces the
highest quality aac sound from any Linux application or
library.
fdkaac is a command-line encoder frontend for libfdk-aac,
(also available from SBo) to convert a sound file to AAC.

View file

@ -2,7 +2,7 @@
# Slackware build script for fdkaac
# Klaatu | Wellington, NZ | klaatu@member.fsf.org
# Klaatu | Lawrence, NZ | klaatu@member.fsf.org
# Copyright 2015 Andrew Strong, Blue Mountains Australia.
# All rights reserved.
#
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fdkaac
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="fdkaac"
VERSION="1.0.0"
VERSION="1.0.2"
HOMEPAGE="https://github.com/nu774/fdkaac"
DOWNLOAD="https://github.com/nu774/fdkaac/archive/1.0.0/fdkaac-1.0.0.tar.gz"
MD5SUM="f9eabdada9f1469721ef508360d7c3a3"
DOWNLOAD="https://github.com/nu774/fdkaac/archive/refs/tags/v1.0.2/fdkaac-1.0.2.tar.gz"
MD5SUM="e2d844fd705faef00a09e5f29a88acda"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libfdk-aac"