summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2023-05-05 22:35:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:30 +0700
commitab14e57498b49798940fccfcbd9f9639823f3fea (patch)
tree413131095d712ccc3ac6da32413b2356e648351a
parentd6448de6722d633f2eed4c37ff9e811192ebfb54 (diff)
downloadslackbuilds-ab14e57498b49798940fccfcbd9f9639823f3fea.tar.gz
slackbuilds-ab14e57498b49798940fccfcbd9f9639823f3fea.tar.xz
audio/whipper: Update REQUIRES.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/whipper/whipper.SlackBuild5
-rw-r--r--audio/whipper/whipper.info8
2 files changed, 9 insertions, 4 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild
index cf4a74d007..300dcaced7 100644
--- a/audio/whipper/whipper.SlackBuild
+++ b/audio/whipper/whipper.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whipper
VERSION=${VERSION:-0.10.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -69,6 +69,9 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
+
+patch -p1 < $CWD/543.patch
+
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/audio/whipper/whipper.info b/audio/whipper/whipper.info
index 2618c58995..756f913325 100644
--- a/audio/whipper/whipper.info
+++ b/audio/whipper/whipper.info
@@ -1,10 +1,12 @@
PRGNAM="whipper"
VERSION="0.10.0"
HOMEPAGE="https://github.com/whipper-team/whipper"
-DOWNLOAD="https://github.com/whipper-team/whipper/archive/v0.10.0/whipper-0.10.0.tar.gz"
-MD5SUM="ad9e6cb208fdb799ba21ded976e868b4"
+DOWNLOAD="https://github.com/whipper-team/whipper/archive/v0.10.0/whipper-0.10.0.tar.gz \
+ https://github.com/whipper-team/whipper/pull/543.patch"
+MD5SUM="ad9e6cb208fdb799ba21ded976e868b4 \
+ 73fa571dc56319c5cac3da89a0f23738"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="mutagen musicbrainzngs pycdio python-ruamel.yaml python-discid"
+REQUIRES="mutagen musicbrainzngs pycdio python3-ruamel.yaml python-discid"
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"