audio/libebur128: Updated for version 1.2.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2020-01-07 21:12:09 +13:00 committed by Willy Sudiarto Raharjo
parent 374f306fdb
commit c94872fb0a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
libebur128 is a library that implements the EBU R 128 standard for
loudness normalisation.
All source code is licensed under the MIT license.
All source code is licensed under the MIT license.

View File

@ -2,7 +2,7 @@
# Slackware build script for libebur128
# Copyright 2016 Klaatu, Wellington NZ
# Copyright 2019 | Klaatu, Lawrence NZ | klaatu@member.fsf.org
# All rights reserved.
#
# GNU All-Permissive License
@ -12,7 +12,7 @@
# without any warranty.
PRGNAM=libebur128
VERSION=${VERSION:-1.2.2}
VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="libebur128"
VERSION="1.2.2"
VERSION="1.2.4"
HOMEPAGE="https://github.com/jiixyj/libebur128"
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.2.2/libebur128-1.2.2.tar.gz"
MD5SUM="b485bad349e35127a62ce2ace9126859"
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.2.4/libebur128-1.2.4.tar.gz"
MD5SUM="d6131f7e3bbf0cd7301fb5d9f8a30cc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="speex"