diff options
Diffstat (limited to 'python/python3-soundfile')
-rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 18 | ||||
-rw-r--r-- | python/python3-soundfile/python3-soundfile.info | 6 |
2 files changed, 5 insertions, 19 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 diff --git a/python/python3-soundfile/python3-soundfile.info b/python/python3-soundfile/python3-soundfile.info index 82b1d2fe71..1c0fd49ac1 100644 --- a/python/python3-soundfile/python3-soundfile.info +++ b/python/python3-soundfile/python3-soundfile.info @@ -1,8 +1,8 @@ PRGNAM="python3-soundfile" -VERSION="0.12.1" +VERSION="0.13.1" HOMEPAGE="https://github.com/bastibe/python-soundfile" -DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.12.1/python-soundfile-0.12.1.tar.gz" -MD5SUM="eeda4dd558236ab1e786f0b28da2574e" +DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.13.1/python-soundfile-0.13.1.tar.gz" +MD5SUM="8c28697bcdcf44643e207631833137d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-numpy" |