mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/videomass: Updated for version 5.0.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3193ff6e2
commit
9c772298d8
2 changed files with 15 additions and 9 deletions
|
@ -22,15 +22,21 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# - updated for v5.0.16
|
# updated for v5.0.16
|
||||||
# - build method changed (python3 -m build, rather than setup.py)
|
# - build method changed (python3 -m build, rather than setup.py)
|
||||||
# - updated for v5.0.18
|
# updated for v5.0.18
|
||||||
# - Added python3-babel dependency to build MO files during build package.
|
# - 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)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=videomass
|
PRGNAM=videomass
|
||||||
VERSION=${VERSION:-5.0.20}
|
VERSION=${VERSION:-5.0.21}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="videomass"
|
PRGNAM="videomass"
|
||||||
VERSION="5.0.20"
|
VERSION="5.0.21"
|
||||||
HOMEPAGE="http://jeanslack.github.io/Videomass/"
|
HOMEPAGE="http://jeanslack.github.io/Videomass/"
|
||||||
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.20/Videomass-5.0.20.tar.gz"
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.21/Videomass-5.0.21.tar.gz"
|
||||||
MD5SUM="e72286e2716872dacb383dfc21bd4103"
|
MD5SUM="cf8e39acfeb5ae4768e76627c664f749"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_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"
|
MAINTAINER="Gianluca Pernigotto"
|
||||||
EMAIL="jeanlucperni@gmail.com"
|
EMAIL="jeanlucperni@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue