diff options
author | ponce | 2010-09-21 02:30:48 +0200 |
---|---|---|
committer | Robby Workman | 2010-09-22 05:09:43 +0200 |
commit | 365a1a2efda6a824f4d1002516a57586646f01fd (patch) | |
tree | 09869d01d93b4be44039f07c10eadda60d0c847d /multimedia/dvdstyler | |
parent | 23875d103469cf8ccf8e23fca3b534d4e4a022b5 (diff) | |
download | slackbuilds-365a1a2efda6a824f4d1002516a57586646f01fd.tar.gz |
multimedia/dvdstyler: Updated for version 1.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/README | 8 | ||||
-rw-r--r-- | multimedia/dvdstyler/dvdstyler.SlackBuild | 11 | ||||
-rw-r--r-- | multimedia/dvdstyler/dvdstyler.info | 12 | ||||
-rw-r--r-- | multimedia/dvdstyler/slack-desc | 2 |
4 files changed, 14 insertions, 19 deletions
diff --git a/multimedia/dvdstyler/README b/multimedia/dvdstyler/README index 1ecc941f5c..452143ada0 100644 --- a/multimedia/dvdstyler/README +++ b/multimedia/dvdstyler/README @@ -1,7 +1,7 @@ -DVDStyler is a cross-platform free DVD authoring application for the creation -of professional-looking DVDs. It allows not only burning of video files on DVD -that can be played practically on any standalone DVD player, but also creation -of individually designed DVD menus. +DVDStyler is a cross-platform free DVD authoring application for the +creation of professional-looking DVDs. It allows not only burning of +video files on DVD that can be played practically on any standalone DVD +player, but also creation of individually designed DVD menus. This requires dvdauthor, ffmpeg, libavc1394, libmspack, libquicktime, mjpegtools, mpgtx, wxPython and wxsvg, available at SlackBuilds.org diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild index 822dd70c2e..f32576090c 100644 --- a/multimedia/dvdstyler/dvdstyler.SlackBuild +++ b/multimedia/dvdstyler/dvdstyler.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=dvdstyler SPRGNAM=DVDStyler -VERSION=${VERSION:-1.8.0b3} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,17 +69,12 @@ make make install DESTDIR=$PKG install -D -m0644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png -mkdir $PKG/usr/share/$PRGNAM/templates -cp -a templates/*dvdt templates/*png $PKG/usr/share/$PRGNAM/templates find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - +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 cp -a AUTHORS COPYING ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/multimedia/dvdstyler/dvdstyler.info b/multimedia/dvdstyler/dvdstyler.info index 3bab08f581..9cb14dd9a1 100644 --- a/multimedia/dvdstyler/dvdstyler.info +++ b/multimedia/dvdstyler/dvdstyler.info @@ -1,10 +1,10 @@ PRGNAM="dvdstyler" -VERSION="1.0.8b3" +VERSION="1.8.1" HOMEPAGE="http://www.dvdstyler.org/" -DOWNLOAD="http://downloads.sourceforge.net/dvdstyler/DVDStyler-1.8.0b3.tar.bz2" -MD5SUM="ab797becfb1c8eaa834125e201cb704c" +DOWNLOAD="http://download.sourceforge.net/dvdstyler/DVDStyler-1.8.1.tar.bz2" +MD5SUM="076bd95e15912c1c0f7f9165d0ea5632" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Ponce" -EMAIL="matteo.bernardini _at_ sns.it" -APPROVED="Erik Hanson" +MAINTAINER="ponce" +EMAIL="matteo.bernardini@sns.it" +APPROVED="dsomero" diff --git a/multimedia/dvdstyler/slack-desc b/multimedia/dvdstyler/slack-desc index 3cbed6d4c8..3dc3a18d65 100644 --- a/multimedia/dvdstyler/slack-desc +++ b/multimedia/dvdstyler/slack-desc @@ -14,6 +14,6 @@ dvdstyler: DVDs. dvdstyler: It allows not only burning of video files on DVD that can be played dvdstyler: practically on any standalone DVD player, but also creation of dvdstyler: individually designed DVD menus. -dvdstyler: +dvdstyler: dvdstyler: homepage: http://www.dvdstyler.org/ dvdstyler: |