diff options
Diffstat (limited to 'python/python3-soundfile/python3-soundfile.SlackBuild')
| -rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 18 | 
1 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-soundfile/python3-soundfile.SlackBuild b/python/python3-soundfile/python3-soundfile.SlackBuild index 7b28387124..69eed815ee 100644 --- a/python/python3-soundfile/python3-soundfile.SlackBuild +++ b/python/python3-soundfile/python3-soundfile.SlackBuild @@ -2,7 +2,7 @@  # Slackware build script for python3-soundfile -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com>  # All rights reserved.  #  # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@  cd $(dirname $0) ; CWD=$(pwd)  PRGNAM=python3-soundfile -VERSION=${VERSION:-0.12.1} +VERSION=${VERSION:-0.13.1}  SRCNAM=${SRCNAM:-python-soundfile}  BUILD=${BUILD:-1}  TAG=${TAG:-_SBo} @@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo}  PKG=$TMP/package-$PRGNAM  OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then -  SLKCFLAGS="-O2 -march=i586 -mtune=i686" -  LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then -  SLKCFLAGS="-O2 -march=i686 -mtune=i686" -  LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then -  SLKCFLAGS="-O2 -fPIC" -  LIBDIRSUFFIX="64" -else -  SLKCFLAGS="-O2" -  LIBDIRSUFFIX="" -fi -  set -e  rm -rf $PKG  | 
