summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Gianluca Pernigotto <jeanlucperni@gmail.com>2024-07-05 09:43:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-06 12:16:39 +0700
commit1071270b34945c59e7440c1ffcfc0991a3e56a54 (patch)
treedeaaa31876402326d7731f0e7dced688f4028248 /multimedia
parentb16709f03466ef07577fed5de07604c01dc3a099 (diff)
downloadslackbuilds-1071270b34945c59e7440c1ffcfc0991a3e56a54.tar.gz
slackbuilds-1071270b34945c59e7440c1ffcfc0991a3e56a54.tar.xz
multimedia/videomass: Updated for version 5.0.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/videomass/videomass.SlackBuild8
-rw-r--r--multimedia/videomass/videomass.info8
2 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index 804ec21d68..e4b5aec9ee 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# - updated for v5.0.16
+# - build method changed (python3 -m build, rather than setup.py)
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.14}
+VERSION=${VERSION:-5.0.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,7 +84,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer --destdir "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index a131cbf65a..800eaebd1f 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,10 +1,10 @@
PRGNAM="videomass"
-VERSION="5.0.14"
+VERSION="5.0.16"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.14/Videomass-5.0.14.tar.gz"
-MD5SUM="af742d54602ea15de40fd5d318ca3942"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.16/Videomass-5.0.16.tar.gz"
+MD5SUM="8f045db9ead3e9675ab7465f494e1a1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython4 python3-pubsub"
+REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling"
MAINTAINER="Gianluca Pernigotto"
EMAIL="jeanlucperni@gmail.com"