summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Niels Horn2010-07-11 09:17:52 +0200
committer Robby Workman2010-07-11 09:17:52 +0200
commitb3a02e793bd9507f902701f6b26e10ac60170abe (patch)
tree19311a932d0746ddd7d1eecabc9abfed5961366d
parent8dff6f4dea853e8ee398a194fdef82a47ce03a53 (diff)
downloadslackbuilds-b3a02e793bd9507f902701f6b26e10ac60170abe.tar.gz
multimedia/devede: Updated for version 3.16.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--multimedia/devede/README13
-rw-r--r--multimedia/devede/devede.SlackBuild21
-rw-r--r--multimedia/devede/devede.info8
3 files changed, 21 insertions, 21 deletions
diff --git a/multimedia/devede/README b/multimedia/devede/README
index 75575a400f..8c3cc09265 100644
--- a/multimedia/devede/README
+++ b/multimedia/devede/README
@@ -1,10 +1,5 @@
-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 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, vcdimager, and MPlayer.
-
-Since new versions of DeVeDe are released frequently, to build a newer version
-than the one this script was written for, try:
-
- VERSION=x.y.x ./devede.SlackBuild
+DeVeDe requires dvdauthor and vcdimager.
diff --git a/multimedia/devede/devede.SlackBuild b/multimedia/devede/devede.SlackBuild
index 3c5a9188a5..80e6bb84a6 100644
--- a/multimedia/devede/devede.SlackBuild
+++ b/multimedia/devede/devede.SlackBuild
@@ -26,13 +26,11 @@
# - use 'pkgdocdir' and 'uninstall' install script options
# - pass the version number to the build script
-# Updated by the SlackBuilds.org project
-
# As of v3.16.8 maintained by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2010/06/20
+# Revision date: 2010/07/10
PRGNAM=devede
-VERSION=${VERSION:-3.16.8}
+VERSION=${VERSION:-3.16.9}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,14 +46,21 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
-cd $PRGNAM-$VERSION || exit 1
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-./install.sh --prefix=/usr --pkgdocdir=/usr/doc/$PRGNAM-$VERSION --uninstall=no DESTDIR=$PKG
+./install.sh \
+ --prefix=/usr \
+ --pkgdocdir=/usr/doc/$PRGNAM-$VERSION \
+ --uninstall=no \
+ DESTDIR=$PKG
+
+# Copy the missed backgrounds (not sure why install.sh skips them)
+cp -a pixmaps/backgrounds/* $PKG/usr/share/pixmaps/backgrounds
-cp version.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a version.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/multimedia/devede/devede.info b/multimedia/devede/devede.info
index cf466acc04..42fbf29742 100644
--- a/multimedia/devede/devede.info
+++ b/multimedia/devede/devede.info
@@ -1,10 +1,10 @@
PRGNAM="devede"
-VERSION="3.16.8"
+VERSION="3.16.9"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
-DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.16.8.tar.bz2"
-MD5SUM="7879f9832c447e9cabca3d0be7d3a6c8"
+DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.16.9.tar.bz2"
+MD5SUM="f35c5e72264ee272194cfa558b43e598"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="dsomero"
+APPROVED="rworkman"