summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Klaatu2017-04-17 13:20:22 +0200
committer Willy Sudiarto Raharjo2017-04-17 13:20:22 +0200
commitc45c1007c63d73c393f81135186c7220ce15718a (patch)
treef1372cfbbe98344e03a277897e890a7386068410 /multimedia
parent6fab2c6046716a283a7273b83d92c47f3f1b5b73 (diff)
downloadslackbuilds-c45c1007c63d73c393f81135186c7220ce15718a.tar.gz
multimedia/dvd-slideshow: Updated for version 0.8.4_2, New maint.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvd-slideshow/README9
-rw-r--r--multimedia/dvd-slideshow/dvd-slideshow.SlackBuild26
-rw-r--r--multimedia/dvd-slideshow/dvd-slideshow.info10
3 files changed, 22 insertions, 23 deletions
diff --git a/multimedia/dvd-slideshow/README b/multimedia/dvd-slideshow/README
index bc996114ac..9cbf296dbd 100644
--- a/multimedia/dvd-slideshow/README
+++ b/multimedia/dvd-slideshow/README
@@ -1,5 +1,4 @@
-dvd-slideshow is a group of Linux commandline programs that creates a
-slideshow-style dvd from groups of pictures. Slideshow videos can be
-made from a directory or some online photo albums. You can add fancy
-effects like fades, titles, and the Ken Burns effect along with audio
-to make your slideshows even nicer.
+dvd-slideshow is a group of Linux command-line programs that creates a
+slideshow-style DVD from groups of pictures. Slideshow videos can be
+made from a directory or online photo albums. You can add fancy
+effects like fades, titles, and the "Ken Burns" effect, or even audio.
diff --git a/multimedia/dvd-slideshow/dvd-slideshow.SlackBuild b/multimedia/dvd-slideshow/dvd-slideshow.SlackBuild
index 30e4ed2444..2c079d5b75 100644
--- a/multimedia/dvd-slideshow/dvd-slideshow.SlackBuild
+++ b/multimedia/dvd-slideshow/dvd-slideshow.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for dvd-slideshow
+# Maintained by Klaatu @member.fsf.org
# Written by Giovanne Castro <giovannefc@terra.com.br>
PRGNAM=dvd-slideshow
-VERSION=${VERSION:-0.8.2.2}
+VERSION=${VERSION:-0.8.4_2}
+SRCVER=$(echo $VERSION | tr _ -)
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -15,20 +17,20 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-0.8.2-2.tar.gz
-cd $PRGNAM-0.8.2-2
+rm -rf $PRGNAM-$SRCVER
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/bin
cp -a dir2slideshow \
@@ -41,16 +43,14 @@ cp -a dir2slideshow \
mkdir -p $PKG/usr/man/man1
cp -a man/* $PKG/usr/man/man1
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- COPYING.txt INSTALL.txt TODO.txt dvd-slideshowrc \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.txt dvd-slideshowrc $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/multimedia/dvd-slideshow/dvd-slideshow.info b/multimedia/dvd-slideshow/dvd-slideshow.info
index 9d4c356b9f..fdbffb1990 100644
--- a/multimedia/dvd-slideshow/dvd-slideshow.info
+++ b/multimedia/dvd-slideshow/dvd-slideshow.info
@@ -1,10 +1,10 @@
PRGNAM="dvd-slideshow"
-VERSION="0.8.2.2"
+VERSION="0.8.4_2"
HOMEPAGE="http://dvd-slideshow.sourceforge.net/"
-DOWNLOAD="http://sourceforge.net/projects/dvd-slideshow/files/dvd-slideshow/0.8.2-2/dvd-slideshow-0.8.2-2.tar.gz"
-MD5SUM="f945f66f941e72485384067a52f5d46d"
+DOWNLOAD="http://sourceforge.net/projects/dvd-slideshow/files/dvd-slideshow/0.8.4-2/dvd-slideshow-0.8.4-2.tar.gz"
+MD5SUM="ec9527a7afc11f6a05f499b590aa849a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dvdauthor ffmpeg oggvideotools"
-MAINTAINER="Giovanne Castro"
-EMAIL="giovannefc@terra.com.br"
+MAINTAINER="Klaatu"
+EMAIL="klaatu@member.fsf.org"