multimedia/devede: Updated for version 3.21.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-02-20 15:59:16 -06:00 committed by Erik Hanson
parent 86ddea5c7a
commit beed94dadd
3 changed files with 9 additions and 9 deletions

View file

@ -2,4 +2,4 @@ DeVeDe is a program to create video DVDs and CDs (VCD, sVCD, or CVD)
suitable for home players from any number of video files, in any of
the formats supported by MPlayer.
DeVeDe requires dvdauthor and vcdimager.
This requires dvdauthor, vcdimager and ffmpeg.

View file

@ -3,7 +3,7 @@
# Slackware build script for devede
# Copyright 2007 Brian Reichert <rignes@pobox.com>
# Copyright 2010,2011 Niels Horn, Rio de Janeiro, Brazil
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,10 +27,10 @@
# - use 'pkgdocdir' and 'uninstall' install script options
# - pass the version number to the build script
# Revision date: 2011/12/09
# Revision date: 2012/02/17
PRGNAM=devede
VERSION=${VERSION:-3.20.0}
VERSION=${VERSION:-3.21.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,9 +45,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .

View file

@ -1,8 +1,8 @@
PRGNAM="devede"
VERSION="3.20.0"
VERSION="3.21.0"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.20.0.tar.bz2"
MD5SUM="1f98cab95272277a3b78a8e53664880c"
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.21.0.tar.bz2"
MD5SUM="92aaecfd698b5c0a79711649d1bddd3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"