aboutsummaryrefslogtreecommitdiff
path: root/multimedia/videomass
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/videomass')
-rw-r--r--multimedia/videomass/README11
-rw-r--r--multimedia/videomass/slack-desc4
-rw-r--r--multimedia/videomass/videomass.SlackBuild4
-rw-r--r--multimedia/videomass/videomass.info6
4 files changed, 10 insertions, 15 deletions
diff --git a/multimedia/videomass/README b/multimedia/videomass/README
index 776e06a460..b95d38dc68 100644
--- a/multimedia/videomass/README
+++ b/multimedia/videomass/README
@@ -1,15 +1,8 @@
Videomass is a FLOSS, powerful, multitasking and cross-platform
-graphical user interface (GUI) for FFmpeg and yt-dlp. Designed for
-advanced and beginner users, it offers a wide range of features and
+graphical user interface for FFmpeg designed for advanced and
+beginner users, it offers a wide range of features and
functions, making it a comprehensive software solution.
Videomass is Free (libre) Software, written in Python3 using the
wxPython Phoenix toolkit; it 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/slack-desc b/multimedia/videomass/slack-desc
index 854e071dd7..a79a57de45 100644
--- a/multimedia/videomass/slack-desc
+++ b/multimedia/videomass/slack-desc
@@ -6,10 +6,10 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-videomass: videomass (GUI for FFmpeg and yt-dlp)
+videomass: videomass (GUI for FFmpeg)
videomass:
videomass: Videomass is a free, open source and cross-platform GUI for FFmpeg
-videomass: and yt-dlp written in wxPython.
+videomass: written in wxPython.
videomass:
videomass:
videomass: Homepage: http://jeanslack.github.io/Videomass/
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index 5a8d7057d7..728294b2df 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -31,12 +31,14 @@
# - As reported by fourtysixandtwo I added two new lines to the SlackBuild:
# PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
# export PYTHONPATH=/opt/python$PYVER/site-packages
+# updated for v6.1.12
+# - The optional yt-dlp dependency is dropped.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.25}
+VERSION=${VERSION:-6.1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index 46fc4c8e18..cf135a2f97 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,8 +1,8 @@
PRGNAM="videomass"
-VERSION="5.0.25"
+VERSION="6.1.18"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.25/Videomass-5.0.25.tar.gz"
-MD5SUM="6aeed167f0744416b4f9bc033ea0e929"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v6.1.18/Videomass-6.1.18.tar.gz"
+MD5SUM="9974bfaae566bfabd58cf0dc729f6a3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython4 python3-pubsub python3-hatchling python3-babel"