summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Gianluca Pernigotto <jeanlucperni@gmail.com>2024-07-19 23:37:42 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:08:41 +0700
commit207e261230fe11460335ed629d84d616884b22f5 (patch)
treef045c4e0685f97a86c2ae1c7bf24d6e893237276 /multimedia
parentd5064249bf6919c236b347bbf7963714853b0c4b (diff)
downloadslackbuilds-207e261230fe11460335ed629d84d616884b22f5.tar.gz
slackbuilds-207e261230fe11460335ed629d84d616884b22f5.tar.xz
multimedia/videomass: Updated for version 5.0.18.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--multimedia/videomass/videomass.SlackBuild4
-rw-r--r--multimedia/videomass/videomass.info8
2 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index e4b5aec9ee..efa21972bf 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -24,11 +24,13 @@
# - updated for v5.0.16
# - build method changed (python3 -m build, rather than setup.py)
+# - updated for v5.0.18
+# - Added python3-babel dependency to build MO files during build package.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.16}
+VERSION=${VERSION:-5.0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index 800eaebd1f..3cc2de8480 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,10 +1,10 @@
PRGNAM="videomass"
-VERSION="5.0.16"
+VERSION="5.0.18"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.16/Videomass-5.0.16.tar.gz"
-MD5SUM="8f045db9ead3e9675ab7465f494e1a1c"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.18/Videomass-5.0.18.tar.gz"
+MD5SUM="d7544c33598802ab762c50a7650c2a8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling"
+REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling python3-babel"
MAINTAINER="Gianluca Pernigotto"
EMAIL="jeanlucperni@gmail.com"