From 9c772298d85520a984bcdf3012347161ee4698db Mon Sep 17 00:00:00 2001 From: Gianluca Pernigotto Date: Thu, 31 Oct 2024 11:54:19 +0700 Subject: [PATCH] multimedia/videomass: Updated for version 5.0.21. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/videomass/videomass.SlackBuild | 16 +++++++++++----- multimedia/videomass/videomass.info | 8 ++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild index 8eb5b691b5..28147bd955 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 ad98e6100a..92d2d00dc7 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"