mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
audio/audacity: Updated for version 2.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a312bdfe73
commit
9bedb624b1
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for audacity
|
||||
|
||||
# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright 2011-2018 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.1.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -89,7 +89,7 @@ sed -i "s,lib/vamp,lib$LIBDIRSUFFIX/vamp,g" \
|
|||
lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp || true
|
||||
|
||||
# fix building against ffmpeg-2.6.x, patch from archlinux
|
||||
patch -p1 < $CWD/audacity-ffmpeg.patch
|
||||
patch -p1 < $CWD/audacity-ffmpeg.patch || exit 1
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="audacity"
|
||||
VERSION="2.1.3"
|
||||
VERSION="2.2.1"
|
||||
HOMEPAGE="http://audacity.sourceforge.net"
|
||||
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.1.3.tar.gz \
|
||||
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.2.1.tar.gz \
|
||||
http://ponce.cc/slackware/sources/repo/audacity-help-2.1.3.zip"
|
||||
MD5SUM="82e7216ae4b9bb597ed6f291bd44f45b \
|
||||
MD5SUM="0b07c3bf0eb41072704f03b291f08796 \
|
||||
5e32b26a48f79e82438998c3334fe117"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue