dvd-slideshow - Scripts that turn images into a DVD with menus ChangeLog

HOWTO


# dvd-slideshow 0.7.5
# ===================
# Prerequisites:
# imagemagick > 5.5.4
# sox (Slackware includes sox packages)
# dvdauthor > 0.6.10
# lame (optional)
# vorbis-tools' oggdec (optional)
# cdrtools' mkisofs
# dvdrtools
# ffmpeg > 0.4.8 (optional; without it you can't do AC3, it'll fall back to mp2)

# If you have trouble downloading it with the URL below, get it here

cd
test -f installed/dvd-slideshow-0.7.5.tar.gz &&
mv installed/dvd-slideshow-0.7.5.tar.gz .
test ! -f dvd-slideshow-0.7.5.tar.gz &&
wget http://download.sf.net/dvd-slideshow/dvd-slideshow-0.7.5.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "dvd-slideshow_*" -exec rm -r {} \;
find -maxdepth 1 -type d -name "dvd-slideshow-*" -exec rm -r {} \;
tar xzvf ~/dvd-slideshow-0.7.5.tar.gz
cd dvd-slideshow-0.7.5
test $UID = 0 && chown -R root:root .

# Become root to install it
su

# No longer exists: gallery2slideshow -> gallery1-to-slideshow
rm -f /usr/local/bin/gallery2slideshow

install dir2slideshow dvd-menu dvd-slideshow gallery1-to-slideshow \
jigl2slideshow /usr/local/bin/
install -m 644 man/dir2slideshow.1 man/dvd-menu.1 man/dvd-slideshow.1 \
man/gallery1-to-slideshow.1 man/jigl2slideshow.1 /usr/local/man/man1/

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/dvd-slideshow_*.tar.* installed/dvd-slideshow-*.tar.*
mv dvd-slideshow-0.7.5.tar.gz installed/

# There are a few other scripts in ~/src/dvd-slideshow-0.7.5 that
# you may want to check out.  dvd-burn (which uses cdrecord), dvd-encode
# (which uses transcode), and dvd-iso.


# If you ever want to uninstall dvd-slideshow, this should do it:
su
( cd /usr/local/bin ; rm -f dir2slideshow dvd-menu dvd-slideshow \
gallery1-to-slideshow jigl2slideshow )
( cd /usr/local/man/man1 ; rm -f dir2slideshow.1 dvd-menu.1 \
dvd-slideshow.1 gallery1-to-slideshow.1 jigl2slideshow.1 )
exit
find ~/src -maxdepth 1 -type d -name "dvd-slideshow_*" -exec rm -r {} \;
find ~/src -maxdepth 1 -type d -name "dvd-slideshow-*" -exec rm -r {} \;
rm -f ~/installed/dvd-slideshow_*.tar.* ~/installed/dvd-slideshow-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-06-01 7:31pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]