summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"