audio/alsa-tools: Updated for version 1.2.2.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-02-24 19:13:46 -05:00 committed by Willy Sudiarto Raharjo
parent 5c9b81d457
commit 9a5ec2b84d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 14 additions and 8 deletions

View File

@ -13,6 +13,7 @@
# the firmware is being included in the package as well.
# *** I agree. --rworkman :-)
# 20200224 bkw: update for 1.2.2 (firmware 1.2.1)
# 20181204 bkw: update for 1.1.7
# 20180614 bkw: update for 1.1.6
# 20171214 bkw: update for 1.1.5
@ -33,11 +34,11 @@
# 20140219 bkw: fix .desktop files so they validate
PRGNAM=alsa-tools
VERSION=${VERSION:-1.1.7}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
FIRMVER=${FIRMVER:-1.0.29}
FIRMVER=${FIRMVER:-1.2.1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -117,7 +118,12 @@ fi
# hdspconf and hdspmixer depend on fltk. Don't build them if disabled or
# not installed.
[ -e /usr/bin/fltk-config -a "${FLTK:-yes}" = "yes" ] || rm -rf hdspconf hdspmixer
if [ -e /usr/bin/fltk-config -a "${FLTK:-yes}" = "yes" ]; then
# 20200224 bkw: brokenness in 1.2.2.
sed -i 's,__u\(32\|64\),uint\1_t,g' hdspmixer/src/HDSPMixerWindow.cxx
else
rm -rf hdspconf hdspmixer
fi
# one loop to build them all. The -include stddef.h fixes qlo10k1 'ptrdiff_t doesn't
# name a type' errors, and doesn't hurt anything else.

View File

@ -1,10 +1,10 @@
PRGNAM="alsa-tools"
VERSION="1.1.7"
VERSION="1.2.2"
HOMEPAGE="http://www.alsa-project.org/"
DOWNLOAD="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.1.7.tar.bz2 \
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.29.tar.bz2"
MD5SUM="475bdf6457bcf55c8c895d653ee56a54 \
9a1182f8a6ac44cb9af5774cc045565f"
DOWNLOAD="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.2.2.tar.bz2 \
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.2.1.tar.bz2"
MD5SUM="4e6187d2c3a8c73a9d75d66a72faed27 \
f8458efd25e6d6600dbc7aedf98f83a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""