multimedia/devedeng: Updated for version 4.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2016-03-13 11:07:28 +07:00 committed by Willy Sudiarto Raharjo
parent 1d6ceb12d8
commit 98974c03e0
2 changed files with 13 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for devedeng
# Copyright 2015 Hunter Sezen California, USA <ovariegata@yahoo.com>
# Copyright 2015-2016 Hunter Sezen California, USA <ovariegata@yahoo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,11 +23,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=devedeng
VERSION=${VERSION:-4.4.0}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="devedeng"
VERSION="4.4.0"
VERSION="4.5.0"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.4.0.tar.gz"
MD5SUM="017944a396762cfd2ee1a5b2ec8a9b74"
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.5.0.tar.gz"
MD5SUM="f53b5067025d7f0e355f9aa09c933d6f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dvdauthor ffmpeg vcdimager gnome-common py3cairo"
REQUIRES="dvdauthor ffmpeg vcdimager gnome-common pygobject3-python3"
MAINTAINER="Hunter Sezen"
EMAIL="ovariegata@yahoo.com"