audio/audacity: Updated for version 2.4.1.

Explicitly pass -fcommon for gcc-10.x

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-06-09 20:41:21 +02:00 committed by Robby Workman
parent 67fa779ba7
commit 2b2fcf58e5
2 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for audacity
# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011-2019 Matteo Bernardini <ponce@slackbuilds.org>
# Copyright 2011-2020 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -31,8 +31,8 @@
PRGNAM=audacity
SRCNAM=Audacity
VERSION=${VERSION:-2.3.2}
MANVER=${MANVER:-2.3.2}
VERSION=${VERSION:-2.4.1}
MANVER=${MANVER:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -96,7 +96,7 @@ autoreconf -fi
# libsoxr is the new default resampling library
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \

View file

@ -1,10 +1,10 @@
PRGNAM="audacity"
VERSION="2.3.2"
VERSION="2.4.1"
HOMEPAGE="https://www.audacityteam.org"
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.3.2/audacity-Audacity-2.3.2.tar.gz \
http://ponce.cc/slackware/sources/repo/audacity-manual-2.3.2.zip"
MD5SUM="ca1b5b5258e7a8839ca72bb20093b31b \
e26f7f919b2ebc01f89d4f22bfae410f"
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.4.1/audacity-Audacity-2.4.1.tar.gz \
http://ponce.cc/slackware/sources/repo/audacity-manual-2.4.1.zip"
MD5SUM="c02a12a9f14f2db223f84e99e17b4850 \
b3640ddc811e0d3c6b22c9b411743f39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lame wxGTK3"