mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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
3 changed files with 21 additions and 21 deletions
|
@ -1,10 +1,5 @@
|
||||||
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD, or CVD), suitable
|
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD, or CVD)
|
||||||
for home players from any number of video files, in any of the formats
|
suitable for home players from any number of video files, in any of
|
||||||
supported by MPlayer.
|
the formats supported by MPlayer.
|
||||||
|
|
||||||
DeVeDe requires dvdauthor, vcdimager, and MPlayer.
|
DeVeDe requires dvdauthor and vcdimager.
|
||||||
|
|
||||||
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
|
|
||||||
|
|
|
@ -26,13 +26,11 @@
|
||||||
# - use 'pkgdocdir' and 'uninstall' install script options
|
# - use 'pkgdocdir' and 'uninstall' install script options
|
||||||
# - pass the version number to the build script
|
# - 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>
|
# 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
|
PRGNAM=devede
|
||||||
VERSION=${VERSION:-3.16.8}
|
VERSION=${VERSION:-3.16.9}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -48,14 +46,21 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM-$VERSION || exit 1
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="devede"
|
PRGNAM="devede"
|
||||||
VERSION="3.16.8"
|
VERSION="3.16.9"
|
||||||
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
|
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
|
||||||
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.16.8.tar.bz2"
|
DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.16.9.tar.bz2"
|
||||||
MD5SUM="7879f9832c447e9cabca3d0be7d3a6c8"
|
MD5SUM="f35c5e72264ee272194cfa558b43e598"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Niels Horn"
|
MAINTAINER="Niels Horn"
|
||||||
EMAIL="niels.horn@gmail.com"
|
EMAIL="niels.horn@gmail.com"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue