multimedia/devedeng: Updated for version 4.8.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2016-11-24 21:48:39 +00:00 committed by Willy Sudiarto Raharjo
parent dcc2900e80
commit 197beb8a2d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ The suffix NG is because it is a rewrite from scratch of the old Devede,
to work with Python3 and Gtk3, and with a new internal architecture that
allows to expand it and easily add new features.
DevedeNG has some optional dependencies for some of its features:
VLC, MPV, Brasero
DevedeNG has optional dependencies for some of its features:
vlc, mpv, brasero
NOTE: To get around the k3b or brasero requirement for burning DVDs use
growisofs. Here is an example, make sure to adjust the path to your DVD

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=devedeng
VERSION=${VERSION:-4.8.2}
VERSION=${VERSION:-4.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="devedeng"
VERSION="4.8.2"
VERSION="4.8.5"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.8.2/devedeng-4.8.2.tar.gz"
MD5SUM="22fa19039cc7ec89f934e61442cfb188"
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.8.5/devedeng-4.8.5.tar.gz"
MD5SUM="83271127db74f668cab07aed38158813"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dvdauthor ffmpeg vcdimager pygobject3-python3"