aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorGianluca Pernigotto <jeanlucperni@gmail.com>2024-10-31 11:54:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-31 12:11:53 +0700
commit9c772298d85520a984bcdf3012347161ee4698db (patch)
treebfa602738cc91b518acc690ac762e5bf62ec53fc /multimedia
parentf3193ff6e26d9b067815ce26c353cb9a00757821 (diff)
multimedia/videomass: Updated for version 5.0.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/videomass/videomass.SlackBuild16
-rw-r--r--multimedia/videomass/videomass.info8
2 files changed, 15 insertions, 9 deletions
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index 8eb5b691b545..28147bd95566 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -22,15 +22,21 @@
# 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)
-# - updated for v5.0.18
-# - Added python3-babel dependency to build MO files during build package.
+# 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.
+# updated for v5.0.21
+# - Removed python3-build from requirements as it is already included in python3-hatchling requirements
+# - 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
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.20}
+VERSION=${VERSION:-5.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index ad98e6100aa3..92d2d00dc791 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,10 +1,10 @@
PRGNAM="videomass"
-VERSION="5.0.20"
+VERSION="5.0.21"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.20/Videomass-5.0.20.tar.gz"
-MD5SUM="e72286e2716872dacb383dfc21bd4103"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.21/Videomass-5.0.21.tar.gz"
+MD5SUM="cf8e39acfeb5ae4768e76627c664f749"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling python3-babel"
+REQUIRES="wxPython4 python3-pubsub python3-hatchling python3-babel"
MAINTAINER="Gianluca Pernigotto"
EMAIL="jeanlucperni@gmail.com"