summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-09-21 03:02:49 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-09-23 16:34:54 +0100
commit77c6f7aaefc8dc27aff3b0ef99aba723aac807cf (patch)
tree1281907f92cd91485d7a7b884d38a949258ac7d1 /multimedia
parentab94faedab4879dc6f03202dc4f675e91c27da57 (diff)
downloadslackbuilds-77c6f7aaefc8dc27aff3b0ef99aba723aac807cf.tar.gz
slackbuilds-77c6f7aaefc8dc27aff3b0ef99aba723aac807cf.tar.xz
multimedia/youtube-viewer: Updated for version 3.2.9.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/youtube-viewer/README8
-rw-r--r--multimedia/youtube-viewer/youtube-viewer.SlackBuild6
-rw-r--r--multimedia/youtube-viewer/youtube-viewer.info6
3 files changed, 15 insertions, 5 deletions
diff --git a/multimedia/youtube-viewer/README b/multimedia/youtube-viewer/README
index 80948cec27..6ded2a2a48 100644
--- a/multimedia/youtube-viewer/README
+++ b/multimedia/youtube-viewer/README
@@ -11,7 +11,13 @@ perl-gtk2 and perl-File-ShareDir - for gtk-youtube-viewer.
perl-Text-CharWidth - for better formatting in the terminal.
perl-Term-ReadLine-Gnu - for command editing/history in the terminal.
youtube-dl - if this is present, youtube-viewer will use it to detect
- available formats for the video.
+ available formats for the video [*].
+
+[*] A small caveat about youtube-dl: youtube-viewer works without it,
+though occasionally it'll choose a lower quality than is available
+for some videos. However, if youtube-dl is present but outdated,
+youtube-viewer will fail to play videos at all! If you suspect this,
+remove youtube-dl and try without it.
This build always includes the command-line client (youtube-viewer). For
the GTK client (gtk-youtube-viewer), install perl-gtk2 and
diff --git a/multimedia/youtube-viewer/youtube-viewer.SlackBuild b/multimedia/youtube-viewer/youtube-viewer.SlackBuild
index 1b21d2a145..e284a4b2e7 100644
--- a/multimedia/youtube-viewer/youtube-viewer.SlackBuild
+++ b/multimedia/youtube-viewer/youtube-viewer.SlackBuild
@@ -6,6 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170921 bkw:
+# - updated for 3.2.9.
+# - add warning in README about outdated youtube-dl.
+
# 20170614 bkw:
# - updated for 3.2.8.
@@ -47,7 +51,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
-VERSION=${VERSION:-3.2.8}
+VERSION=${VERSION:-3.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
diff --git a/multimedia/youtube-viewer/youtube-viewer.info b/multimedia/youtube-viewer/youtube-viewer.info
index 4f73498dfe..a163f1f490 100644
--- a/multimedia/youtube-viewer/youtube-viewer.info
+++ b/multimedia/youtube-viewer/youtube-viewer.info
@@ -1,8 +1,8 @@
PRGNAM="youtube-viewer"
-VERSION="3.2.8"
+VERSION="3.2.9"
HOMEPAGE="https://github.com/trizen/youtube-viewer/"
-DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.8/youtube-viewer-3.2.8.tar.gz"
-MD5SUM="ee94fc7fe83f5e3c6416cd7a1472c50b"
+DOWNLOAD="https://github.com/trizen/youtube-viewer/archive/3.2.9/youtube-viewer-3.2.9.tar.gz"
+MD5SUM="4120189c75ed8abd8d7dcebff2da5729"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-LWP-Protocol-https perl-lwp-useragent-cached perl-JSON perl-JSON-XS perl-Module-Build"