Browse Source

multimedia/dvd-slideshow: Updated for version 0.8.4_2, New maint.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/47/head
Klaatu 9 years ago
committed by Willy Sudiarto Raharjo
parent
commit
c45c1007c6
  1. 9
      multimedia/dvd-slideshow/README
  2. 26
      multimedia/dvd-slideshow/dvd-slideshow.SlackBuild
  3. 10
      multimedia/dvd-slideshow/dvd-slideshow.info

9
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.

26
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

10
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"
Loading…
Cancel
Save