Browse Source
multimedia/videomass: Updated for version 6.1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/324/head
Gianluca Pernigotto
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
4 additions and
16 deletions
-
multimedia/videomass/README
-
multimedia/videomass/videomass.SlackBuild
-
multimedia/videomass/videomass.info
|
|
@ -6,15 +6,3 @@ 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. |
|
|
|
|
|
|
|
Important Application Changes |
|
|
|
--------------------- |
|
|
|
|
|
|
|
The yt-dlp GUI supported in Videomass up to v5.0.26 is been |
|
|
|
dropped and moved to a separate project called Vidtuber: |
|
|
|
|
|
|
|
https://github.com/jeanslack/Vidtuber |
|
|
|
|
|
|
|
If you are interested, Vidtuber provides exactly the same GUI, |
|
|
|
including the same features developed to date for Videomass, |
|
|
|
but will also be more user-friendly. |
|
|
@ -38,7 +38,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=videomass |
|
|
|
VERSION=${VERSION:-6.1.13} |
|
|
|
VERSION=${VERSION:-6.1.18} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="videomass" |
|
|
|
VERSION="6.1.13" |
|
|
|
VERSION="6.1.18" |
|
|
|
HOMEPAGE="http://jeanslack.github.io/Videomass/" |
|
|
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v6.1.13/Videomass-6.1.13.tar.gz" |
|
|
|
MD5SUM="768d7914bd30de05952665f74a04e35b" |
|
|
|
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" |
|
|
|