mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/fdkaac: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b05ff7f02
commit
ec53203bb4
3 changed files with 7 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue