mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/audioread: Updated for version 2.1.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cb0965515e
commit
47fc6bae2e
3 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ The library currently supports:
|
|||
|
||||
ffmpeg and gst0-python are optional dependencies.
|
||||
|
||||
If you want to build this for use with Python 3.x (needs the optional
|
||||
dependency python3) pass the script PYTHON3=yes, like
|
||||
If you want to build this for use with Python 3.x (require python3)
|
||||
pass the script PYTHON3=yes, like
|
||||
|
||||
PYTHON3=yes ./audioread.SlackBuild
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=audioread
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
VERSION=${VERSION:-2.1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="audioread"
|
||||
VERSION="2.1.2"
|
||||
VERSION="2.1.3"
|
||||
HOMEPAGE="https://github.com/sampsyo/audioread"
|
||||
DOWNLOAD="https://github.com/beetbox/audioread/archive/v2.1.2.tar.gz"
|
||||
MD5SUM="4b2ea55346c3d16523b08d949b2a7d92"
|
||||
DOWNLOAD="https://github.com/beetbox/audioread/archive/v2.1.3.tar.gz"
|
||||
MD5SUM="e09d2afd41f4c3b991e86203610a68b3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue