multimedia/devede: Updated for version 3.16.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8dff6f4dea
commit
b3a02e793b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
cp version.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
# Copy the missed backgrounds (not sure why install.sh skips them)
|
||||
cp -a pixmaps/backgrounds/* $PKG/usr/share/pixmaps/backgrounds
|
||||
|
||||
cp -a version.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue