diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-07-24 17:19:28 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 20:23:15 -0300 |
commit | 36a444f4c39a635de97610c375f8ee1462e1b549 (patch) | |
tree | c2fdff1eee8182062ee8195ce188f7837e8869d3 /multimedia | |
parent | 09390603c4e6d133269238ff726252c58da09a8a (diff) | |
download | slackbuilds-36a444f4c39a635de97610c375f8ee1462e1b549.tar.gz |
multimedia/devede: Updated for version 3.17.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/devede/README | 4 | ||||
-rw-r--r-- | multimedia/devede/devede.SlackBuild | 17 | ||||
-rw-r--r-- | multimedia/devede/devede.info | 8 | ||||
-rw-r--r-- | multimedia/devede/fix_extra_backgrounds_dir.patch | 8 |
4 files changed, 20 insertions, 17 deletions
diff --git a/multimedia/devede/README b/multimedia/devede/README index 8c3cc09265..d6b25d17a6 100644 --- a/multimedia/devede/README +++ b/multimedia/devede/README @@ -1,5 +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. +suitable for home players from any number of video files, in any of +the formats supported by MPlayer. DeVeDe requires dvdauthor and vcdimager. diff --git a/multimedia/devede/devede.SlackBuild b/multimedia/devede/devede.SlackBuild index d2c1488152..5095a6fc9f 100644 --- a/multimedia/devede/devede.SlackBuild +++ b/multimedia/devede/devede.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for devede # Copyright 2007 Brian Reichert <rignes@pobox.com> +# Copyright 2010,2011 Niels Horn, Rio de Janeiro, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -12,7 +13,7 @@ # notice, this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, @@ -26,13 +27,12 @@ # - use 'pkgdocdir' and 'uninstall' install script options # - pass the version number to the build script -# As of v3.16.8 maintained by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/09/13 +# Revision date: 2011/07/11 PRGNAM=devede -VERSION=${VERSION:-3.16.9} +VERSION=${VERSION:-3.17.0} ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -45,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM chown -R root:root . chmod -R u+w,go+r-w,a-s . @@ -55,6 +55,9 @@ chmod -R u+w,go+r-w,a-s . # directory patch -p1 < $CWD/fix_extra_backgrounds_dir.patch +# Patch program to find the help file in our docdir +sed -i "s|usr/share/doc/$PRGNAM|usr/doc/$PRGNAM-$VERSION|" devede.py + ./install.sh \ --prefix=/usr \ --pkgdocdir=/usr/doc/$PRGNAM-$VERSION \ diff --git a/multimedia/devede/devede.info b/multimedia/devede/devede.info index 42fbf29742..d1b74a75ca 100644 --- a/multimedia/devede/devede.info +++ b/multimedia/devede/devede.info @@ -1,10 +1,10 @@ PRGNAM="devede" -VERSION="3.16.9" +VERSION="3.17.0" HOMEPAGE="http://www.rastersoft.com/programas/devede.html" -DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.16.9.tar.bz2" -MD5SUM="f35c5e72264ee272194cfa558b43e598" +DOWNLOAD="http://www.rastersoft.com/descargas/devede-3.17.0.tar.bz2" +MD5SUM="c9aab0d75c224127ef4b0606de85c56c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/multimedia/devede/fix_extra_backgrounds_dir.patch b/multimedia/devede/fix_extra_backgrounds_dir.patch index cdd7582eb9..7562900b37 100644 --- a/multimedia/devede/fix_extra_backgrounds_dir.patch +++ b/multimedia/devede/fix_extra_backgrounds_dir.patch @@ -1,11 +1,11 @@ ---- devede-3.16.9/install.sh 2010-07-02 19:29:29.000000000 -0300 -+++ devede-3.16.9_patched/install.sh 2010-09-13 22:57:48.000000000 -0300 +--- devede/install.sh 2011-05-05 19:38:01.000000000 -0300 ++++ devede_patched/install.sh 2011-07-11 20:23:09.000000000 -0300 @@ -64,9 +64,6 @@ install -m 755 -d "${DESTDIR}${2}/pixmaps" install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${2}/pixmaps/" -- install -m 755 -d "${DESTDIR}${2}/pixmaps/backgrounds" -- install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${2}/pixmaps/" +- install -m 755 -d "${DESTDIR}${2}/pixmaps/backgrounds" +- install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${2}/pixmaps/" - install -m 755 -d "${DESTDIR}${2}/applications" install -m 644 "${scriptdir}/devede.desktop" \ |