audio/openvino-plugins-ai-audacity: Updated for version 3.5.1.R.2.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-06-08 00:46:25 +07:00 committed by Willy Sudiarto Raharjo
parent 812088ba56
commit 44e7e7fa76
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 9 deletions

View file

@ -11,6 +11,5 @@ effects are provided with this build:
stems -- Drums, Bass, Vocals, & Other Instruments.
-Noise Suppression -- Removes background noise from an audio sample.
whisper.cpp needs to be build against openvino to pick it up as
dependency.
The dependency whisper.cpp needs to be build against its optional
dependency openvino to be used by this package.

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openvino-plugins-ai-audacity
VERSION=${VERSION:-3.5.1}
VERSION_SRC="${VERSION}-R2"
VERSION=${VERSION:-3.5.1.R.2.2}
VERSION_SRC="3.5.1-R2.2"
VERSION_AUDACITY=3.5.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,20 +1,20 @@
PRGNAM="openvino-plugins-ai-audacity"
VERSION="3.5.1"
VERSION="3.5.1.R.2.2"
HOMEPAGE="https://github.com/intel/openvino-plugins-ai-audacity/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/intel/openvino-plugins-ai-audacity/archive/v3.5.1-R2/openvino-plugins-ai-audacity-3.5.1-R2.tar.gz \
DOWNLOAD_x86_64="https://github.com/intel/openvino-plugins-ai-audacity/archive/v3.5.1-R2.2/openvino-plugins-ai-audacity-3.5.1-R2.2.tar.gz \
https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz \
https://huggingface.co/Intel/demucs-openvino/resolve/main/htdemucs_v4.xml \
https://huggingface.co/Intel/demucs-openvino/resolve/main/htdemucs_v4.bin \
https://huggingface.co/Intel/deepfilternet-openvino/resolve/main/deepfilternet2.zip \
https://huggingface.co/Intel/deepfilternet-openvino/resolve/main/deepfilternet3.zip"
MD5SUM_x86_64="3a8159867cf264afc280ab836ef848f9 \
MD5SUM_x86_64="064b14feb89c9ab0f3ece6f690b42425 \
42d866855b2563dc0ec50b9c38476a0d \
aa7fcbb6980d83683902ac48c53116be \
1d1fbf4673bd956b3c13879555fa0ad2 \
c17382730bdef35c325df210a1ff3d4b \
dfaca36bb422a37a299e4f328e1b6843"
REQUIRES="audacity pytorch whisper.cpp"
REQUIRES="audacity openvino pytorch whisper.cpp"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"