aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pipe-viewer/pipe-viewer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/pipe-viewer/pipe-viewer.SlackBuild')
-rw-r--r--multimedia/pipe-viewer/pipe-viewer.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/pipe-viewer/pipe-viewer.SlackBuild b/multimedia/pipe-viewer/pipe-viewer.SlackBuild
index 979f379731..1b4c00a094 100644
--- a/multimedia/pipe-viewer/pipe-viewer.SlackBuild
+++ b/multimedia/pipe-viewer/pipe-viewer.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20250430 bkw: update for v0.5.6.
# 20250326 bkw, BUILD=2: add 9e2b980.diff from upstream to fix "Bad Request".
# 20250205 bkw: update for v0.5.4, add perl-io-uncompress-brotli dep.
# 20240910 bkw: update for v0.5.3.
@@ -25,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipe-viewer
-VERSION=${VERSION:-0.5.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.5.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +74,7 @@ echo "=== GTK=$GTK BUILD_GTK=$BUILD_GTK GTKOPT=$GTKOPT"
# 20250326 bkw: this commit fixes the recent issue that causes:
# Request error: 400 Bad Request
-patch -p1 < $CWD/9e2b980.diff
+[ "$VERSION" = "0.5.4" ] && patch -p1 < $CWD/9e2b980.diff
# Upstream used to support mplayer (in the original youtube-viewer,
# before the straw-viewer and pipe-viewer forks), then dropped it.