summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2020-08-14 11:36:59 +0200
committer Willy Sudiarto Raharjo2020-08-29 05:08:37 +0200
commit4733dd7952c5694743fc5f8ab45dead3e98b4a13 (patch)
tree61ff245c51c7d1772f752eeaa6f34988300892ae /multimedia
parent2d95ec6bbc3922b20d409b1667ce328da16900ab (diff)
downloadslackbuilds-4733dd7952c5694743fc5f8ab45dead3e98b4a13.tar.gz
multimedia/straw-viewer: Updated for version 0.0.7.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/straw-viewer/README9
-rw-r--r--multimedia/straw-viewer/straw-viewer.SlackBuild5
-rw-r--r--multimedia/straw-viewer/straw-viewer.info6
3 files changed, 12 insertions, 8 deletions
diff --git a/multimedia/straw-viewer/README b/multimedia/straw-viewer/README
index a4ba9509c0..f9e5dc4e88 100644
--- a/multimedia/straw-viewer/README
+++ b/multimedia/straw-viewer/README
@@ -41,10 +41,11 @@ Notes:
straw-viewer will fail to play videos at all! If you suspect this,
remove youtube-dl and try without it.
-[2] The default API host is https://invidio.us. If straw-viewer gives "Bad
- gateway" or "Too many requests" errors, try changing the api_host in
- ~/.config/straw-viewer/straw-viewer.conf or via the --api-host option.
- A list of API hosts can be found at: https://instances.invidio.us/
+[2] The default API host is http://invidious.snopyta.org. If straw-viewer gives
+ "Bad gateway" or "Too many requests" errors, try changing the
+ api_host in ~/.config/straw-viewer/straw-viewer.conf or via
+ the --api-host option. A list of API hosts can be found at:
+ https://instances.invidio.us/
[3] To force gtk-straw-viewer to use your preferred terminal for downloading
with wget and watching in a terminal, set TERMINAL in the script's
diff --git a/multimedia/straw-viewer/straw-viewer.SlackBuild b/multimedia/straw-viewer/straw-viewer.SlackBuild
index d42842ab21..857f50ddce 100644
--- a/multimedia/straw-viewer/straw-viewer.SlackBuild
+++ b/multimedia/straw-viewer/straw-viewer.SlackBuild
@@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20200814 bkw:
+# - update for v0.0.7.
+
# 20200626 bkw:
# - update to latest git. Which (for me anyway) works a lot better.
@@ -25,7 +28,7 @@
# issues that have been fixed.
PRGNAM=straw-viewer
-VERSION=${VERSION:-0.0.5+20200619_9880e01}
+VERSION=${VERSION:-0.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/multimedia/straw-viewer/straw-viewer.info b/multimedia/straw-viewer/straw-viewer.info
index 9d8b9d73d3..548059ed32 100644
--- a/multimedia/straw-viewer/straw-viewer.info
+++ b/multimedia/straw-viewer/straw-viewer.info
@@ -1,8 +1,8 @@
PRGNAM="straw-viewer"
-VERSION="0.0.5+20200619_9880e01"
+VERSION="0.0.7"
HOMEPAGE="https://github.com/trizen/straw-viewer/"
-DOWNLOAD="https://slackware.uk/~urchlay/src/straw-viewer-0.0.5+20200619_9880e01.tar.xz"
-MD5SUM="f6cd5cf533c23f07f31298108d3557a3"
+DOWNLOAD="https://github.com/trizen/straw-viewer/archive/0.0.7/straw-viewer-0.0.7.tar.gz"
+MD5SUM="3cf266276888819f184cabdc5207b72b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-JSON perl-Module-Build perl-List-MoreUtils"