summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Gianluca Pernigotto <jeanlucperni@gmail.com>2024-01-26 09:39:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-26 14:47:48 +0700
commit6cc6cc65dc3716870728fc1d3fb5b7811d7bc276 (patch)
treeaaa9a1b2010db65af0ad78cf305e0b02e20a1d49 /multimedia
parent8cb8b57844e1e01d039834ed09f1a541671ebcf5 (diff)
downloadslackbuilds-6cc6cc65dc3716870728fc1d3fb5b7811d7bc276.tar.gz
slackbuilds-6cc6cc65dc3716870728fc1d3fb5b7811d7bc276.tar.xz
multimedia/videomass: Updated for version 5.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/videomass/README7
-rw-r--r--multimedia/videomass/videomass.SlackBuild2
-rw-r--r--multimedia/videomass/videomass.info8
3 files changed, 12 insertions, 5 deletions
diff --git a/multimedia/videomass/README b/multimedia/videomass/README
index 69d12a0513..e8b5c3bef2 100644
--- a/multimedia/videomass/README
+++ b/multimedia/videomass/README
@@ -6,3 +6,10 @@ Videomass is Free (libre) Software, created and maintained by Gianluca
(jeanslack) Pernigotto; it was written in Python3 using the wxPython4
toolkit; it is cross-platform and works on Linux, MacOs, Windows and
FreeBSD.
+
+Optional dependencies
+---------------------
+
+yt-dlp : Required if you intend to download audio and video from
+various sites. It can be installed after installing Videomass (which
+won't need a rebuild).
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index a46b18c06c..ec83dc9f40 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.3}
+VERSION=${VERSION:-5.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index 980f4d6e0a..57453a7577 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,10 +1,10 @@
PRGNAM="videomass"
-VERSION="5.0.3"
+VERSION="5.0.4"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.3/Videomass-5.0.3.tar.gz"
-MD5SUM="ae626ffdf37815b51db0524a9363a225"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.4/Videomass-5.0.4.tar.gz"
+MD5SUM="5f572b01cb010a6e6dc4af262009e0e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython4 python3-pubsub yt-dlp"
+REQUIRES="wxPython4 python3-pubsub"
MAINTAINER="Gianluca Pernigotto"
EMAIL="jeanlucperni@gmail.com"