mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/dvdstyler: Updated for version 1.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
23875d1034
commit
365a1a2efd
4 changed files with 14 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue